-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update postgres-array to v2 #76
Conversation
adds engine to match pg and postgres-array
Hey @brianc, just wanted to check on this one if you have a sec |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice - I can add you as an owner to this npm repo absolutely! Do you use 2FA for npm publishing? I'd like to make sure we all have that enabled to protect our users. I'll go ahead and push the patch version of pg
after this lands.
- '4' | ||
- 'lts/*' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is nice - I didn't know about this
Absolutely, I have 2FA on as a user. I think somewhat recently npm also added the following: That means even a user must configure/pass 2FA even if it's not on at their account level. https://docs.npmjs.com/requiring-2fa-for-package-publishing-and-settings-modification |
awesomeness! whats yer npm username - will add you right myeah. |
bendrucker |
added you! |
Published as 2.0, will send a PR to pg |
💃
…On Tue, Jan 8, 2019 at 3:16 PM Ben Drucker ***@***.***> wrote:
Published as 2.0, will send a PR to pg
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#76 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AADDoSCmG5qDB95FuVTG8BDpUDH6oGIfks5vBQrCgaJpZM4Xz5tx>
.
|
Adds support for handling array dimensions (by discarding) in bendrucker/postgres-array#6
I've added an engine here to match pg and postgres-array and updated Travis to match. This should be published as a major version to be safe. Then pg can just get a patch update that makes the update to types.
@brianc I don't have publish rights on this package (or pg), let me know if you'd rather add me or publish yourself