@peerbit/stream-interface
Advanced tools
Comparing version 5.0.0 to 5.0.1
@@ -77,2 +77,5 @@ import { Uint8ArrayList } from "uint8arraylist"; | ||
}; | ||
export type IdentificationOptions = { | ||
id?: Uint8Array; | ||
}; | ||
export declare class MessageHeader<T extends DeliveryMode = DeliveryMode> { | ||
@@ -79,0 +82,0 @@ private _id; |
{ | ||
"name": "@peerbit/stream-interface", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "Block store streaming", | ||
@@ -55,3 +55,3 @@ "type": "module", | ||
}, | ||
"gitHead": "7773e64f29e90e145eed87d06228a1178dc1e2e5" | ||
"gitHead": "8382facf938cb5c6ff30155e43c11f588302aab0" | ||
} |
@@ -232,2 +232,7 @@ import { | ||
}; | ||
export type IdentificationOptions = { | ||
id?: Uint8Array; | ||
}; | ||
const getDefaultPriorityFromMode = (mode: DeliveryMode) => { | ||
@@ -234,0 +239,0 @@ if (mode instanceof SilentDelivery) { |
Sorry, the diff of this file is not supported yet
62861
1239