@peerbit/pubsub-interface
Advanced tools
Comparing version 3.1.1-4d7d8ba to 3.1.1-5cf61cb
@@ -16,3 +16,3 @@ import { Uint8ArrayList } from "uint8arraylist"; | ||
private _serialized; | ||
bytes(): Uint8Array | Uint8ArrayList; | ||
bytes(): Uint8Array<ArrayBufferLike> | Uint8ArrayList; | ||
static from(bytes: Uint8Array | Uint8ArrayList): PubSubData; | ||
@@ -28,3 +28,3 @@ } | ||
private _serialized; | ||
bytes(): Uint8Array | Uint8ArrayList; | ||
bytes(): Uint8Array<ArrayBufferLike> | Uint8ArrayList; | ||
static from(bytes: Uint8Array | Uint8ArrayList): Subscribe; | ||
@@ -38,3 +38,3 @@ } | ||
private _serialized; | ||
bytes(): Uint8Array | Uint8ArrayList; | ||
bytes(): Uint8Array<ArrayBufferLike> | Uint8ArrayList; | ||
static from(bytes: Uint8Array | Uint8ArrayList): Unsubscribe; | ||
@@ -48,5 +48,5 @@ } | ||
_serialized: Uint8ArrayList; | ||
bytes(): Uint8Array | Uint8ArrayList; | ||
bytes(): Uint8Array<ArrayBufferLike> | Uint8ArrayList; | ||
static from(bytes: Uint8Array | Uint8ArrayList): GetSubscribers; | ||
} | ||
//# sourceMappingURL=messages.d.ts.map |
{ | ||
"name": "@peerbit/pubsub-interface", | ||
"version": "3.1.1-4d7d8ba", | ||
"version": "3.1.1-5cf61cb", | ||
"description": "Block store streaming", | ||
@@ -78,5 +78,5 @@ "type": "module", | ||
"@dao-xyz/borsh": "^5.2.3", | ||
"@peerbit/crypto": "2.3.2-4d7d8ba", | ||
"@peerbit/stream-interface": "5.1.1-4d7d8ba" | ||
"@peerbit/crypto": "2.3.2-5cf61cb", | ||
"@peerbit/stream-interface": "5.1.1-5cf61cb" | ||
} | ||
} |
32840
+ Added@libp2p/crypto@5.0.12(transitive)
+ Added@libp2p/interface@2.6.0(transitive)
+ Added@libp2p/peer-id@5.0.13(transitive)
+ Added@peerbit/cache@2.1.0-5cf61cb(transitive)
+ Added@peerbit/crypto@2.3.2-5cf61cb(transitive)
+ Added@peerbit/stream-interface@5.1.1-5cf61cb(transitive)
- Removed@libp2p/crypto@5.0.13(transitive)
- Removed@libp2p/interface@2.6.1(transitive)
- Removed@libp2p/peer-id@5.0.14(transitive)
- Removed@peerbit/cache@2.1.0-4d7d8ba(transitive)
- Removed@peerbit/crypto@2.3.2-4d7d8ba(transitive)
- Removed@peerbit/stream-interface@5.1.1-4d7d8ba(transitive)