@xyo-network/xl1-sdk 1.26.15 → 1.26.18

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.15",
4
+ "version": "1.26.18",
5
5
  "description": "XYO Layer One Protocol",
6
6
  "homepage": "https://xylabs.com",
7
7
  "bugs": {
@@ -32,7 +32,6 @@
32
32
  },
33
33
  "./package.json": "./package.json"
34
34
  },
35
- "source": "./src/index.ts",
36
35
  "types": "./dist/neutral/index.d.ts",
37
36
  "files": [
38
37
  "dist",
@@ -42,11 +41,11 @@
42
41
  "README.md"
43
42
  ],
44
43
  "dependencies": {
45
- "@xyo-network/xl1-protocol": "~1.26.15",
46
- "@xyo-network/xl1-rpc": "~1.26.15",
47
- "@xyo-network/xl1-providers": "~1.26.15",
48
- "@xyo-network/xl1-wrappers": "~1.26.15",
49
- "@xyo-network/xl1-protocol-sdk": "~1.26.15"
44
+ "@xyo-network/xl1-protocol": "~1.26.18",
45
+ "@xyo-network/xl1-rpc": "~1.26.18",
46
+ "@xyo-network/xl1-wrappers": "~1.26.18",
47
+ "@xyo-network/xl1-protocol-sdk": "~1.26.18",
48
+ "@xyo-network/xl1-providers": "~1.26.18"
50
49
  },
51
50
  "devDependencies": {
52
51
  "@metamask/json-rpc-engine": "~10.2.4",
@@ -54,9 +53,9 @@
54
53
  "@opentelemetry/api": "^1.9.1",
55
54
  "@types/node": "^25.5.2",
56
55
  "@xylabs/sdk-js": "^5.0.95",
57
- "@xylabs/ts-scripts-common": "~7.8.7",
58
- "@xylabs/ts-scripts-pnpm": "~7.8.7",
59
- "@xylabs/tsconfig": "~7.8.7",
56
+ "@xylabs/ts-scripts-common": "~7.9.0",
57
+ "@xylabs/ts-scripts-pnpm": "~7.9.0",
58
+ "@xylabs/tsconfig": "~7.9.0",
60
59
  "@xylabs/vitest-extended": "~5.0.95",
61
60
  "@xylabs/vitest-matchers": "~5.0.95",
62
61
  "@xyo-network/account": "~5.3.30",
@@ -122,13 +121,13 @@
122
121
  "tslib": "^2.8.1",
123
122
  "typescript": "~5.9.3",
124
123
  "uuid": "~13.0.0",
125
- "vite": "^8.0.5",
126
- "vitest": "~4.1.2",
124
+ "vite": "^8.0.7",
125
+ "vitest": "~4.1.3",
127
126
  "zod": "~4.3.6",
128
- "@xyo-network/xl1-network-model": "~1.26.15",
129
- "@xyo-network/xl1-protocol-lib": "~1.26.15",
130
- "@xyo-network/xl1-validation": "~1.26.15",
131
- "@xyo-network/xl1-schema": "~1.26.15"
127
+ "@xyo-network/xl1-protocol-lib": "~1.26.18",
128
+ "@xyo-network/xl1-network-model": "~1.26.18",
129
+ "@xyo-network/xl1-schema": "~1.26.18",
130
+ "@xyo-network/xl1-validation": "~1.26.18"
132
131
  },
133
132
  "peerDependencies": {
134
133
  "@opentelemetry/api": "^1",
@@ -143,9 +142,6 @@
143
142
  "node": ">=22.3"
144
143
  },
145
144
  "engineStrict": true,
146
- "volta": {
147
- "node": "24.14.1"
148
- },
149
145
  "publishConfig": {
150
146
  "access": "public"
151
147
  }