json-rpc: Replace @iov/stream with @cosmjs/stream
This commit is contained in:
parent
c8a384bb0e
commit
67a53476b7
@ -44,7 +44,7 @@
|
||||
"pack-web": "yarn build-or-skip && webpack --mode development --config webpack.web.config.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@iov/stream": "^2.3.2",
|
||||
"@cosmjs/stream": "^0.20.0",
|
||||
"xstream": "^11.10.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
import { firstEvent } from "@iov/stream";
|
||||
import { firstEvent } from "@cosmjs/stream";
|
||||
import { Stream } from "xstream";
|
||||
|
||||
import { isJsonRpcErrorResponse, JsonRpcRequest, JsonRpcResponse, JsonRpcSuccessResponse } from "./types";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user