@xyo-network/xl1-providers 1.26.15 → 1.26.17
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 +10 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/xl1-providers",
|
|
3
|
-
"version": "1.26.
|
|
3
|
+
"version": "1.26.17",
|
|
4
4
|
"description": "XYO Layer One API",
|
|
5
5
|
"homepage": "https://xylabs.com",
|
|
6
6
|
"bugs": {
|
|
@@ -32,13 +32,10 @@
|
|
|
32
32
|
"neutral": {
|
|
33
33
|
"types": "./dist/neutral/index.d.ts",
|
|
34
34
|
"default": "./dist/neutral/index.mjs"
|
|
35
|
-
}
|
|
36
|
-
"import": "./dist/neutral/index.mjs"
|
|
35
|
+
}
|
|
37
36
|
},
|
|
38
37
|
"./package.json": "./package.json"
|
|
39
38
|
},
|
|
40
|
-
"source": "./src/index.ts",
|
|
41
|
-
"types": "./dist/neutral/index.d.ts",
|
|
42
39
|
"files": [
|
|
43
40
|
"dist",
|
|
44
41
|
"!**/*.bench.*",
|
|
@@ -48,16 +45,16 @@
|
|
|
48
45
|
],
|
|
49
46
|
"dependencies": {
|
|
50
47
|
"@opentelemetry/api": "^1.9.1",
|
|
51
|
-
"@xyo-network/xl1-protocol-lib": "~1.26.
|
|
52
|
-
"@xyo-network/xl1-
|
|
53
|
-
"@xyo-network/xl1-
|
|
48
|
+
"@xyo-network/xl1-protocol-lib": "~1.26.17",
|
|
49
|
+
"@xyo-network/xl1-protocol-sdk": "~1.26.17",
|
|
50
|
+
"@xyo-network/xl1-rpc": "~1.26.17"
|
|
54
51
|
},
|
|
55
52
|
"devDependencies": {
|
|
56
53
|
"@types/node": "^25.5.2",
|
|
57
54
|
"@xylabs/sdk-js": "~5.0.95",
|
|
58
|
-
"@xylabs/ts-scripts-common": "~7.
|
|
59
|
-
"@xylabs/ts-scripts-pnpm": "~7.
|
|
60
|
-
"@xylabs/tsconfig": "~7.
|
|
55
|
+
"@xylabs/ts-scripts-common": "~7.9.0",
|
|
56
|
+
"@xylabs/ts-scripts-pnpm": "~7.9.0",
|
|
57
|
+
"@xylabs/tsconfig": "~7.9.0",
|
|
61
58
|
"@xyo-network/account": "~5.3.30",
|
|
62
59
|
"@xyo-network/account-model": "~5.3.30",
|
|
63
60
|
"@xyo-network/api-models": "~5.3.30",
|
|
@@ -115,8 +112,8 @@
|
|
|
115
112
|
"pako": "~2.1.0",
|
|
116
113
|
"tslib": "^2.8.1",
|
|
117
114
|
"typescript": "~5.9.3",
|
|
118
|
-
"vite": "^8.0.
|
|
119
|
-
"vitest": "~4.1.
|
|
115
|
+
"vite": "^8.0.7",
|
|
116
|
+
"vitest": "~4.1.3",
|
|
120
117
|
"zod": "~4.3.6"
|
|
121
118
|
},
|
|
122
119
|
"peerDependencies": {
|
|
@@ -129,9 +126,6 @@
|
|
|
129
126
|
"engines": {
|
|
130
127
|
"node": ">=22"
|
|
131
128
|
},
|
|
132
|
-
"volta": {
|
|
133
|
-
"node": "22.5.1"
|
|
134
|
-
},
|
|
135
129
|
"publishConfig": {
|
|
136
130
|
"access": "public"
|
|
137
131
|
},
|