@xyo-network/xl1-sdk 1.26.20 → 1.26.23
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.
- package/package.json +19 -18
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json.schemastore.org/package.json",
|
|
3
3
|
"name": "@xyo-network/xl1-sdk",
|
|
4
|
-
"version": "1.26.
|
|
4
|
+
"version": "1.26.23",
|
|
5
5
|
"description": "XYO Layer One Protocol",
|
|
6
6
|
"homepage": "https://xylabs.com",
|
|
7
7
|
"bugs": {
|
|
@@ -41,21 +41,21 @@
|
|
|
41
41
|
"README.md"
|
|
42
42
|
],
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@xyo-network/xl1-protocol
|
|
45
|
-
"@xyo-network/xl1-
|
|
46
|
-
"@xyo-network/xl1-
|
|
47
|
-
"@xyo-network/xl1-
|
|
48
|
-
"@xyo-network/xl1-
|
|
44
|
+
"@xyo-network/xl1-protocol": "~1.26.23",
|
|
45
|
+
"@xyo-network/xl1-protocol-sdk": "~1.26.23",
|
|
46
|
+
"@xyo-network/xl1-providers": "~1.26.23",
|
|
47
|
+
"@xyo-network/xl1-wrappers": "~1.26.23",
|
|
48
|
+
"@xyo-network/xl1-rpc": "~1.26.23"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@metamask/json-rpc-engine": "~10.2.4",
|
|
52
52
|
"@metamask/utils": "~11.11.0",
|
|
53
53
|
"@opentelemetry/api": "^1.9.1",
|
|
54
|
-
"@types/node": "^25.
|
|
54
|
+
"@types/node": "^25.6.0",
|
|
55
55
|
"@xylabs/sdk-js": "^5.0.95",
|
|
56
|
-
"@xylabs/ts-scripts-common": "~7.9.
|
|
57
|
-
"@xylabs/ts-scripts-pnpm": "~7.9.
|
|
58
|
-
"@xylabs/tsconfig": "~7.9.
|
|
56
|
+
"@xylabs/ts-scripts-common": "~7.9.9",
|
|
57
|
+
"@xylabs/ts-scripts-pnpm": "~7.9.9",
|
|
58
|
+
"@xylabs/tsconfig": "~7.9.9",
|
|
59
59
|
"@xylabs/vitest-extended": "~5.0.95",
|
|
60
60
|
"@xylabs/vitest-matchers": "~5.0.95",
|
|
61
61
|
"@xyo-network/account": "~5.3.30",
|
|
@@ -110,24 +110,25 @@
|
|
|
110
110
|
"@xyo-network/witness-model": "~5.3.30",
|
|
111
111
|
"ajv": "~8.18.0",
|
|
112
112
|
"async-mutex": "~0.5.0",
|
|
113
|
-
"axios": "^1.
|
|
113
|
+
"axios": "^1.15.0",
|
|
114
114
|
"cosmiconfig": "~9.0.1",
|
|
115
115
|
"dotenv": "~17.4.1",
|
|
116
116
|
"esbuild": "^0.28.0",
|
|
117
117
|
"ethers": "^6.16.0",
|
|
118
118
|
"ky": "~1.14.3",
|
|
119
|
-
"lru-cache": "^11.3.
|
|
119
|
+
"lru-cache": "^11.3.3",
|
|
120
120
|
"pako": "~2.1.0",
|
|
121
121
|
"tslib": "^2.8.1",
|
|
122
122
|
"typescript": "~5.9.3",
|
|
123
123
|
"uuid": "~13.0.0",
|
|
124
|
-
"vite": "^8.0.
|
|
125
|
-
"vitest": "~4.1.
|
|
124
|
+
"vite": "^8.0.8",
|
|
125
|
+
"vitest": "~4.1.4",
|
|
126
126
|
"zod": "~4.3.6",
|
|
127
|
-
"@xyo-network/xl1-network-model": "~1.26.
|
|
128
|
-
"@xyo-network/xl1-
|
|
129
|
-
"@xyo-network/xl1-protocol-lib": "~1.26.
|
|
130
|
-
"@xyo-network/xl1-
|
|
127
|
+
"@xyo-network/xl1-network-model": "~1.26.23",
|
|
128
|
+
"@xyo-network/xl1-protocol-model": "~1.26.23",
|
|
129
|
+
"@xyo-network/xl1-protocol-lib": "~1.26.23",
|
|
130
|
+
"@xyo-network/xl1-schema": "~1.26.23",
|
|
131
|
+
"@xyo-network/xl1-validation": "~1.26.23"
|
|
131
132
|
},
|
|
132
133
|
"peerDependencies": {
|
|
133
134
|
"@opentelemetry/api": "^1",
|