socket: Replace @iov/stream with @cosmjs/stream

This commit is contained in:
willclarktech
2020-06-25 16:03:54 +02:00
parent f355f63df9
commit c8a384bb0e
6 changed files with 6 additions and 6 deletions
@@ -1,4 +1,4 @@
import { DefaultValueProducer, ValueAndUpdates } from "@iov/stream";
import { DefaultValueProducer, ValueAndUpdates } from "@cosmjs/stream";
import { Listener, Producer, Stream } from "xstream";
import { SocketWrapperMessageEvent } from "./socketwrapper";
+1 -1
View File
@@ -1,4 +1,4 @@
import { ValueAndUpdates } from "@iov/stream";
import { ValueAndUpdates } from "@cosmjs/stream";
import { Listener, Producer, Stream } from "xstream";
import { ConnectionStatus, QueueingStreamingSocket } from "./queueingstreamingsocket";
+1 -1
View File
@@ -1,4 +1,4 @@
import { toListPromise } from "@iov/stream";
import { toListPromise } from "@cosmjs/stream";
import { StreamingSocket } from "./streamingsocket";