@peerbit/blocks-interface
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -11,3 +11,3 @@ import { WaitForPeer } from "@peerbit/stream-interface"; | ||
export interface Blocks extends WaitForPeer { | ||
put(bytes: Uint8Array, options?: PutOptions): MaybePromise<string>; | ||
put(bytes: Uint8Array): MaybePromise<string>; | ||
has(cid: string): MaybePromise<boolean>; | ||
@@ -14,0 +14,0 @@ get(cid: string, options?: GetOptions): MaybePromise<Uint8Array | undefined>; |
{ | ||
"name": "@peerbit/blocks-interface", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Block store streaming", | ||
@@ -52,10 +52,10 @@ "type": "module", | ||
"devDependencies": { | ||
"@peerbit/libp2p-test-utils": "1.0.1" | ||
"@peerbit/libp2p-test-utils": "1.0.2" | ||
}, | ||
"dependencies": { | ||
"@dao-xyz/borsh": "^5.1.5", | ||
"@peerbit/crypto": "1.0.3", | ||
"@peerbit/stream-interface": "^1.0.4" | ||
"@peerbit/crypto": "1.0.4", | ||
"@peerbit/stream-interface": "^1.0.5" | ||
}, | ||
"gitHead": "99e30817f094e45ffcd60f4babd90a717bd26a22" | ||
"gitHead": "32f61ad9f3d5906e13d46f2a80f61c1826a3e817" | ||
} |
@@ -14,3 +14,3 @@ import { WaitForPeer } from "@peerbit/stream-interface"; | ||
export interface Blocks extends WaitForPeer { | ||
put(bytes: Uint8Array, options?: PutOptions): MaybePromise<string>; | ||
put(bytes: Uint8Array): MaybePromise<string>; | ||
has(cid: string): MaybePromise<boolean>; | ||
@@ -17,0 +17,0 @@ get(cid: string, options?: GetOptions): MaybePromise<Uint8Array | undefined>; |
14096
+ Added@peerbit/crypto@1.0.4(transitive)
- Removed@peerbit/crypto@1.0.3(transitive)
Updated@peerbit/crypto@1.0.4