File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- ### Unreleased
1+ ### v6.0.0-beta.5
22
33* Check if properties are defined before defining them. This ensures compatibility with alternative file loaders, notably by the Jest test framework.
44
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ The API reference [can be found here](http://zeromq.github.io/zeromq.js/globals.
3131Install ZeroMQ.js with prebuilt binaries:
3232
3333``` sh
34- npm install zeromq@6.0.0-beta.4
34+ npm install zeromq@6.0.0-beta.5
3535```
3636
3737Requirements for prebuilt binaries:
@@ -69,19 +69,19 @@ Make sure you have the following installed before attempting to build from sourc
6969To install from source
7070
7171``` sh
72- npm install zeromq@6.0.0-beta.4 --build-from-source
72+ npm install zeromq@6.0.0-beta.5 --build-from-source
7373```
7474
7575If you want to link against a shared ZeroMQ library, you can build skip downloading libzmq and link with the installed library instead as follows:
7676
7777``` sh
78- npm install zeromq@6.0.0-beta.4 --zmq-shared
78+ npm install zeromq@6.0.0-beta.5 --zmq-shared
7979```
8080
8181If you wish to use any DRAFT sockets then it is also necessary to compile the library from source:
8282
8383``` sh
84- npm install zeromq@6.0.0-beta.4 --zmq-draft
84+ npm install zeromq@6.0.0-beta.5 --zmq-draft
8585```
8686
8787# Examples
You can’t perform that action at this time.
0 commit comments