@xyo-network/xl1-sdk 1.26.23 → 1.26.25

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 +15 -19
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.23",
4
+ "version": "1.26.25",
5
5
  "description": "XYO Layer One Protocol",
6
6
  "homepage": "https://xylabs.com",
7
7
  "bugs": {
@@ -23,7 +23,6 @@
23
23
  "exports": {
24
24
  ".": {
25
25
  "types": "./dist/neutral/index.d.ts",
26
- "import": "./dist/neutral/index.mjs",
27
26
  "default": "./dist/neutral/index.mjs"
28
27
  },
29
28
  "./test": {
@@ -32,7 +31,6 @@
32
31
  },
33
32
  "./package.json": "./package.json"
34
33
  },
35
- "types": "./dist/neutral/index.d.ts",
36
34
  "files": [
37
35
  "dist",
38
36
  "!**/*.bench.*",
@@ -41,11 +39,11 @@
41
39
  "README.md"
42
40
  ],
43
41
  "dependencies": {
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"
42
+ "@xyo-network/xl1-protocol": "~1.26.25",
43
+ "@xyo-network/xl1-protocol-sdk": "~1.26.25",
44
+ "@xyo-network/xl1-rpc": "~1.26.25",
45
+ "@xyo-network/xl1-providers": "~1.26.25",
46
+ "@xyo-network/xl1-wrappers": "~1.26.25"
49
47
  },
50
48
  "devDependencies": {
51
49
  "@metamask/json-rpc-engine": "~10.2.4",
@@ -53,9 +51,8 @@
53
51
  "@opentelemetry/api": "^1.9.1",
54
52
  "@types/node": "^25.6.0",
55
53
  "@xylabs/sdk-js": "^5.0.95",
56
- "@xylabs/ts-scripts-common": "~7.9.9",
57
- "@xylabs/ts-scripts-pnpm": "~7.9.9",
58
- "@xylabs/tsconfig": "~7.9.9",
54
+ "@xylabs/toolchain": "~7.10.4",
55
+ "@xylabs/tsconfig": "~7.10.4",
59
56
  "@xylabs/vitest-extended": "~5.0.95",
60
57
  "@xylabs/vitest-matchers": "~5.0.95",
61
58
  "@xyo-network/account": "~5.3.30",
@@ -112,11 +109,10 @@
112
109
  "async-mutex": "~0.5.0",
113
110
  "axios": "^1.15.0",
114
111
  "cosmiconfig": "~9.0.1",
115
- "dotenv": "~17.4.1",
112
+ "dotenv": "~17.4.2",
116
113
  "esbuild": "^0.28.0",
117
114
  "ethers": "^6.16.0",
118
- "ky": "~1.14.3",
119
- "lru-cache": "^11.3.3",
115
+ "lru-cache": "^11.3.5",
120
116
  "pako": "~2.1.0",
121
117
  "tslib": "^2.8.1",
122
118
  "typescript": "~5.9.3",
@@ -124,11 +120,11 @@
124
120
  "vite": "^8.0.8",
125
121
  "vitest": "~4.1.4",
126
122
  "zod": "~4.3.6",
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"
123
+ "@xyo-network/xl1-protocol-model": "~1.26.25",
124
+ "@xyo-network/xl1-protocol-lib": "~1.26.25",
125
+ "@xyo-network/xl1-network-model": "~1.26.25",
126
+ "@xyo-network/xl1-schema": "~1.26.25",
127
+ "@xyo-network/xl1-validation": "~1.26.25"
132
128
  },
133
129
  "peerDependencies": {
134
130
  "@opentelemetry/api": "^1",