@dxos/rpc 2.32.1-dev.77d63563 → 2.32.1-dev.e93af3d9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +6 -7
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@dxos/rpc",
|
3
|
-
"version": "2.32.1-dev.
|
3
|
+
"version": "2.32.1-dev.e93af3d9",
|
4
4
|
"description": "Tiny RPC library.",
|
5
5
|
"license": "MIT",
|
6
6
|
"author": "DXOS.org",
|
@@ -11,10 +11,10 @@
|
|
11
11
|
"src"
|
12
12
|
],
|
13
13
|
"dependencies": {
|
14
|
-
"@dxos/async": "2.32.1-dev.
|
15
|
-
"@dxos/codec-protobuf": "2.32.1-dev.
|
16
|
-
"@dxos/debug": "2.32.1-dev.
|
17
|
-
"@dxos/protocols": "2.32.1-dev.
|
14
|
+
"@dxos/async": "2.32.1-dev.e93af3d9",
|
15
|
+
"@dxos/codec-protobuf": "2.32.1-dev.e93af3d9",
|
16
|
+
"@dxos/debug": "2.32.1-dev.e93af3d9",
|
17
|
+
"@dxos/protocols": "2.32.1-dev.e93af3d9",
|
18
18
|
"debug": "^4.3.3"
|
19
19
|
},
|
20
20
|
"devDependencies": {
|
@@ -38,6 +38,5 @@
|
|
38
38
|
"build:test": "toolchain build:test",
|
39
39
|
"lint": "toolchain lint",
|
40
40
|
"test": "toolchain test"
|
41
|
-
}
|
42
|
-
"readme": "# @dxos/rpc\n\nA lightweight, transport-agnostic RPC implementation.\n\n## Features\n\n* Performs a handshake to wait for the other side to be open.\n* Errors are serialized and transported with their stack intact.\n* Requests are terminated on close.\n* TODO: Request timeouts.\n* TODO: Data streams.\n"
|
41
|
+
}
|
43
42
|
}
|