We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce4475b commit 6c30de0Copy full SHA for 6c30de0
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "jsonrpc-bidirectional",
3
"description": "Bidirectional JSONRPC over web sockets or HTTP with extensive plugin support.",
4
- "version": "9.0.0",
+ "version": "9.0.1",
5
"scripts": {
6
"build": "node --experimental-worker build.js",
7
"prepublish": "node --experimental-worker build.js && node --expose-gc --max-old-space-size=1024 --experimental-worker tests/main.js",
@@ -88,4 +88,4 @@
88
"node_modules/es6-promise/dist/es6-promise.auto.min.js",
89
"node_modules/es6-promise/dist/es6-promise.auto.min.js.map"
90
]
91
-}
+}
0 commit comments