Split publish NPM hook into prepublishOnly and prepare#715
Split publish NPM hook into prepublishOnly and prepare#715EzraBrooks merged 1 commit intodevelopfrom
publish NPM hook into prepublishOnly and prepare#715Conversation
|
@RamiCMT does installing this branch via NPM work for you? it seems to work for me via PNPM. |
I may need to update my import syntax, I will circle back if I can get that working... |
|
That output should work without the |
The proposed changes work! :) I had to update some of my imports - seems like 'ServiceRequest' and 'Message' objects are no longer required Thanks for the help!! |
|
Correct, we removed those interstitial types since they were just syntactic sugar around user-provided types and made it hard to implement TypeScript generics for the services, topics, etc. Glad I could help! |
|
@EzraBrooks what is the new release procedure? update: The npm docs from #714 explained these changes. |

Public API Changes
None.
Description
Closes #714. Currently, installing this package via Git triggers some unwanted lifecycle hooks. This makes
npmorpnpminstall roslib@github:RobotWebTools/roslibjs#developwork.