Skip to content

Commit

Permalink
chore: v6.0.0-beta.19 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Nov 21, 2023
1 parent bce5872 commit b9f17a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -40,7 +40,7 @@
Install **ZeroMQ.js** with prebuilt binaries:

```sh
npm install zeromq@6.0.0-beta.18
npm install zeromq@6.0.0-beta.19
```

Requirements for using prebuilt binaries:
Expand Down Expand Up @@ -78,20 +78,20 @@ Make sure you have the following installed before attempting to build from sourc
To install from source:

```sh
npm install zeromq@6.0.0-beta.18 --build-from-source
npm install zeromq@6.0.0-beta.19 --build-from-source
```

If you want to link against a shared ZeroMQ library, you can build skip downloading `libzmq` and link with the
installed library instead as follows:

```sh
npm install zeromq@6.0.0-beta.18 --zmq-shared
npm install zeromq@6.0.0-beta.19 --zmq-shared
```

If you wish to use any DRAFT sockets then it is also necessary to compile the library from source:

```sh
npm install zeromq@6.0.0-beta.18 --zmq-draft
npm install zeromq@6.0.0-beta.19 --zmq-draft
```

## Examples
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "zeromq",
"version": "6.0.0-beta.18",
"version": "6.0.0-beta.19",
"description": "Next-generation ZeroMQ bindings for Node.js",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit b9f17a5

Please sign in to comment.