@xyo-network/node 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 +40 -40
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/node",
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,24 +46,24 @@
46
46
  "README.md"
47
47
  ],
48
48
  "dependencies": {
49
- "@xyo-network/node-abstract": "~5.5.6",
50
- "@xyo-network/node-memory": "~5.5.6",
51
- "@xyo-network/node-model": "~5.5.6",
52
- "@xyo-network/node-wrapper": "~5.5.6"
49
+ "@xyo-network/node-abstract": "~5.6.0",
50
+ "@xyo-network/node-memory": "~5.6.0",
51
+ "@xyo-network/node-model": "~5.6.0",
52
+ "@xyo-network/node-wrapper": "~5.6.0"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@bitauth/libauth": "~3.0.0",
56
56
  "@opentelemetry/api": "^1.9.1",
57
- "@opentelemetry/sdk-trace-base": "^2.7.0",
57
+ "@opentelemetry/sdk-trace-base": "^2.7.1",
58
58
  "@scure/base": "~2.2.0",
59
59
  "@scure/bip39": "~2.2.0",
60
60
  "@types/node": "^25.6.0",
61
- "@xylabs/sdk-js": "^5.0.100",
62
- "@xylabs/threads": "~5.0.100",
63
- "@xylabs/toolchain": "~7.11.12",
64
- "@xylabs/tsconfig": "~7.11.12",
65
- "@xylabs/vitest-extended": "~5.0.100",
66
- "@xylabs/vitest-matchers": "~5.0.100",
61
+ "@xylabs/sdk-js": "^5.1.0",
62
+ "@xylabs/threads": "~5.0.102",
63
+ "@xylabs/toolchain": "~7.12.3",
64
+ "@xylabs/tsconfig": "~7.12.3",
65
+ "@xylabs/vitest-extended": "~5.1.0",
66
+ "@xylabs/vitest-matchers": "~5.1.0",
67
67
  "@xyo-network/account": "~5.5.2",
68
68
  "@xyo-network/account-model": "~5.5.2",
69
69
  "@xyo-network/boundwitness-builder": "~5.5.2",
@@ -84,10 +84,10 @@
84
84
  "chalk": "^5.6.2",
85
85
  "debug": "~4.4.3",
86
86
  "esbuild": "^0.28.0",
87
- "eslint": "^10.2.1",
87
+ "eslint": "^10.3.0",
88
88
  "ethers": "^6.16.0",
89
89
  "hash-wasm": "~4.12.0",
90
- "lru-cache": "^11.3.5",
90
+ "lru-cache": "^11.3.6",
91
91
  "observable-fns": "~0.6.1",
92
92
  "pako": "~2.1.0",
93
93
  "tslib": "^2.8.1",
@@ -95,36 +95,36 @@
95
95
  "vite": "^8.0.10",
96
96
  "vitest": "~4.1.5",
97
97
  "wasm-feature-detect": "~1.8.0",
98
- "zod": "^4.3.6",
99
- "@xyo-network/archivist-memory": "~5.5.6",
100
- "@xyo-network/archivist-model": "~5.5.6",
101
- "@xyo-network/diviner-huri": "~5.5.6",
102
- "@xyo-network/module-abstract": "~5.5.6",
103
- "@xyo-network/diviner-archivist": "~5.5.6",
104
- "@xyo-network/diviner-model": "~5.5.6",
105
- "@xyo-network/module-model": "~5.5.6",
106
- "@xyo-network/module-resolver": "~5.5.6",
107
- "@xyo-network/witness-adhoc": "~5.5.6",
108
- "@xyo-network/module-wrapper": "~5.5.6"
98
+ "zod": "^4.4.3",
99
+ "@xyo-network/archivist-memory": "~5.6.0",
100
+ "@xyo-network/diviner-archivist": "~5.6.0",
101
+ "@xyo-network/diviner-huri": "~5.6.0",
102
+ "@xyo-network/archivist-model": "~5.6.0",
103
+ "@xyo-network/module-model": "~5.6.0",
104
+ "@xyo-network/diviner-model": "~5.6.0",
105
+ "@xyo-network/module-abstract": "~5.6.0",
106
+ "@xyo-network/module-resolver": "~5.6.0",
107
+ "@xyo-network/module-wrapper": "~5.6.0",
108
+ "@xyo-network/witness-adhoc": "~5.6.0"
109
109
  },
110
110
  "peerDependencies": {
111
- "@scure/base": ">=2.2.0 <3",
112
- "@xylabs/sdk-js": ">=5.0.100 <6",
113
- "@xyo-network/account": ">=5.5.2 <6",
114
- "@xyo-network/account-model": ">=5.5.2 <6",
115
- "@xyo-network/boundwitness-builder": ">=5.5.2 <6",
116
- "@xyo-network/boundwitness-model": ">=5.5.2 <6",
117
- "@xyo-network/boundwitness-wrapper": ">=5.5.2 <6",
118
- "@xyo-network/config-payload-plugin": ">=5.5.2 <6",
119
- "@xyo-network/manifest-model": ">=5.5.2 <6",
120
- "@xyo-network/payload-builder": ">=5.5.2 <6",
121
- "@xyo-network/payload-model": ">=5.5.2 <6",
122
- "@xyo-network/query-payload-plugin": ">=5.5.2 <6",
123
- "@xyo-network/wallet-model": ">=5.5.2 <6",
111
+ "@scure/base": ">=2.2.0 <2.3",
112
+ "@xylabs/sdk-js": ">=5.1.0 <6",
113
+ "@xyo-network/account": ">=5.5.2 <5.6",
114
+ "@xyo-network/account-model": ">=5.5.2 <5.6",
115
+ "@xyo-network/boundwitness-builder": ">=5.5.2 <5.6",
116
+ "@xyo-network/boundwitness-model": ">=5.5.2 <5.6",
117
+ "@xyo-network/boundwitness-wrapper": ">=5.5.2 <5.6",
118
+ "@xyo-network/config-payload-plugin": ">=5.5.2 <5.6",
119
+ "@xyo-network/manifest-model": ">=5.5.2 <5.6",
120
+ "@xyo-network/payload-builder": ">=5.5.2 <5.6",
121
+ "@xyo-network/payload-model": ">=5.5.2 <5.6",
122
+ "@xyo-network/query-payload-plugin": ">=5.5.2 <5.6",
123
+ "@xyo-network/wallet-model": ">=5.5.2 <5.6",
124
124
  "async-mutex": ">=0.5.0 <1",
125
125
  "ethers": ">=6.16.0 <7",
126
- "lru-cache": ">=11.3.5 <12",
127
- "zod": ">=4.3.6 <5"
126
+ "lru-cache": ">=11.3.6 <12",
127
+ "zod": ">=4.4.3 <5"
128
128
  },
129
129
  "publishConfig": {
130
130
  "access": "public"