Comparing version
@@ -8,3 +8,3 @@ export { blake2b } from "./blake2b.js"; | ||
export { blake2bAddLeafBytesToProofStack, blake2bMerkleRoot, blake2bProofStackRoot } from "./merkle.js"; | ||
export { progressiveFetch } from "./progressivefetch.js"; | ||
export { progressiveFetch, progressiveFetchResult } from "./progressivefetch.js"; | ||
export { taggedRegistryEntryKeys, deriveRegistryEntryID, resolverLink, verifyRegistrySignature } from "./registry.js"; | ||
@@ -11,0 +11,0 @@ export { generateSeedPhraseDeterministic, validSeedPhrase } from "./seed.js"; |
@@ -12,2 +12,2 @@ interface progressiveFetchResult { | ||
declare function progressiveFetch(endpoint: string, fetchOpts: any, portals: string[], verifyFunction: any): Promise<progressiveFetchResult>; | ||
export { progressiveFetch }; | ||
export { progressiveFetch, progressiveFetchResult }; |
{ | ||
"name": "libskynet", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "helper library to interact with skynet's low level primitives", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
115375
0.04%