@lvce-editor/json-rpc 1.1.0 → 1.2.0
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/dist/index.js +4 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8,10 +8,10 @@ const create$4 = (method, params) => {
|
|
|
8
8
|
};
|
|
9
9
|
};
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
const JsonRpcEvent = {
|
|
12
12
|
__proto__: null,
|
|
13
13
|
create: create$4
|
|
14
|
-
}
|
|
14
|
+
};
|
|
15
15
|
|
|
16
16
|
class AssertionError extends Error {
|
|
17
17
|
constructor(message) {
|
|
@@ -127,10 +127,10 @@ const create$2 = (method, params) => {
|
|
|
127
127
|
};
|
|
128
128
|
};
|
|
129
129
|
|
|
130
|
-
|
|
130
|
+
const JsonRpcRequest = {
|
|
131
131
|
__proto__: null,
|
|
132
132
|
create: create$2
|
|
133
|
-
}
|
|
133
|
+
};
|
|
134
134
|
|
|
135
135
|
class JsonRpcError extends Error {
|
|
136
136
|
constructor(message) {
|