@xyo-network/chain-validation 1.20.17 → 1.20.19

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 +7 -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/chain-validation",
4
- "version": "1.20.17",
4
+ "version": "1.20.19",
5
5
  "description": "XYO Layer One SDK Validation",
6
6
  "homepage": "https://xylabs.com",
7
7
  "bugs": {
@@ -27,8 +27,6 @@
27
27
  },
28
28
  "./package.json": "./package.json"
29
29
  },
30
- "module": "./dist/neutral/index.mjs",
31
- "types": "./dist/neutral/index.d.ts",
32
30
  "files": [
33
31
  "dist",
34
32
  "!**/*.bench.*",
@@ -40,15 +38,14 @@
40
38
  "@xylabs/sdk-js": "~5.0.95",
41
39
  "@xyo-network/boundwitness-model": "~5.3.30",
42
40
  "@xyo-network/sdk-js": "~5.3.30",
43
- "@xyo-network/xl1-sdk": "~1.26.20",
41
+ "@xyo-network/xl1-sdk": "~1.26.31",
44
42
  "ajv": "~8.18.0"
45
43
  },
46
44
  "devDependencies": {
47
45
  "@opentelemetry/api": "^1",
48
- "@types/node": "~25.5.2",
49
- "@xylabs/ts-scripts-common": "~7.9.6",
50
- "@xylabs/ts-scripts-pnpm": "~7.9.6",
51
- "@xylabs/tsconfig": "~7.9.6",
46
+ "@types/node": "~25.6.0",
47
+ "@xylabs/toolchain": "~7.10.7",
48
+ "@xylabs/tsconfig": "~7.10.7",
52
49
  "@xyo-network/account": "~5.3.30",
53
50
  "@xyo-network/account-model": "~5.3.30",
54
51
  "@xyo-network/api-models": "~5.3.30",
@@ -101,13 +98,13 @@
101
98
  "axios": "^1.15.0",
102
99
  "esbuild": ">=0.18",
103
100
  "ethers": "^6.16.0",
104
- "mongodb": "^7.1.1",
105
101
  "pako": "~2.1.0",
106
102
  "typescript": "~5.9.3",
107
103
  "vite": "^8.0.8",
108
104
  "vitest": "^4.1.4",
109
105
  "zod": "^4.3.6",
110
- "@xyo-network/chain-protocol": "~1.20.17"
106
+ "@xyo-network/chain-protocol": "~1.20.19",
107
+ "@xyo-network/chain-protocol-test": "~1.20.19"
111
108
  },
112
109
  "peerDependencies": {
113
110
  "@xyo-network/account": "~5.3.30",