@xyo-network/xl1-protocol 1.26.24 → 1.26.27

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 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/xl1-protocol",
3
- "version": "1.26.24",
3
+ "version": "1.26.27",
4
4
  "description": "XYO Layer One Protocol - All Protocol Packages",
5
5
  "homepage": "https://xylabs.com",
6
6
  "bugs": {
@@ -34,18 +34,17 @@
34
34
  "README.md"
35
35
  ],
36
36
  "dependencies": {
37
- "@xyo-network/xl1-network-model": "~1.26.24",
38
- "@xyo-network/xl1-validation": "~1.26.24",
39
- "@xyo-network/xl1-schema": "~1.26.24",
40
- "@xyo-network/xl1-protocol-lib": "~1.26.24"
37
+ "@xyo-network/xl1-network-model": "~1.26.27",
38
+ "@xyo-network/xl1-schema": "~1.26.27",
39
+ "@xyo-network/xl1-validation": "~1.26.27",
40
+ "@xyo-network/xl1-protocol-lib": "~1.26.27"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@opentelemetry/api": "^1.9.1",
44
44
  "@types/node": "^25.6.0",
45
45
  "@xylabs/sdk-js": "^5.0.95",
46
- "@xylabs/ts-scripts-common": "~7.9.9",
47
- "@xylabs/ts-scripts-pnpm": "~7.9.9",
48
- "@xylabs/tsconfig": "~7.9.9",
46
+ "@xylabs/toolchain": "~7.10.4",
47
+ "@xylabs/tsconfig": "~7.10.4",
49
48
  "@xyo-network/account": "~5.3.30",
50
49
  "@xyo-network/account-model": "~5.3.30",
51
50
  "@xyo-network/api-models": "~5.3.30",
@@ -98,7 +97,7 @@
98
97
  "@xyo-network/witness-model": "~5.3.30",
99
98
  "ajv": "~8.18.0",
100
99
  "axios": "^1.15.0",
101
- "dotenv": "~17.4.1",
100
+ "dotenv": "~17.4.2",
102
101
  "esbuild": "^0.28.0",
103
102
  "ethers": "^6.16.0",
104
103
  "pako": "~2.1.0",
@@ -106,8 +105,8 @@
106
105
  "vite": "^8.0.8",
107
106
  "vitest": "~4.1.4",
108
107
  "zod": "~4.3.6",
109
- "@xyo-network/xl1-protocol-model": "~1.26.24",
110
- "@xyo-network/xl1-protocol-sdk": "~1.26.24"
108
+ "@xyo-network/xl1-protocol-model": "~1.26.27",
109
+ "@xyo-network/xl1-protocol-sdk": "~1.26.27"
111
110
  },
112
111
  "peerDependencies": {
113
112
  "@opentelemetry/api": "^1",