@peerbit/stream-interface
Advanced tools
Comparing version 3.0.3 to 3.0.4
@@ -21,1 +21,3 @@ import { PublicSignKey } from "@peerbit/crypto"; | ||
} | ||
export declare class NotStartedError extends Error { | ||
} |
export * from "./messages.js"; | ||
export class NotStartedError extends Error { | ||
} | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@peerbit/stream-interface", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"description": "Block store streaming", | ||
@@ -52,6 +52,6 @@ "type": "module", | ||
"dependencies": { | ||
"@dao-xyz/borsh": "^5.1.8", | ||
"@peerbit/crypto": "2.1.4" | ||
"@dao-xyz/borsh": "^5.2.1", | ||
"@peerbit/crypto": "2.1.5" | ||
}, | ||
"gitHead": "2539f936bbe572f34a297bc8275fcd059105fc2a" | ||
"gitHead": "180a8c4e6ab6f713134c949d2d7ce9fc5648a4ce" | ||
} |
@@ -26,1 +26,3 @@ import { PublicSignKey } from "@peerbit/crypto"; | ||
} | ||
export class NotStartedError extends Error {} |
Sorry, the diff of this file is not supported yet
58564
1122
+ Added@peerbit/crypto@2.1.5(transitive)
- Removed@peerbit/crypto@2.1.4(transitive)
Updated@dao-xyz/borsh@^5.2.1
Updated@peerbit/crypto@2.1.5