@peerbit/pubsub-interface
Advanced tools
Comparing version 3.1.2-b900404 to 3.1.2-bae87a5
@@ -73,5 +73,5 @@ import { type EventHandler } from "@libp2p/interface"; | ||
}): MaybePromise<boolean>; | ||
publish(data: Uint8Array, options?: PublishOptions): MaybePromise<Uint8Array>; | ||
publish(data: Uint8Array, options?: PublishOptions): MaybePromise<Uint8Array | undefined>; | ||
} | ||
export * from "./messages.js"; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@peerbit/pubsub-interface", | ||
"version": "3.1.2-b900404", | ||
"version": "3.1.2-bae87a5", | ||
"description": "Block store streaming", | ||
@@ -78,5 +78,5 @@ "type": "module", | ||
"@dao-xyz/borsh": "^5.2.3", | ||
"@peerbit/crypto": "2.3.3-b900404", | ||
"@peerbit/stream-interface": "5.1.2-b900404" | ||
"@peerbit/crypto": "2.3.3-bae87a5", | ||
"@peerbit/stream-interface": "5.1.2-bae87a5" | ||
} | ||
} |
@@ -148,5 +148,8 @@ import { field, vec } from "@dao-xyz/borsh"; | ||
publish(data: Uint8Array, options?: PublishOptions): MaybePromise<Uint8Array>; | ||
publish( | ||
data: Uint8Array, | ||
options?: PublishOptions, | ||
): MaybePromise<Uint8Array | undefined>; | ||
} | ||
export * from "./messages.js"; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
32884
668
+ Added@peerbit/cache@2.1.1-bae87a5(transitive)
+ Added@peerbit/crypto@2.3.3-bae87a5(transitive)
+ Added@peerbit/stream-interface@5.1.2-bae87a5(transitive)
- Removed@peerbit/cache@2.1.1-b900404(transitive)
- Removed@peerbit/crypto@2.3.3-b900404(transitive)
- Removed@peerbit/stream-interface@5.1.2-b900404(transitive)