Comparing version 6.0.0-beta.16 to 6.0.0-beta.17
@@ -0,0 +0,0 @@ /// <reference types="node" /> |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /// <reference types="node" /> |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export interface FullError extends Error { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /// <reference types="node" /> |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /// <reference types="node" /> |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ type SocketMethods = "send" | "receive" | "join" | "leave"; |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "zeromq", | ||
"version": "6.0.0-beta.16", | ||
"version": "6.0.0-beta.17", | ||
"description": "Next-generation ZeroMQ bindings for Node.js", | ||
@@ -23,3 +23,3 @@ "main": "lib/index.js", | ||
"cross-env": "^7.0.3", | ||
"node-addon-api": "^5.0.0", | ||
"node-addon-api": "^6.0.0", | ||
"shelljs": "^0.8.5", | ||
@@ -26,0 +26,0 @@ "shx": "^0.3.4" |
@@ -43,3 +43,3 @@ # ZeroMQ.js Next Generation | ||
```sh | ||
npm install zeromq@6.0.0-beta.16 | ||
npm install zeromq@6.0.0-beta.17 | ||
``` | ||
@@ -82,3 +82,3 @@ | ||
```sh | ||
npm install zeromq@6.0.0-beta.16 --build-from-source | ||
npm install zeromq@6.0.0-beta.17 --build-from-source | ||
``` | ||
@@ -90,3 +90,3 @@ | ||
```sh | ||
npm install zeromq@6.0.0-beta.16 --zmq-shared | ||
npm install zeromq@6.0.0-beta.17 --zmq-shared | ||
``` | ||
@@ -97,3 +97,3 @@ | ||
```sh | ||
npm install zeromq@6.0.0-beta.16 --zmq-draft | ||
npm install zeromq@6.0.0-beta.17 --zmq-draft | ||
``` | ||
@@ -100,0 +100,0 @@ |
export {}; |
@@ -0,0 +0,0 @@ "use strict"; |
export {}; |
@@ -0,0 +0,0 @@ "use strict"; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
6167129
+ Addednode-addon-api@6.1.0(transitive)
- Removednode-addon-api@5.1.0(transitive)
Updatednode-addon-api@^6.0.0