@xyo-network/hash 5.2.25 → 5.3.0

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.
@@ -1508,7 +1508,7 @@
1508
1508
  var version = {
1509
1509
  major: 4,
1510
1510
  minor: 3,
1511
- patch: 5
1511
+ patch: 6
1512
1512
  };
1513
1513
 
1514
1514
  // ../../../../../../node_modules/zod/v4/core/schemas.js
@@ -8746,7 +8746,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
8746
8746
  }
8747
8747
  }
8748
8748
  }
8749
- if (refSchema.$ref) {
8749
+ if (refSchema.$ref && refSeen.def) {
8750
8750
  for (const key in schema2) {
8751
8751
  if (key === "$ref" || key === "allOf")
8752
8752
  continue;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/hash",
3
- "version": "5.2.25",
3
+ "version": "5.3.0",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -57,20 +57,20 @@
57
57
  "wasmHashBundle": "esbuild src/worker/wasmHash.ts --bundle --outfile=dist/browser/worker/wasmHash-bundle.mjs --target=chrome120,firefox120,safari14,edge120"
58
58
  },
59
59
  "dependencies": {
60
- "@xylabs/sdk-js": "~5.0.63",
61
- "@xylabs/threads": "~5.0.63",
62
- "@xyo-network/wasm": "~5.2.25",
60
+ "@xylabs/sdk-js": "~5.0.64",
61
+ "@xylabs/threads": "~5.0.64",
62
+ "@xyo-network/wasm": "~5.3.0",
63
63
  "hash-wasm": "~4.12.0"
64
64
  },
65
65
  "devDependencies": {
66
- "@xylabs/sdk-js": "~5.0.63",
67
- "@xylabs/ts-scripts-yarn3": "~7.2.32",
68
- "@xylabs/tsconfig": "~7.2.32",
69
- "@xylabs/vitest-extended": "~5.0.63",
66
+ "@xylabs/sdk-js": "~5.0.64",
67
+ "@xylabs/ts-scripts-yarn3": "~7.3.2",
68
+ "@xylabs/tsconfig": "~7.3.2",
69
+ "@xylabs/vitest-extended": "~5.0.64",
70
70
  "esbuild": "~0.27.2",
71
- "publint": "~0.3.16",
71
+ "publint": "~0.3.17",
72
72
  "typescript": "~5.9.3",
73
- "vitest": "~4.0.17"
73
+ "vitest": "~4.0.18"
74
74
  },
75
75
  "publishConfig": {
76
76
  "access": "public"