@peerbit/stream-interface
Advanced tools
Comparing version 5.1.1 to 5.1.2
@@ -97,3 +97,3 @@ import type { PeerId } from "@libp2p/interface"; | ||
}); | ||
get id(): Uint8Array; | ||
get id(): Uint8Array<ArrayBufferLike>; | ||
get origin(): MultiAddrinfo | undefined; | ||
@@ -121,3 +121,3 @@ verify(): boolean; | ||
/** Manually ser/der for performance gains */ | ||
bytes(): Uint8Array; | ||
bytes(): Uint8Array<ArrayBufferLike>; | ||
static from(bytes: Uint8ArrayList): DataMessage; | ||
@@ -134,4 +134,4 @@ } | ||
}); | ||
get id(): Uint8Array; | ||
bytes(): Uint8Array; | ||
get id(): Uint8Array<ArrayBufferLike>; | ||
bytes(): Uint8Array<ArrayBufferLike>; | ||
static from(bytes: Uint8ArrayList): ACK; | ||
@@ -145,4 +145,4 @@ } | ||
}); | ||
get id(): Uint8Array; | ||
bytes(): Uint8Array; | ||
get id(): Uint8Array<ArrayBufferLike>; | ||
bytes(): Uint8Array<ArrayBufferLike>; | ||
static from(bytes: Uint8ArrayList): Hello; | ||
@@ -157,4 +157,4 @@ } | ||
}); | ||
get id(): Uint8Array; | ||
bytes(): Uint8Array; | ||
get id(): Uint8Array<ArrayBufferLike>; | ||
bytes(): Uint8Array<ArrayBufferLike>; | ||
static from(bytes: Uint8ArrayList): Goodbye; | ||
@@ -161,0 +161,0 @@ } |
{ | ||
"name": "@peerbit/stream-interface", | ||
"version": "5.1.1", | ||
"version": "5.1.2", | ||
"description": "Block store streaming", | ||
@@ -78,4 +78,4 @@ "sideEffects": false, | ||
"@dao-xyz/borsh": "^5.2.3", | ||
"@peerbit/crypto": "2.3.2" | ||
"@peerbit/crypto": "2.3.3" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
54959
144
28
43
117
+ Added@peerbit/crypto@2.3.3(transitive)
- Removed@peerbit/crypto@2.3.2(transitive)
Updated@peerbit/crypto@2.3.3