@xyo-network/xl1-protocol 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 +10 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/xl1-protocol",
3
- "version": "1.26.23",
3
+ "version": "1.26.25",
4
4
  "description": "XYO Layer One Protocol - All Protocol Packages",
5
5
  "homepage": "https://xylabs.com",
6
6
  "bugs": {
@@ -22,12 +22,10 @@
22
22
  "exports": {
23
23
  ".": {
24
24
  "types": "./dist/neutral/index.d.ts",
25
- "import": "./dist/neutral/index.mjs",
26
25
  "default": "./dist/neutral/index.mjs"
27
26
  },
28
27
  "./package.json": "./package.json"
29
28
  },
30
- "types": "./dist/neutral/index.d.ts",
31
29
  "files": [
32
30
  "dist",
33
31
  "!**/*.bench.*",
@@ -36,18 +34,17 @@
36
34
  "README.md"
37
35
  ],
38
36
  "dependencies": {
39
- "@xyo-network/xl1-network-model": "~1.26.23",
40
- "@xyo-network/xl1-protocol-lib": "~1.26.23",
41
- "@xyo-network/xl1-validation": "~1.26.23",
42
- "@xyo-network/xl1-schema": "~1.26.23"
37
+ "@xyo-network/xl1-network-model": "~1.26.25",
38
+ "@xyo-network/xl1-schema": "~1.26.25",
39
+ "@xyo-network/xl1-validation": "~1.26.25",
40
+ "@xyo-network/xl1-protocol-lib": "~1.26.25"
43
41
  },
44
42
  "devDependencies": {
45
43
  "@opentelemetry/api": "^1.9.1",
46
44
  "@types/node": "^25.6.0",
47
45
  "@xylabs/sdk-js": "^5.0.95",
48
- "@xylabs/ts-scripts-common": "~7.9.9",
49
- "@xylabs/ts-scripts-pnpm": "~7.9.9",
50
- "@xylabs/tsconfig": "~7.9.9",
46
+ "@xylabs/toolchain": "~7.10.4",
47
+ "@xylabs/tsconfig": "~7.10.4",
51
48
  "@xyo-network/account": "~5.3.30",
52
49
  "@xyo-network/account-model": "~5.3.30",
53
50
  "@xyo-network/api-models": "~5.3.30",
@@ -100,7 +97,7 @@
100
97
  "@xyo-network/witness-model": "~5.3.30",
101
98
  "ajv": "~8.18.0",
102
99
  "axios": "^1.15.0",
103
- "dotenv": "~17.4.1",
100
+ "dotenv": "~17.4.2",
104
101
  "esbuild": "^0.28.0",
105
102
  "ethers": "^6.16.0",
106
103
  "pako": "~2.1.0",
@@ -108,8 +105,8 @@
108
105
  "vite": "^8.0.8",
109
106
  "vitest": "~4.1.4",
110
107
  "zod": "~4.3.6",
111
- "@xyo-network/xl1-protocol-model": "~1.26.23",
112
- "@xyo-network/xl1-protocol-sdk": "~1.26.23"
108
+ "@xyo-network/xl1-protocol-model": "~1.26.25",
109
+ "@xyo-network/xl1-protocol-sdk": "~1.26.25"
113
110
  },
114
111
  "peerDependencies": {
115
112
  "@opentelemetry/api": "^1",