@peerbit/pubsub-interface
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -5,3 +5,2 @@ import { PublicSignKey } from "@peerbit/crypto"; | ||
import { EventHandler } from "@libp2p/interface"; | ||
import { PeerId as Libp2pPeerId } from "@libp2p/interface/peer-id"; | ||
export declare class SubscriptionEvent { | ||
@@ -58,7 +57,5 @@ from: PublicSignKey; | ||
topics?: string[]; | ||
to?: (string | PublicSignKey | Libp2pPeerId)[]; | ||
mode?: DeliveryMode | undefined; | ||
} | { | ||
topics: string[]; | ||
to: (string | PublicSignKey | Libp2pPeerId)[]; | ||
mode?: DeliveryMode | undefined; | ||
@@ -65,0 +62,0 @@ }) & { |
{ | ||
"name": "@peerbit/pubsub-interface", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Block store streaming", | ||
@@ -53,6 +53,6 @@ "type": "module", | ||
"@dao-xyz/borsh": "^5.1.8", | ||
"@peerbit/crypto": "2.1.0", | ||
"@peerbit/stream-interface": "^2.0.1" | ||
"@peerbit/crypto": "2.1.1", | ||
"@peerbit/stream-interface": "^2.0.2" | ||
}, | ||
"gitHead": "c88b8601709962f01398be6c9e81f05f3daa3654" | ||
"gitHead": "f4cb6a526d26e98360c32fd28dcdf9eb7ea10551" | ||
} |
@@ -111,3 +111,2 @@ import { PublicSignKey } from "@peerbit/crypto"; | ||
topics?: string[]; | ||
to?: (string | PublicSignKey | Libp2pPeerId)[]; | ||
mode?: DeliveryMode | undefined; | ||
@@ -117,3 +116,2 @@ } | ||
topics: string[]; | ||
to: (string | PublicSignKey | Libp2pPeerId)[]; | ||
mode?: DeliveryMode | undefined; | ||
@@ -120,0 +118,0 @@ } |
Sorry, the diff of this file is not supported yet
39417
647
- Removed@peerbit/crypto@2.1.0(transitive)
Updated@peerbit/crypto@2.1.1