Update json-rpc-peer to 0.10 (fixes #71, fixes #72 and maybe vatesfr/xo-web#297)
This commit is contained in:
parent
f29e867441
commit
16c49e965c
@ -47,8 +47,7 @@
|
|||||||
"http-server-plus": "^0.5.1",
|
"http-server-plus": "^0.5.1",
|
||||||
"human-format": "^0.3.0",
|
"human-format": "^0.3.0",
|
||||||
"js-yaml": "^3.2.7",
|
"js-yaml": "^3.2.7",
|
||||||
"json-rpc-peer": "^0.9.2",
|
"json-rpc-peer": "^0.10.0",
|
||||||
"json-rpc-protocol": "^0.9.0",
|
|
||||||
"julien-f-unzip": "^0.2.1",
|
"julien-f-unzip": "^0.2.1",
|
||||||
"lodash.assign": "^3.0.0",
|
"lodash.assign": "^3.0.0",
|
||||||
"lodash.bind": "^3.0.0",
|
"lodash.bind": "^3.0.0",
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import {JsonRpcError} from 'json-rpc-protocol'
|
import {JsonRpcError} from 'json-rpc-peer'
|
||||||
|
|
||||||
// ===================================================================
|
// ===================================================================
|
||||||
|
|
||||||
@ -9,7 +9,7 @@ export {
|
|||||||
InvalidRequest,
|
InvalidRequest,
|
||||||
JsonRpcError,
|
JsonRpcError,
|
||||||
MethodNotFound
|
MethodNotFound
|
||||||
} from 'json-rpc-protocol'
|
} from 'json-rpc-peer'
|
||||||
|
|
||||||
// -------------------------------------------------------------------
|
// -------------------------------------------------------------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user