@xyo-network/hash 5.6.2 → 5.6.3

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.
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  (() => {
3
- // ../../../../../../node_modules/.pnpm/@xylabs+platform@5.1.1/node_modules/@xylabs/platform/dist/browser/index-browser.mjs
3
+ // ../../../../../../node_modules/.pnpm/@xylabs+platform@5.1.2/node_modules/@xylabs/platform/dist/browser/index-browser.mjs
4
4
  var subtle = globalThis.crypto.subtle;
5
5
 
6
- // ../../../../../../node_modules/.pnpm/@xylabs+threads@5.1.1_debug@4.4.3_observable-fns@0.6.1/node_modules/@xylabs/threads/dist/browser/worker/worker.browser.mjs
6
+ // ../../../../../../node_modules/.pnpm/@xylabs+threads@5.1.2_debug@4.4.3_observable-fns@0.6.1/node_modules/@xylabs/threads/dist/browser/worker/worker.browser.mjs
7
7
  var DefaultErrorSerializer = {
8
8
  deserialize(message) {
9
9
  return Object.assign(new Error(message.message), {
@@ -6,7 +6,7 @@
6
6
  __defProp(target, name, { get: all[name], enumerable: true });
7
7
  };
8
8
 
9
- // ../../../../../../node_modules/.pnpm/@xylabs+typeof@5.1.1/node_modules/@xylabs/typeof/dist/neutral/index.mjs
9
+ // ../../../../../../node_modules/.pnpm/@xylabs+typeof@5.1.2/node_modules/@xylabs/typeof/dist/neutral/index.mjs
10
10
  function isUndefined(value) {
11
11
  return value === void 0;
12
12
  }
@@ -4164,7 +4164,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
4164
4164
  return _superRefine(fn, params);
4165
4165
  }
4166
4166
 
4167
- // ../../../../../../node_modules/.pnpm/@xylabs+error@5.1.1/node_modules/@xylabs/error/dist/neutral/index.mjs
4167
+ // ../../../../../../node_modules/.pnpm/@xylabs+error@5.1.2/node_modules/@xylabs/error/dist/neutral/index.mjs
4168
4168
  var assertError = (value, assert2, defaultMessage) => {
4169
4169
  if (!isUndefined(assert2)) {
4170
4170
  const assertString = typeof assert2 === "string" ? assert2 : typeof assert2 === "boolean" ? defaultMessage : assert2(value, defaultMessage);
@@ -4175,7 +4175,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
4175
4175
  return void 0;
4176
4176
  };
4177
4177
 
4178
- // ../../../../../../node_modules/.pnpm/@xylabs+hex@5.1.1_zod@4.4.3/node_modules/@xylabs/hex/dist/neutral/index.mjs
4178
+ // ../../../../../../node_modules/.pnpm/@xylabs+hex@5.1.2_zod@4.4.3/node_modules/@xylabs/hex/dist/neutral/index.mjs
4179
4179
  var HexRegExMinMax = (minBytes = 0, maxBytes = Number.MAX_SAFE_INTEGER / 2) => {
4180
4180
  return new RegExp(`^[a-f0-9]{${minBytes * 2},${maxBytes * 2}}$`);
4181
4181
  };
@@ -4312,7 +4312,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
4312
4312
  var BigIntToJsonZod = bigint2().nonnegative().transform((x) => toHex(x));
4313
4313
  var JsonToBigIntZod = string2().transform((x) => toHex(x)).transform((x) => hexToBigInt(x));
4314
4314
 
4315
- // ../../../../../../node_modules/.pnpm/@xylabs+threads@5.1.1_debug@4.4.3_observable-fns@0.6.1/node_modules/@xylabs/threads/dist/browser/worker/worker.browser.mjs
4315
+ // ../../../../../../node_modules/.pnpm/@xylabs+threads@5.1.2_debug@4.4.3_observable-fns@0.6.1/node_modules/@xylabs/threads/dist/browser/worker/worker.browser.mjs
4316
4316
  var DefaultErrorSerializer = {
4317
4317
  deserialize(message) {
4318
4318
  return Object.assign(new Error(message.message), {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/hash",
3
- "version": "5.6.2",
3
+ "version": "5.6.3",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -48,19 +48,19 @@
48
48
  "README.md"
49
49
  ],
50
50
  "dependencies": {
51
- "@xyo-network/wasm": "~5.6.2"
51
+ "@xyo-network/wasm": "~5.6.3"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@opentelemetry/api": "^1.9.1",
55
55
  "@opentelemetry/sdk-trace-base": "^2.7.1",
56
56
  "@types/node": "^25.6.0",
57
- "@xylabs/hex": "^5.1.1",
58
- "@xylabs/platform": "^5.1.1",
59
- "@xylabs/sdk-js": "^5.1.1",
60
- "@xylabs/threads": "^5.1.1",
61
- "@xylabs/toolchain": "~7.13.4",
62
- "@xylabs/tsconfig": "~7.13.4",
63
- "@xylabs/vitest-extended": "^5.1.1",
57
+ "@xylabs/hex": "^5.1.2",
58
+ "@xylabs/platform": "^5.1.2",
59
+ "@xylabs/sdk-js": "^5.1.2",
60
+ "@xylabs/threads": "^5.1.2",
61
+ "@xylabs/toolchain": "~7.13.15",
62
+ "@xylabs/tsconfig": "~7.13.15",
63
+ "@xylabs/vitest-extended": "^5.1.2",
64
64
  "async-mutex": "^0.5.0",
65
65
  "bn.js": "^5.2.3",
66
66
  "buffer": "^6.0.3",
@@ -80,21 +80,21 @@
80
80
  "zod": "^4.4.3"
81
81
  },
82
82
  "peerDependencies": {
83
- "@opentelemetry/api": ">=1.9.1 <2",
84
- "@opentelemetry/sdk-trace-base": ">=2.7.1 <3",
85
- "@xylabs/sdk-js": ">=5.1.1 <6",
86
- "@xylabs/threads": ">=5.1.1 <6",
87
- "async-mutex": ">=0.5.0 <1",
88
- "bn.js": ">=5.2.3 <6",
89
- "buffer": ">=6.0.3 <7",
90
- "chalk": ">=5.6.2 <6",
91
- "debug": ">=4.4.3 <4.5",
92
- "ethers": ">=6.16.0 <7",
93
- "hash-wasm": ">=4.12.0 <4.13",
94
- "observable-fns": ">=0.6.1 <0.7",
95
- "pako": ">=2.1.0 <2.2",
96
- "wasm-feature-detect": ">=1.8.0 <1.9",
97
- "zod": ">=4.4.3 <5"
83
+ "@opentelemetry/api": "^1.9",
84
+ "@opentelemetry/sdk-trace-base": "^2.7",
85
+ "@xylabs/sdk-js": "^5.1",
86
+ "@xylabs/threads": "^5.1",
87
+ "async-mutex": "^0.5",
88
+ "bn.js": "^5.2",
89
+ "buffer": "^6.0",
90
+ "chalk": "^5.6",
91
+ "debug": "~4.4",
92
+ "ethers": "^6.16",
93
+ "hash-wasm": "~4.12",
94
+ "observable-fns": "~0.6",
95
+ "pako": "~2.1",
96
+ "wasm-feature-detect": "~1.8",
97
+ "zod": "^4.4"
98
98
  },
99
99
  "publishConfig": {
100
100
  "access": "public"