bubenshchykov / ngrok

Expose your localhost to the web. Node wrapper for ngrok.
https://ngrok.com
2.33k stars 317 forks source link

Has the master branch of this repository been published to npm? #301

Open lenqwang opened 1 year ago

lenqwang commented 1 year ago

This package will have issues running on MacOS M1 chips, it seems that the code for master has not been published to npm.

lenqwang commented 1 year ago

@philnash Can we release a version based on the master branch?

philnash commented 1 year ago

Hey, I've released a beta version as I wanted to test with my own project that uses this. You can currently get 5.0.0-beta.2. Let me know how you get on with it.

Be warned, it currently doesn't like config files that it is unable to parse (including if they don't have a version: 2 property). I'm working on whether that's something this library should fix or if it should be handled in applications that use it.

lenqwang commented 1 year ago

Thanks, I haven't encountered any problems with this version so far. So, do we need to wait for the issues to be fixed before releasing an official version?

philnash commented 1 year ago

I will work on fixing the issue that I'm seeing and will make a call based on that. I'm glad that you haven't had any issues with this version. You are welcome to continue to use the beta and there is unlikely to be any major changes before final release.