Skip to content

Commit

Permalink
chore: v6.0.0-beta.18 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Nov 15, 2023
1 parent 0d13e62 commit dd0cb03
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.17
npm install zeromq@6.0.0-beta.18
```

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.17 --build-from-source
npm install zeromq@6.0.0-beta.18 --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.17 --zmq-shared
npm install zeromq@6.0.0-beta.18 --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.17 --zmq-draft
npm install zeromq@6.0.0-beta.18 --zmq-draft
```

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

0 comments on commit dd0cb03

Please sign in to comment.