@peerbit/stream-interface
Advanced tools
Comparing version 5.1.2 to 5.1.3
@@ -29,2 +29,4 @@ import type { PeerId } from "@libp2p/interface"; | ||
} | ||
export declare class InvalidMessageError extends Error { | ||
} | ||
//# sourceMappingURL=index.d.ts.map |
@@ -9,2 +9,4 @@ export * from "./messages.js"; | ||
} | ||
export class InvalidMessageError extends Error { | ||
} | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@peerbit/stream-interface", | ||
"version": "5.1.2", | ||
"version": "5.1.3", | ||
"description": "Block store streaming", | ||
@@ -78,4 +78,4 @@ "sideEffects": false, | ||
"@dao-xyz/borsh": "^5.2.3", | ||
"@peerbit/crypto": "2.3.3" | ||
"@peerbit/crypto": "2.3.4" | ||
} | ||
} |
@@ -40,1 +40,2 @@ import type { PeerId } from "@libp2p/interface"; | ||
export class DeliveryError extends Error {} | ||
export class InvalidMessageError extends Error {} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
55191
1194
+ Added@peerbit/crypto@2.3.4(transitive)
- Removed@peerbit/crypto@2.3.3(transitive)
Updated@peerbit/crypto@2.3.4