@xyo-network/hash 5.3.27 → 5.3.30

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.94/node_modules/@xylabs/platform/dist/browser/index-browser.mjs
48
+ // ../../../../../../node_modules/.pnpm/@xylabs+platform@5.0.95/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.94/node_modules/@xylabs/threads/dist/browser/worker/worker.browser.mjs
51
+ // ../../../../../../node_modules/.pnpm/@xylabs+threads@5.0.95/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.94/node_modules/@xylabs/typeof/dist/neutral/index.mjs
52
+ // ../../../../../../node_modules/.pnpm/@xylabs+typeof@5.0.95/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.94/node_modules/@xylabs/error/dist/neutral/index.mjs
4008
+ // ../../../../../../node_modules/.pnpm/@xylabs+error@5.0.95/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.94_zod@4.3.6/node_modules/@xylabs/hex/dist/neutral/index.mjs
4019
+ // ../../../../../../node_modules/.pnpm/@xylabs+hex@5.0.95_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.94/node_modules/@xylabs/threads/dist/browser/worker/worker.browser.mjs
4156
+ // ../../../../../../node_modules/.pnpm/@xylabs+threads@5.0.95/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.27",
3
+ "version": "5.3.30",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -50,33 +50,33 @@
50
50
  "README.md"
51
51
  ],
52
52
  "dependencies": {
53
- "@xylabs/threads": "~5.0.94",
54
- "hash-wasm": "~4.12.0",
55
- "@xyo-network/wasm": "~5.3.27"
53
+ "@xylabs/threads": "~5.0.95",
54
+ "hash-wasm": "~4.12.0"
56
55
  },
57
56
  "devDependencies": {
58
57
  "@opentelemetry/api": "^1.9.1",
59
58
  "@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
- "@xylabs/threads": "~5.0.93",
64
- "@xylabs/ts-scripts-common": "~7.7.15",
65
- "@xylabs/ts-scripts-pnpm": "~7.7.15",
66
- "@xylabs/tsconfig": "~7.7.15",
67
- "@xylabs/vitest-extended": "~5.0.94",
59
+ "@xylabs/hex": "^5.0.95",
60
+ "@xylabs/platform": "^5.0.95",
61
+ "@xylabs/sdk-js": "^5.0.95",
62
+ "@xylabs/ts-scripts-common": "~7.8.7",
63
+ "@xylabs/ts-scripts-pnpm": "~7.8.7",
64
+ "@xylabs/tsconfig": "~7.8.7",
65
+ "@xylabs/vitest-extended": "~5.0.95",
66
+ "@xylabs/vitest-matchers": "~5.0.95",
68
67
  "axios": "^1.14.0",
69
68
  "esbuild": "~0.28.0",
70
- "hash-wasm": "~4.12.0",
69
+ "pako": "~2.1.0",
71
70
  "publint": "~0.3.18",
72
71
  "typescript": "~5.9.3",
73
- "vite": "^8.0.3",
72
+ "vite": "^8.0.5",
74
73
  "vitest": "~4.1.2",
75
74
  "zod": "^4.3.6",
76
- "@xyo-network/wasm": "~5.3.27"
75
+ "@xyo-network/wasm": "~5.3.30"
77
76
  },
78
77
  "peerDependencies": {
79
- "@xylabs/sdk-js": "^5"
78
+ "@xylabs/sdk-js": "^5",
79
+ "@xyo-network/wasm": "~5.3.30"
80
80
  },
81
81
  "publishConfig": {
82
82
  "access": "public"