@xyo-network/hash
Advanced tools
Comparing version 2.110.16 to 2.110.17
@@ -1,2 +0,2 @@ | ||
import { PayloadHasher } from './PayloadHasher.js'; | ||
import { PayloadHasher } from './PayloadHasher.ts'; | ||
export declare class BrowserPayloadHasher extends PayloadHasher { | ||
@@ -3,0 +3,0 @@ static createBrowserWorker: (url?: URL) => import("@xylabs/threads/master").WorkerImplementation | undefined; |
@@ -1,5 +0,5 @@ | ||
export { BrowserPayloadHasher as PayloadHasher } from './BrowserPayloadHasher.js'; | ||
export * from './removeEmptyFields.js'; | ||
export * from './removeFields.js'; | ||
export * from './sortFields.js'; | ||
export { BrowserPayloadHasher as PayloadHasher } from './BrowserPayloadHasher.ts'; | ||
export * from './removeEmptyFields.ts'; | ||
export * from './removeFields.ts'; | ||
export * from './sortFields.ts'; | ||
//# sourceMappingURL=index-browser.d.ts.map |
@@ -263,3 +263,3 @@ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, { | ||
try { | ||
return new URL("worker/subtleHash-bundle.js", import.meta.url); | ||
return new URL("worker/subtleHash-bundle.ts", import.meta.url); | ||
} catch { | ||
@@ -271,3 +271,3 @@ return; | ||
try { | ||
return new URL("worker/wasmHash-bundle.js", import.meta.url); | ||
return new URL("worker/wasmHash-bundle.ts", import.meta.url); | ||
} catch { | ||
@@ -274,0 +274,0 @@ return; |
@@ -1,6 +0,6 @@ | ||
export * from './hasEmptyFields.js'; | ||
export { NodePayloadHasher as PayloadHasher } from './NodePayloadHasher.js'; | ||
export * from './removeEmptyFields.js'; | ||
export * from './removeFields.js'; | ||
export * from './sortFields.js'; | ||
export * from './hasEmptyFields.ts'; | ||
export { NodePayloadHasher as PayloadHasher } from './NodePayloadHasher.ts'; | ||
export * from './removeEmptyFields.ts'; | ||
export * from './removeFields.ts'; | ||
export * from './sortFields.ts'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -1,2 +0,2 @@ | ||
import { PayloadHasher } from './PayloadHasher.js'; | ||
import { PayloadHasher } from './PayloadHasher.ts'; | ||
export declare class NodePayloadHasher extends PayloadHasher { | ||
@@ -3,0 +3,0 @@ static createNodeWorker: (func?: () => unknown) => import("@xylabs/threads/master").WorkerImplementation | undefined; |
@@ -1,3 +0,3 @@ | ||
export * from './subtleHashNode.js'; | ||
export * from './wasmHashNode.js'; | ||
export * from './subtleHashNode.ts'; | ||
export * from './wasmHashNode.ts'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -1,2 +0,2 @@ | ||
import { PayloadHasher } from './PayloadHasher.js'; | ||
import { PayloadHasher } from './PayloadHasher.ts'; | ||
export declare class BrowserPayloadHasher extends PayloadHasher { | ||
@@ -3,0 +3,0 @@ static createBrowserWorker: (url?: URL) => import("@xylabs/threads/master").WorkerImplementation | undefined; |
@@ -1,5 +0,5 @@ | ||
export { BrowserPayloadHasher as PayloadHasher } from './BrowserPayloadHasher.js'; | ||
export * from './removeEmptyFields.js'; | ||
export * from './removeFields.js'; | ||
export * from './sortFields.js'; | ||
export { BrowserPayloadHasher as PayloadHasher } from './BrowserPayloadHasher.ts'; | ||
export * from './removeEmptyFields.ts'; | ||
export * from './removeFields.ts'; | ||
export * from './sortFields.ts'; | ||
//# sourceMappingURL=index-browser.d.ts.map |
@@ -1,6 +0,6 @@ | ||
export * from './hasEmptyFields.js'; | ||
export { NodePayloadHasher as PayloadHasher } from './NodePayloadHasher.js'; | ||
export * from './removeEmptyFields.js'; | ||
export * from './removeFields.js'; | ||
export * from './sortFields.js'; | ||
export * from './hasEmptyFields.ts'; | ||
export { NodePayloadHasher as PayloadHasher } from './NodePayloadHasher.ts'; | ||
export * from './removeEmptyFields.ts'; | ||
export * from './removeFields.ts'; | ||
export * from './sortFields.ts'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -1,2 +0,2 @@ | ||
import { PayloadHasher } from './PayloadHasher.js'; | ||
import { PayloadHasher } from './PayloadHasher.ts'; | ||
export declare class NodePayloadHasher extends PayloadHasher { | ||
@@ -3,0 +3,0 @@ static createNodeWorker: (func?: () => unknown) => import("@xylabs/threads/master").WorkerImplementation | undefined; |
@@ -1,3 +0,3 @@ | ||
export * from './subtleHashNode.js'; | ||
export * from './wasmHashNode.js'; | ||
export * from './subtleHashNode.ts'; | ||
export * from './wasmHashNode.ts'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -1,2 +0,2 @@ | ||
import { PayloadHasher } from './PayloadHasher.js'; | ||
import { PayloadHasher } from './PayloadHasher.ts'; | ||
export declare class BrowserPayloadHasher extends PayloadHasher { | ||
@@ -3,0 +3,0 @@ static createBrowserWorker: (url?: URL) => import("@xylabs/threads/master").WorkerImplementation | undefined; |
@@ -1,5 +0,5 @@ | ||
export { BrowserPayloadHasher as PayloadHasher } from './BrowserPayloadHasher.js'; | ||
export * from './removeEmptyFields.js'; | ||
export * from './removeFields.js'; | ||
export * from './sortFields.js'; | ||
export { BrowserPayloadHasher as PayloadHasher } from './BrowserPayloadHasher.ts'; | ||
export * from './removeEmptyFields.ts'; | ||
export * from './removeFields.ts'; | ||
export * from './sortFields.ts'; | ||
//# sourceMappingURL=index-browser.d.ts.map |
@@ -1,6 +0,6 @@ | ||
export * from './hasEmptyFields.js'; | ||
export { NodePayloadHasher as PayloadHasher } from './NodePayloadHasher.js'; | ||
export * from './removeEmptyFields.js'; | ||
export * from './removeFields.js'; | ||
export * from './sortFields.js'; | ||
export * from './hasEmptyFields.ts'; | ||
export { NodePayloadHasher as PayloadHasher } from './NodePayloadHasher.ts'; | ||
export * from './removeEmptyFields.ts'; | ||
export * from './removeFields.ts'; | ||
export * from './sortFields.ts'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -1,2 +0,2 @@ | ||
import { PayloadHasher } from './PayloadHasher.js'; | ||
import { PayloadHasher } from './PayloadHasher.ts'; | ||
export declare class NodePayloadHasher extends PayloadHasher { | ||
@@ -3,0 +3,0 @@ static createNodeWorker: (func?: () => unknown) => import("@xylabs/threads/master").WorkerImplementation | undefined; |
@@ -1,3 +0,3 @@ | ||
export * from './subtleHashNode.js'; | ||
export * from './wasmHashNode.js'; | ||
export * from './subtleHashNode.ts'; | ||
export * from './wasmHashNode.ts'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -20,3 +20,3 @@ { | ||
"@xylabs/typeof": "^3.6.6", | ||
"@xyo-network/wasm": "^2.110.16", | ||
"@xyo-network/wasm": "^2.110.17", | ||
"hash-wasm": "^4.11.0" | ||
@@ -76,4 +76,4 @@ }, | ||
"sideEffects": false, | ||
"version": "2.110.16", | ||
"version": "2.110.17", | ||
"type": "module" | ||
} |
@@ -1,4 +0,4 @@ | ||
import { createBrowserWorker } from './createBrowserWorker.js' | ||
import { createNodeWorker } from './createNodeWorker.js' | ||
import { PayloadHasher } from './PayloadHasher.js' | ||
import { createBrowserWorker } from './createBrowserWorker.ts' | ||
import { createNodeWorker } from './createNodeWorker.ts' | ||
import { PayloadHasher } from './PayloadHasher.ts' | ||
@@ -15,3 +15,3 @@ // We put both in here so that things will work in jsdom/jest | ||
try { | ||
return new URL('worker/subtleHash-bundle.js', import.meta.url) | ||
return new URL('worker/subtleHash-bundle.ts', import.meta.url) | ||
} catch { | ||
@@ -23,3 +23,3 @@ return | ||
try { | ||
return new URL('worker/wasmHash-bundle.js', import.meta.url) | ||
return new URL('worker/wasmHash-bundle.ts', import.meta.url) | ||
} catch { | ||
@@ -26,0 +26,0 @@ return |
@@ -1,4 +0,4 @@ | ||
export { BrowserPayloadHasher as PayloadHasher } from './BrowserPayloadHasher.js' | ||
export * from './removeEmptyFields.js' | ||
export * from './removeFields.js' | ||
export * from './sortFields.js' | ||
export { BrowserPayloadHasher as PayloadHasher } from './BrowserPayloadHasher.ts' | ||
export * from './removeEmptyFields.ts' | ||
export * from './removeFields.ts' | ||
export * from './sortFields.ts' |
@@ -1,5 +0,5 @@ | ||
export * from './hasEmptyFields.js' | ||
export { NodePayloadHasher as PayloadHasher } from './NodePayloadHasher.js' | ||
export * from './removeEmptyFields.js' | ||
export * from './removeFields.js' | ||
export * from './sortFields.js' | ||
export * from './hasEmptyFields.ts' | ||
export { NodePayloadHasher as PayloadHasher } from './NodePayloadHasher.ts' | ||
export * from './removeEmptyFields.ts' | ||
export * from './removeFields.ts' | ||
export * from './sortFields.ts' |
@@ -1,3 +0,3 @@ | ||
import { createNodeWorker } from './createNodeWorker.js' | ||
import { PayloadHasher } from './PayloadHasher.js' | ||
import { createNodeWorker } from './createNodeWorker.ts' | ||
import { PayloadHasher } from './PayloadHasher.ts' | ||
@@ -4,0 +4,0 @@ PayloadHasher.createNodeWorker = createNodeWorker |
@@ -10,5 +10,5 @@ import { assertEx } from '@xylabs/assert' | ||
import { removeEmptyFields } from './removeEmptyFields.js' | ||
import { sortFields } from './sortFields.js' | ||
import { subtleHashFunc, wasmHashFunc } from './worker/index.js' | ||
import { removeEmptyFields } from './removeEmptyFields.ts' | ||
import { sortFields } from './sortFields.ts' | ||
import { subtleHashFunc, wasmHashFunc } from './worker/index.ts' | ||
@@ -15,0 +15,0 @@ // eslint-disable-next-line @typescript-eslint/no-explicit-any |
@@ -1,2 +0,2 @@ | ||
export * from './subtleHashNode.js' | ||
export * from './wasmHashNode.js' | ||
export * from './subtleHashNode.ts' | ||
export * from './wasmHashNode.ts' |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Updated@xyo-network/wasm@^2.110.17