@xyo-network/diviner-address-chain 5.5.6 → 5.6.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.
Files changed (1) hide show
  1. package/package.json +33 -34
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/diviner-address-chain",
3
- "version": "5.5.6",
3
+ "version": "5.6.0",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -46,22 +46,21 @@
46
46
  "README.md"
47
47
  ],
48
48
  "dependencies": {
49
- "@xyo-network/diviner-abstract": "~5.5.6",
50
- "@xyo-network/diviner-model": "~5.5.6",
51
- "@xyo-network/module-model": "~5.5.6"
49
+ "@xyo-network/module-model": "~5.6.0",
50
+ "@xyo-network/diviner-model": "~5.6.0",
51
+ "@xyo-network/diviner-abstract": "~5.6.0"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@bitauth/libauth": "~3.0.0",
55
55
  "@opentelemetry/api": "^1.9.1",
56
- "@opentelemetry/sdk-trace-base": "^2.7.0",
56
+ "@opentelemetry/sdk-trace-base": "^2.7.1",
57
57
  "@scure/base": "~2.2.0",
58
58
  "@types/node": "^25.6.0",
59
- "@xylabs/sdk-js": "^5.0.100",
60
- "@xylabs/threads": "~5.0.100",
61
- "@xylabs/toolchain": "~7.11.12",
62
- "@xylabs/tsconfig": "~7.11.12",
63
- "@xylabs/vitest-extended": "~5.0.100",
64
- "@xylabs/vitest-matchers": "~5.0.100",
59
+ "@xylabs/sdk-js": "^5.1.0",
60
+ "@xylabs/threads": "~5.0.102",
61
+ "@xylabs/toolchain": "~7.12.3",
62
+ "@xylabs/tsconfig": "~7.12.3",
63
+ "@xylabs/vitest-extended": "~5.1.0",
65
64
  "@xyo-network/account": "~5.5.2",
66
65
  "@xyo-network/account-model": "~5.5.2",
67
66
  "@xyo-network/boundwitness-builder": "~5.5.2",
@@ -80,41 +79,41 @@
80
79
  "chalk": "^5.6.2",
81
80
  "debug": "~4.4.3",
82
81
  "esbuild": "^0.28.0",
83
- "eslint": "^10.2.1",
82
+ "eslint": "^10.3.0",
84
83
  "ethers": "^6.16.0",
85
84
  "hash-wasm": "~4.12.0",
86
- "lru-cache": "^11.3.5",
85
+ "lru-cache": "^11.3.6",
87
86
  "observable-fns": "~0.6.1",
88
87
  "pako": "~2.1.0",
89
88
  "typescript": "~5.9.3",
90
89
  "vite": "^8.0.10",
91
90
  "vitest": "~4.1.5",
92
91
  "wasm-feature-detect": "~1.8.0",
93
- "zod": "^4.3.6",
94
- "@xyo-network/archivist-model": "~5.5.6",
95
- "@xyo-network/archivist-memory": "~5.5.6",
96
- "@xyo-network/archivist-wrapper": "~5.5.6",
97
- "@xyo-network/node-memory": "~5.5.6",
98
- "@xyo-network/node-model": "~5.5.6"
92
+ "zod": "^4.4.3",
93
+ "@xyo-network/archivist-memory": "~5.6.0",
94
+ "@xyo-network/archivist-model": "~5.6.0",
95
+ "@xyo-network/node-model": "~5.6.0",
96
+ "@xyo-network/archivist-wrapper": "~5.6.0",
97
+ "@xyo-network/node-memory": "~5.6.0"
99
98
  },
100
99
  "peerDependencies": {
101
- "@scure/base": ">=2.2.0 <3",
102
- "@xylabs/sdk-js": ">=5.0.100 <6",
103
- "@xyo-network/account": ">=5.5.2 <6",
104
- "@xyo-network/account-model": ">=5.5.2 <6",
105
- "@xyo-network/boundwitness-builder": ">=5.5.2 <6",
106
- "@xyo-network/boundwitness-model": ">=5.5.2 <6",
107
- "@xyo-network/boundwitness-wrapper": ">=5.5.2 <6",
108
- "@xyo-network/config-payload-plugin": ">=5.5.2 <6",
109
- "@xyo-network/manifest-model": ">=5.5.2 <6",
110
- "@xyo-network/payload-builder": ">=5.5.2 <6",
111
- "@xyo-network/payload-model": ">=5.5.2 <6",
112
- "@xyo-network/query-payload-plugin": ">=5.5.2 <6",
113
- "@xyo-network/wallet-model": ">=5.5.2 <6",
100
+ "@scure/base": ">=2.2.0 <2.3",
101
+ "@xylabs/sdk-js": ">=5.1.0 <6",
102
+ "@xyo-network/account": ">=5.5.2 <5.6",
103
+ "@xyo-network/account-model": ">=5.5.2 <5.6",
104
+ "@xyo-network/boundwitness-builder": ">=5.5.2 <5.6",
105
+ "@xyo-network/boundwitness-model": ">=5.5.2 <5.6",
106
+ "@xyo-network/boundwitness-wrapper": ">=5.5.2 <5.6",
107
+ "@xyo-network/config-payload-plugin": ">=5.5.2 <5.6",
108
+ "@xyo-network/manifest-model": ">=5.5.2 <5.6",
109
+ "@xyo-network/payload-builder": ">=5.5.2 <5.6",
110
+ "@xyo-network/payload-model": ">=5.5.2 <5.6",
111
+ "@xyo-network/query-payload-plugin": ">=5.5.2 <5.6",
112
+ "@xyo-network/wallet-model": ">=5.5.2 <5.6",
114
113
  "async-mutex": ">=0.5.0 <1",
115
114
  "ethers": ">=6.16.0 <7",
116
- "lru-cache": ">=11.3.5 <12",
117
- "zod": ">=4.3.6 <5"
115
+ "lru-cache": ">=11.3.6 <12",
116
+ "zod": ">=4.4.3 <5"
118
117
  },
119
118
  "publishConfig": {
120
119
  "access": "public"