@xyo-network/chain-mempool 1.20.16 → 1.20.17

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 +13 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/chain-mempool",
3
- "version": "1.20.16",
3
+ "version": "1.20.17",
4
4
  "description": "XYO Layer One API",
5
5
  "homepage": "https://xylabs.com",
6
6
  "bugs": {
@@ -37,9 +37,9 @@
37
37
  "README.md"
38
38
  ],
39
39
  "dependencies": {
40
- "@xyo-network/xl1-sdk": "~1.26.19",
40
+ "@xyo-network/xl1-sdk": "~1.26.20",
41
41
  "async-mutex": "^0.5.0",
42
- "@xyo-network/chain-orchestration": "~1.20.16"
42
+ "@xyo-network/chain-orchestration": "~1.20.17"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@opentelemetry/api": "^1",
@@ -47,9 +47,9 @@
47
47
  "@xylabs/express": "^5.0.95",
48
48
  "@xylabs/mongo": "~5.0.95",
49
49
  "@xylabs/sdk-js": "~5.0.95",
50
- "@xylabs/ts-scripts-common": "~7.9.3",
51
- "@xylabs/ts-scripts-pnpm": "~7.9.3",
52
- "@xylabs/tsconfig": "~7.9.3",
50
+ "@xylabs/ts-scripts-common": "~7.9.6",
51
+ "@xylabs/ts-scripts-pnpm": "~7.9.6",
52
+ "@xylabs/tsconfig": "~7.9.6",
53
53
  "@xyo-network/account": "~5.3.30",
54
54
  "@xyo-network/account-model": "~5.3",
55
55
  "@xyo-network/api-models": "~5.3.30",
@@ -102,7 +102,7 @@
102
102
  "@xyo-network/witness-adhoc": "~5.3.30",
103
103
  "@xyo-network/witness-model": "~5.3.30",
104
104
  "ajv": "^8",
105
- "axios": "^1.14.0",
105
+ "axios": "^1.15.0",
106
106
  "dotenv": "~17.4.1",
107
107
  "esbuild": ">=0.18",
108
108
  "ethers": "^6.16.0",
@@ -112,11 +112,11 @@
112
112
  "pako": "~2.1.0",
113
113
  "tslib": "~2.8.1",
114
114
  "typescript": "~5.9.3",
115
- "vite": "^8.0.7",
116
- "vitest": "^4.1.3",
115
+ "vite": "^8.0.8",
116
+ "vitest": "^4.1.4",
117
117
  "zod": "^4.3.6",
118
- "@xyo-network/chain-telemetry": "~1.20.16",
119
- "@xyo-network/chain-services": "~1.20.16"
118
+ "@xyo-network/chain-services": "~1.20.17",
119
+ "@xyo-network/chain-telemetry": "~1.20.17"
120
120
  },
121
121
  "peerDependencies": {
122
122
  "@xylabs/express": "^5.0.95",
@@ -167,8 +167,8 @@
167
167
  "@xyo-network/witness-adhoc": "~5.3.30",
168
168
  "@xyo-network/witness-model": "~5.3.30",
169
169
  "pako": "~2.1.0",
170
- "@xyo-network/chain-services": "~1.20.16",
171
- "@xyo-network/chain-telemetry": "~1.20.16"
170
+ "@xyo-network/chain-services": "~1.20.17",
171
+ "@xyo-network/chain-telemetry": "~1.20.17"
172
172
  },
173
173
  "engines": {
174
174
  "node": ">=24"