@xyo-network/schema-cache 5.5.1 → 5.6.2

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.
Files changed (1) hide show
  1. package/package.json +38 -35
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/schema-cache",
3
- "version": "5.5.1",
3
+ "version": "5.6.2",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -34,59 +34,62 @@
34
34
  "README.md"
35
35
  ],
36
36
  "dependencies": {
37
- "@xyo-network/domain-payload-plugin": "~5.5.1",
38
- "@xyo-network/payload-model": "~5.5.1",
39
- "@xyo-network/schema-payload-plugin": "~5.5.1",
40
- "@xyo-network/huri": "~5.5.1"
37
+ "@xyo-network/huri": "~5.6.1",
38
+ "@xyo-network/payload-model": "~5.6.2",
39
+ "@xyo-network/schema-payload-plugin": "~5.6.2",
40
+ "@xyo-network/domain-payload-plugin": "~5.6.1"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@bitauth/libauth": "~3.0.0",
44
44
  "@opentelemetry/api": "^1.9.1",
45
- "@opentelemetry/sdk-trace-base": "^2.7.0",
45
+ "@opentelemetry/sdk-trace-base": "^2.7.1",
46
46
  "@scure/base": "~2.2.0",
47
- "@types/node": "^25.6.0",
48
- "@xylabs/sdk-js": "^5.0.100",
49
- "@xylabs/threads": "^5.0.100",
50
- "@xylabs/toolchain": "~7.11.8",
51
- "@xylabs/tsconfig": "~7.11.8",
52
- "@xylabs/tsconfig-dom": "~7.11.8",
53
- "@xylabs/vitest-extended": "^5.0.100",
54
- "@xylabs/vitest-matchers": "~5.0.100",
55
- "ajv": "^8.18.0",
47
+ "@xylabs/sdk-js": "^5.1.1",
48
+ "@xylabs/threads": "^5.1.1",
49
+ "@xylabs/toolchain": "~7.13.4",
50
+ "@xylabs/tsconfig": "~7.13.4",
51
+ "@xylabs/tsconfig-dom": "~7.13.4",
52
+ "@xylabs/vitest-extended": "^5.1.1",
53
+ "ajv": "^8.20.0",
56
54
  "async-mutex": "^0.5.0",
57
55
  "bn.js": "^5.2.3",
58
56
  "buffer": "^6.0.3",
59
57
  "chalk": "^5.6.2",
60
58
  "debug": "~4.4.3",
61
- "esbuild": "^0.28.0",
62
- "eslint": "^10.2.1",
59
+ "eslint": "^10.3.0",
63
60
  "ethers": "^6.16.0",
64
61
  "hash-wasm": "~4.12.0",
65
- "lru-cache": "^11.3.5",
62
+ "lru-cache": "^11.3.6",
66
63
  "observable-fns": "~0.6.1",
67
64
  "pako": "~2.1.0",
68
65
  "typescript": "~5.9.3",
69
- "vite": "^8.0.9",
66
+ "vite": "^8.0.10",
70
67
  "vitest": "~4.1.5",
71
68
  "wasm-feature-detect": "~1.8.0",
72
- "zod": "^4.3.6",
73
- "@xyo-network/network": "~5.5.1",
74
- "@xyo-network/payload-builder": "~5.5.1"
69
+ "zod": "^4.4.3",
70
+ "@xyo-network/network": "~5.6.2",
71
+ "@xyo-network/payload-builder": "~5.6.1"
75
72
  },
76
73
  "peerDependencies": {
77
- "@bitauth/libauth": "~3.0.0",
78
- "@scure/base": "~2.2.0",
79
- "@xylabs/sdk-js": "^5.0.100",
80
- "@xylabs/threads": "^5.0.100",
81
- "ajv": "^8.18.0",
82
- "async-mutex": "^0.5.0",
83
- "debug": "~4.4.3",
84
- "ethers": "^6.16.0",
85
- "hash-wasm": "~4.12.0",
86
- "lru-cache": "^11.3.5",
87
- "observable-fns": "~0.6.1",
88
- "wasm-feature-detect": "~1.8.0",
89
- "zod": "^4.3.6"
74
+ "@bitauth/libauth": ">=3.0.0 <3.1",
75
+ "@opentelemetry/api": ">=1.9.1 <2",
76
+ "@opentelemetry/sdk-trace-base": ">=2.7.1 <3",
77
+ "@scure/base": ">=2.2.0 <2.3",
78
+ "@xylabs/sdk-js": ">=5.1.1 <6",
79
+ "@xylabs/threads": ">=5.1.1 <6",
80
+ "ajv": ">=8.20.0 <9",
81
+ "async-mutex": ">=0.5.0 <1",
82
+ "bn.js": ">=5.2.3 <6",
83
+ "buffer": ">=6.0.3 <7",
84
+ "chalk": ">=5.6.2 <6",
85
+ "debug": ">=4.4.3 <4.5",
86
+ "ethers": ">=6.16.0 <7",
87
+ "hash-wasm": ">=4.12.0 <4.13",
88
+ "lru-cache": ">=11.3.6 <12",
89
+ "observable-fns": ">=0.6.1 <0.7",
90
+ "pako": ">=2.1.0 <2.2",
91
+ "wasm-feature-detect": ">=1.8.0 <1.9",
92
+ "zod": ">=4.4.3 <5"
90
93
  },
91
94
  "publishConfig": {
92
95
  "access": "public"