Uh oh!
There was an error while loading. Please reload this page.
Fixes issue with preversion script exposing the new updated package information instead of the currently existing one - #51
Conversation
…nformation instead of the currently existing one
zkat
left a comment
There was a problem hiding this comment.
Looks good to me. Thank you!
I believe this will be a semver-major change, so I'm gonna keep this PR open until npm@7 is ready to go out, and it should go in with that. Cheers!
luislobo
commented
Aug 15, 2018
@zkat Cool, thanks! In the meantime, I'm adding manual support in our |
luislobo
commented
Oct 22, 2018
@zkat Don't forget about this one ;) |
luislobo
commented
Mar 6, 2019
@zkat Friendly reminder about this PR |
chee
commented
Mar 6, 2019
@luislobo it's labeled as |
luislobo
commented
Sep 4, 2019
@isaacs Any news on getting this merged? We have had to workaround this issue reading the file ourselves to get the real information |
JanithaR
commented
Mar 16, 2020
It's 2020 March already. Any particular reason why this isn't already merged? |
ljharb
commented
Mar 16, 2020
Because it's a semver-major change, and npm 7 hasn't gone out yet? |
JanithaR
commented
Mar 16, 2020
I ask stupid questions. :) But man this should've been a patch. |
luislobo
commented
May 8, 2020
@isaacs is this going to be included in npm 7? |
isaacs
commented
May 15, 2020
So, this patch won't be in v7, because that section of code has been rewritten, and But here's what the Let me know if there's more to do here, or if this meets your need. Thanks! |
luislobo
commented
May 16, 2020
Looks good to me! |
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Fixes issue with preversion script exposing the new updated package information instead of the currently existing one
Addresses issue described in https://npm.community/t/npm-version-preversion-npm-package-version/1406