feat: use "workspace:" protocol for easier publish#395
feat: use "workspace:" protocol for easier publish#395
Conversation
f9a1017 to
0ebd99a
Compare
|
So what are the steps when publishing a new version to NPM? Is there a revert script to go back to the default package.json format? |
To 1.: I'm not sure, if there might arise issues regarding a fixed version (instead of a version range, I need to check, if that's possible) through replacement on I might edit this comment tommorrow again, and clarify my text some more, since I'm currently a bit low on time :( |
|
closing for now, i might reopen later. I really think, this should be done, because currently all packages have |
Follow up to #261
Pro:
workspace:*version with the actual package version from registry (!) (at least it seemed so in my test, soo... publish order matters) onbun pm pack/bun publish(docs)latestreplace for*-versionCon:
npmdevelopment setup. Seesetup-npm.js.Disclaimer: I've never used
bun publishand only testedbun pm packonnuekitpackage and looked inside the packedpackage.jsonwhere the version got replaced just fine