Skip to content
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

Allow installation via npm + update dependencies #27

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Conversation

aminya
Copy link
Contributor

@aminya aminya commented Oct 23, 2024

This updates the dependencies to the latest possible (without breaking Node 10 support) and fixes a few compiler errors that showed up after the update.

It also fixes several issues because of

  • zlib: deprecated / cannot be installed via npm. Repalced with minizlib
  • queeable: cannot be installed via npm: replaced with simple Promise
  • request: deprecated: replaced with @cypress/request

Fixes #28

@aminya aminya changed the title Update dependencies to the latest Update dependencies to the latest - Allow installation via npm Oct 23, 2024
aminya added a commit to zeromq/zeromq.js that referenced this pull request Oct 23, 2024
aminya added a commit to zeromq/zeromq.js that referenced this pull request Oct 23, 2024
@aminya aminya marked this pull request as draft October 23, 2024 10:16
@aminya aminya marked this pull request as ready for review October 23, 2024 10:28
@aminya aminya changed the title Update dependencies to the latest - Allow installation via npm Allow installation via npm + update dependencies Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Package not installable via npm
1 participant