@xyo-network/hash 5.0.4 → 5.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -45,10 +45,10 @@
|
|
|
45
45
|
}
|
|
46
46
|
});
|
|
47
47
|
|
|
48
|
-
// ../../../../../../node_modules/.store/@xylabs-platform-npm-5.0.
|
|
48
|
+
// ../../../../../../node_modules/.store/@xylabs-platform-npm-5.0.8-430f5ccd2f/package/dist/browser/index-browser.mjs
|
|
49
49
|
var subtle = globalThis.crypto.subtle;
|
|
50
50
|
|
|
51
|
-
// ../../../../../../node_modules/.store/@xylabs-threads-npm-5.0.
|
|
51
|
+
// ../../../../../../node_modules/.store/@xylabs-threads-npm-5.0.8-0b9865befd/package/dist/browser/worker/worker.browser.mjs
|
|
52
52
|
var import_is_observable_2_1_0 = __toESM(require_package(), 1);
|
|
53
53
|
var __defProp2 = Object.defineProperty;
|
|
54
54
|
var __name = (target, value) => __defProp2(target, "name", { value, configurable: true });
|
|
@@ -11648,7 +11648,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
11648
11648
|
// ../../../../../../node_modules/.store/zod-npm-4.0.17-c6c059c49a/package/v4/classic/external.js
|
|
11649
11649
|
config(en_default());
|
|
11650
11650
|
|
|
11651
|
-
// ../../../../../../node_modules/.store/@xylabs-typeof-npm-5.0.
|
|
11651
|
+
// ../../../../../../node_modules/.store/@xylabs-typeof-npm-5.0.8-929a97b1b0/package/dist/neutral/index.mjs
|
|
11652
11652
|
function isUndefined(value) {
|
|
11653
11653
|
return value === void 0;
|
|
11654
11654
|
}
|
|
@@ -11659,7 +11659,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
11659
11659
|
return typeof value === "number";
|
|
11660
11660
|
}
|
|
11661
11661
|
|
|
11662
|
-
// ../../../../../../node_modules/.store/@xylabs-hex-npm-5.0.
|
|
11662
|
+
// ../../../../../../node_modules/.store/@xylabs-hex-npm-5.0.8-4f260070c3/package/dist/neutral/index.mjs
|
|
11663
11663
|
var HexRegExMinMax = (minBytes = 0, maxBytes = Number.MAX_SAFE_INTEGER / 2) => {
|
|
11664
11664
|
return new RegExp(`^[a-f0-9]{${minBytes * 2},${maxBytes * 2}}$`);
|
|
11665
11665
|
};
|
|
@@ -11814,7 +11814,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
11814
11814
|
var BigIntToJsonZod = external_exports.bigint().nonnegative().transform((x) => toHex(x));
|
|
11815
11815
|
var JsonToBigIntZod = external_exports.string().transform((x) => toHex(x)).transform((x) => hexToBigInt(x));
|
|
11816
11816
|
|
|
11817
|
-
// ../../../../../../node_modules/.store/@xylabs-threads-npm-5.0.
|
|
11817
|
+
// ../../../../../../node_modules/.store/@xylabs-threads-npm-5.0.8-0b9865befd/package/dist/browser/worker/worker.browser.mjs
|
|
11818
11818
|
var import_is_observable_2_1_0 = __toESM(require_package(), 1);
|
|
11819
11819
|
var __defProp2 = Object.defineProperty;
|
|
11820
11820
|
var __name = (target, value) => __defProp2(target, "name", { value, configurable: true });
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/hash",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.6",
|
|
4
4
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -54,20 +54,20 @@
|
|
|
54
54
|
"wasmHashBundle": "esbuild src/worker/wasmHash.ts --bundle --outfile=dist/browser/worker/wasmHash-bundle.mjs --target=chrome120,firefox120,safari14,edge120"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@xylabs/assert": "~5.0.
|
|
58
|
-
"@xylabs/hex": "~5.0.
|
|
59
|
-
"@xylabs/object": "~5.0.
|
|
60
|
-
"@xylabs/platform": "~5.0.
|
|
61
|
-
"@xylabs/threads": "~5.0.
|
|
62
|
-
"@xylabs/typeof": "~5.0.
|
|
63
|
-
"@xyo-network/wasm": "~5.0.
|
|
57
|
+
"@xylabs/assert": "~5.0.8",
|
|
58
|
+
"@xylabs/hex": "~5.0.8",
|
|
59
|
+
"@xylabs/object": "~5.0.8",
|
|
60
|
+
"@xylabs/platform": "~5.0.8",
|
|
61
|
+
"@xylabs/threads": "~5.0.8",
|
|
62
|
+
"@xylabs/typeof": "~5.0.8",
|
|
63
|
+
"@xyo-network/wasm": "~5.0.6",
|
|
64
64
|
"hash-wasm": "~4.12.0"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"@xylabs/delay": "~5.0.
|
|
68
|
-
"@xylabs/ts-scripts-yarn3": "~7.1.
|
|
69
|
-
"@xylabs/tsconfig": "~7.1.
|
|
70
|
-
"@xylabs/vitest-extended": "~5.0.
|
|
67
|
+
"@xylabs/delay": "~5.0.8",
|
|
68
|
+
"@xylabs/ts-scripts-yarn3": "~7.1.1",
|
|
69
|
+
"@xylabs/tsconfig": "~7.1.1",
|
|
70
|
+
"@xylabs/vitest-extended": "~5.0.8",
|
|
71
71
|
"esbuild": "~0.25.9",
|
|
72
72
|
"publint": "~0.3.12",
|
|
73
73
|
"typescript": "~5.9.2",
|