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 08c67c3 commit f376566Copy full SHA for f376566
packages/server/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@jsonrpc-rx/server",
3
- "version": "0.1.2",
+ "version": "0.2.0",
4
"author": "jsonrpc-rx",
5
"description": "A tool library for RPC based on JSON-RPC 2.0 and Reactive Programming",
6
"main": "./dist/index.cjs.js",
@@ -27,7 +27,7 @@
27
"clean": "rimraf dist/ & rimraf node_modules/"
28
},
29
"dependencies": {
30
- "@jsonrpc-rx/core": "0.1.1",
+ "@jsonrpc-rx/core": "0.2.0",
31
"flatted": "^3.2.9"
32
33
"devDependencies": {
0 commit comments