-
Notifications
You must be signed in to change notification settings - Fork 317
v0.5.0 is missing from npm #148
Comments
I can help update the npm module, it's a really easy push. It wouldn't be secure, but maybe someone on Gdax could push v0.5.0 up to NPM |
UPDATE: @fb55 got in touch with me and we've started to move this project forward. @BrandonCopley I've sent multiple emails to @mihar and tweeted him about volunteering to help maintain this project. If anyone else has the keys and would like me to help maintain this project (and the published NPM package), I'm making myself available. Please feel free to review my open pull-requests on this project. Feel free to review my GitHub open-source history and my StackOverflow profile for credentials. Here's a quick summary of what I think should be a priority for gdax-node, and I'm open to hearing other people's thoughts on the matter:
|
This needs to be fixed for zenbot. |
Adding a reference to my long comment/rant about publishing minor version releases, because it's relevant to this Issue:
|
* Fix heartbeat channel subscriptions - Automatically adds the `heartbeat` channel if not already subscribed - Removes redundant `keepalive` ping on the socket Fixes #113 * Remove heartbeat from OrderbookSync signature
Closing this out. I moved the checklist I was maintaining to a wiki page: |
Will a maintainer please
npm publish
v0.5.0?Known workarounds in the meantime:
npm install coinbase/gdax-node
or
yarn add coinbase/gdax-node
Overall, there is a lack of discipline on this project with regards to releases:
yarn version
nornpm version
andnpm publish
are not used properly (nor at the same times) when actually building new releases; otherwise, the tagging and NPM publishing history wouldn't be the mess that it currently is.UPDATE: There's now a v0.5.1 release on NPM (skipping v0.5.0), but this release violated semver and there's no associated tag on the repository. I think this particular issue should remain open until we fix the conventions around release management (hopefully as part of a v0.6.0 release).
The text was updated successfully, but these errors were encountered: