-
Notifications
You must be signed in to change notification settings - Fork 483
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
[email protected] npm artifact contains dependency "temp" which was removed #638
Comments
@r4zendev fyi. |
Probably the build step was missed prior to manual publish, because of which npm artifact still imports For future releases, we should prioritize moving to automation for doing releases like using |
I ran the build step, so this doesn't really make sense to me:
Why did it not update I'll push
Will do. I only just got approval to install the GitHub app yesterday, and haven't had a chance to fully look at all the other things we need to do to enable it. |
Pushed 17.1.1 to resolve this. Manually verified that no more references to the @trivikr In addition to using |
I use np for publishing npm modules because it dots all the i's and crosses t's and redundantly makes sure important steps build/publish steps don't get left out. Just my 2 cents. |
Describe the bug
The
temp
library was replaced bytmp
in #633, and published in https://github.com/facebook/jscodeshift/releases/tag/v17.1.0.However, the published artifact for
v17.1.0
still callstemp
, and it breaks in consumers.Steps to reproduce
Observed behavior
The
temp
is still imported in published artifactsExpected behavior
The
tmp
should be imported in published artifacts insteadAdditional context
Bug report in consumer aws/aws-sdk-js-codemod#956
The text was updated successfully, but these errors were encountered: