@xyo-network/xl1-rpc 1.26.42 → 1.26.44

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 -10
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-rpc",
4
- "version": "1.26.42",
4
+ "version": "1.26.44",
5
5
  "description": "XYO Layer One API",
6
6
  "homepage": "https://xylabs.com",
7
7
  "bugs": {
@@ -45,8 +45,8 @@
45
45
  "README.md"
46
46
  ],
47
47
  "dependencies": {
48
- "@xyo-network/xl1-protocol-lib": "~1.26.42",
49
- "@xyo-network/xl1-protocol-sdk": "~1.26.42"
48
+ "@xyo-network/xl1-protocol-lib": "~1.26.44",
49
+ "@xyo-network/xl1-protocol-sdk": "~1.26.44"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@bitauth/libauth": "~3.0.0",
@@ -61,8 +61,8 @@
61
61
  "@xylabs/geo": "^5.0.101",
62
62
  "@xylabs/sdk-js": "^5.0.101",
63
63
  "@xylabs/threads": "~5.0.101",
64
- "@xylabs/toolchain": "~7.12.2",
65
- "@xylabs/tsconfig": "~7.12.2",
64
+ "@xylabs/toolchain": "~7.12.3",
65
+ "@xylabs/tsconfig": "~7.12.3",
66
66
  "@xyo-network/account": "~5.5.2",
67
67
  "@xyo-network/account-model": "~5.5.2",
68
68
  "@xyo-network/api": "~5.5.2",
@@ -109,8 +109,8 @@
109
109
  "vitest": "~4.1.5",
110
110
  "wasm-feature-detect": "~1.8.0",
111
111
  "webextension-polyfill": "^0.12.0",
112
- "zod": "~4.3.6",
113
- "@xyo-network/xl1-test": "~1.26.42"
112
+ "zod": "~4.4.1",
113
+ "@xyo-network/xl1-test": "~1.26.44"
114
114
  },
115
115
  "peerDependencies": {
116
116
  "@metamask/json-rpc-engine": ">=10.2.4 <11",
@@ -124,9 +124,9 @@
124
124
  "cosmiconfig": ">=9.0.1 <10",
125
125
  "ethers": ">=6.16.0 <7",
126
126
  "lru-cache": ">=11.3.5 <12",
127
- "typescript": ">=5.9.3 <6",
128
- "uuid": ">=14.0.0 <15",
129
- "zod": ">=4.3.6 <4.4"
127
+ "typescript": ">=5.9.3 <5.10",
128
+ "uuid": ">=14.0.0 <14.1",
129
+ "zod": ">=4.4.1 <4.5"
130
130
  },
131
131
  "engines": {
132
132
  "node": ">=22"