@xyo-network/hash 5.3.25 → 5.3.26
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/.pnpm/@xylabs+platform@5.0.
|
|
48
|
+
// ../../../../../../node_modules/.pnpm/@xylabs+platform@5.0.94/node_modules/@xylabs/platform/dist/browser/index-browser.mjs
|
|
49
49
|
var subtle = globalThis.crypto.subtle;
|
|
50
50
|
|
|
51
|
-
// ../../../../../../node_modules/.pnpm/@xylabs+threads@5.0.
|
|
51
|
+
// ../../../../../../node_modules/.pnpm/@xylabs+threads@5.0.94/node_modules/@xylabs/threads/dist/browser/worker/worker.browser.mjs
|
|
52
52
|
var import_is_observable_2_1_0 = __toESM(require_is_observable(), 1);
|
|
53
53
|
var DefaultErrorSerializer = {
|
|
54
54
|
deserialize(message) {
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
}
|
|
50
50
|
});
|
|
51
51
|
|
|
52
|
-
// ../../../../../../node_modules/.pnpm/@xylabs+typeof@5.0.
|
|
52
|
+
// ../../../../../../node_modules/.pnpm/@xylabs+typeof@5.0.94/node_modules/@xylabs/typeof/dist/neutral/index.mjs
|
|
53
53
|
function isUndefined(value) {
|
|
54
54
|
return value === void 0;
|
|
55
55
|
}
|
|
@@ -4005,7 +4005,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
4005
4005
|
return _superRefine(fn);
|
|
4006
4006
|
}
|
|
4007
4007
|
|
|
4008
|
-
// ../../../../../../node_modules/.pnpm/@xylabs+error@5.0.
|
|
4008
|
+
// ../../../../../../node_modules/.pnpm/@xylabs+error@5.0.94/node_modules/@xylabs/error/dist/neutral/index.mjs
|
|
4009
4009
|
var assertError = (value, assert2, defaultMessage) => {
|
|
4010
4010
|
if (!isUndefined(assert2)) {
|
|
4011
4011
|
const assertString = typeof assert2 === "string" ? assert2 : typeof assert2 === "boolean" ? defaultMessage : assert2(value, defaultMessage);
|
|
@@ -4016,7 +4016,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
4016
4016
|
return void 0;
|
|
4017
4017
|
};
|
|
4018
4018
|
|
|
4019
|
-
// ../../../../../../node_modules/.pnpm/@xylabs+hex@5.0.
|
|
4019
|
+
// ../../../../../../node_modules/.pnpm/@xylabs+hex@5.0.94_zod@4.3.6/node_modules/@xylabs/hex/dist/neutral/index.mjs
|
|
4020
4020
|
var HexRegExMinMax = (minBytes = 0, maxBytes = Number.MAX_SAFE_INTEGER / 2) => {
|
|
4021
4021
|
return new RegExp(`^[a-f0-9]{${minBytes * 2},${maxBytes * 2}}$`);
|
|
4022
4022
|
};
|
|
@@ -4153,7 +4153,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
4153
4153
|
var BigIntToJsonZod = bigint2().nonnegative().transform((x) => toHex(x));
|
|
4154
4154
|
var JsonToBigIntZod = string2().transform((x) => toHex(x)).transform((x) => hexToBigInt(x));
|
|
4155
4155
|
|
|
4156
|
-
// ../../../../../../node_modules/.pnpm/@xylabs+threads@5.0.
|
|
4156
|
+
// ../../../../../../node_modules/.pnpm/@xylabs+threads@5.0.94/node_modules/@xylabs/threads/dist/browser/worker/worker.browser.mjs
|
|
4157
4157
|
var import_is_observable_2_1_0 = __toESM(require_is_observable(), 1);
|
|
4158
4158
|
var DefaultErrorSerializer = {
|
|
4159
4159
|
deserialize(message) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/hash",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.26",
|
|
4
4
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -30,6 +30,7 @@
|
|
|
30
30
|
"types": "./dist/node/index.d.ts",
|
|
31
31
|
"default": "./dist/node/index.mjs"
|
|
32
32
|
},
|
|
33
|
+
"import": "./dist/neutral/index.mjs",
|
|
33
34
|
"default": "./dist/neutral/index.mjs"
|
|
34
35
|
},
|
|
35
36
|
"./worker/subtleHash-bundle.mjs": {
|
|
@@ -40,7 +41,6 @@
|
|
|
40
41
|
},
|
|
41
42
|
"./package.json": "./package.json"
|
|
42
43
|
},
|
|
43
|
-
"module": "dist/neutral/index.mjs",
|
|
44
44
|
"types": "dist/neutral/index.d.ts",
|
|
45
45
|
"files": [
|
|
46
46
|
"dist",
|
|
@@ -50,21 +50,21 @@
|
|
|
50
50
|
"README.md"
|
|
51
51
|
],
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@xylabs/threads": "~5.0.
|
|
53
|
+
"@xylabs/threads": "~5.0.94",
|
|
54
54
|
"hash-wasm": "~4.12.0",
|
|
55
|
-
"@xyo-network/wasm": "~5.3.
|
|
55
|
+
"@xyo-network/wasm": "~5.3.26"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@opentelemetry/api": "^1.9.1",
|
|
59
|
-
"@types/node": "^25.5.
|
|
60
|
-
"@xylabs/hex": "^5.0.
|
|
61
|
-
"@xylabs/platform": "^5.0.
|
|
62
|
-
"@xylabs/sdk-js": "^5.0.
|
|
59
|
+
"@types/node": "^25.5.2",
|
|
60
|
+
"@xylabs/hex": "^5.0.94",
|
|
61
|
+
"@xylabs/platform": "^5.0.94",
|
|
62
|
+
"@xylabs/sdk-js": "^5.0.94",
|
|
63
63
|
"@xylabs/threads": "~5.0.93",
|
|
64
|
-
"@xylabs/ts-scripts-common": "~7.
|
|
65
|
-
"@xylabs/ts-scripts-pnpm": "~7.
|
|
66
|
-
"@xylabs/tsconfig": "~7.
|
|
67
|
-
"@xylabs/vitest-extended": "~5.0.
|
|
64
|
+
"@xylabs/ts-scripts-common": "~7.7.5",
|
|
65
|
+
"@xylabs/ts-scripts-pnpm": "~7.7.5",
|
|
66
|
+
"@xylabs/tsconfig": "~7.7.5",
|
|
67
|
+
"@xylabs/vitest-extended": "~5.0.94",
|
|
68
68
|
"acorn": "^8.16.0",
|
|
69
69
|
"axios": "^1.14.0",
|
|
70
70
|
"esbuild": "~0.28.0",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"vite": "^8.0.3",
|
|
75
75
|
"vitest": "~4.1.2",
|
|
76
76
|
"zod": "^4.3.6",
|
|
77
|
-
"@xyo-network/wasm": "~5.3.
|
|
77
|
+
"@xyo-network/wasm": "~5.3.26"
|
|
78
78
|
},
|
|
79
79
|
"peerDependencies": {
|
|
80
80
|
"@xylabs/sdk-js": "^5",
|