Comparing version 0.0.57 to 0.0.58
import { verifyDownloadResponse } from "./apidownloadverifyresponse.js"; | ||
import { progressiveFetch } from "./apiprogressivefetch.js"; | ||
import { defaultPortalList } from "./defaultportals.js"; | ||
import { defaultPortalList } from "./apidefaultportals.js"; | ||
import { addContextToErr } from "./err.js"; | ||
@@ -5,0 +5,0 @@ import { b64ToBuf } from "./encoding.js"; |
@@ -1,2 +0,2 @@ | ||
declare const defaultPortalList: string[]; | ||
export { defaultPortalList }; | ||
declare const defaultPortalList: string[] | ||
export { defaultPortalList } |
@@ -1,2 +0,2 @@ | ||
const defaultPortalList = ["https://siasky.net", "https://web3portal.com"]; | ||
export { defaultPortalList }; | ||
const defaultPortalList = ["https://siasky.net", "https://web3portal.com"] | ||
export { defaultPortalList } |
@@ -7,3 +7,3 @@ export { downloadSkylink } from "./apidownloadskylink.js"; | ||
export { blake2b, BLAKE2B_HASH_SIZE } from "./blake2b.js"; | ||
export { defaultPortalList } from "./defaultportals.js"; | ||
export { defaultPortalList } from "./apidefaultportals.js"; | ||
export { dictionary } from "./dictionary.js"; | ||
@@ -10,0 +10,0 @@ export { Ed25519Keypair, ed25519KeypairFromEntropy, ed25519Sign, ed25519Verify } from "./ed25519.js"; |
@@ -7,3 +7,3 @@ export { downloadSkylink } from "./apidownloadskylink.js"; | ||
export { blake2b, BLAKE2B_HASH_SIZE } from "./blake2b.js"; | ||
export { defaultPortalList } from "./defaultportals.js"; | ||
export { defaultPortalList } from "./apidefaultportals.js"; | ||
export { dictionary } from "./dictionary.js"; | ||
@@ -10,0 +10,0 @@ export { ed25519KeypairFromEntropy, ed25519Sign, ed25519Verify } from "./ed25519.js"; |
@@ -14,3 +14,3 @@ // namespaceInode is a function for namespacing inodes based on the type of | ||
while (filetype.length < 32) { | ||
filetype += " "; | ||
filetype += "__"; | ||
} | ||
@@ -17,0 +17,0 @@ return [filetype + inode, null]; |
{ | ||
"name": "libskynet", | ||
"version": "0.0.57", | ||
"version": "0.0.58", | ||
"author": "Skynet Labs", | ||
@@ -5,0 +5,0 @@ "description": "helper library to interact with skynet's low level primitives", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
186879
72
5494