@xyo-network/gas-ethereum-blockchain-plugins 5.4.0 → 5.4.2

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 +17 -20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/gas-ethereum-blockchain-plugins",
3
- "version": "5.4.0",
3
+ "version": "5.4.2",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -33,8 +33,8 @@
33
33
  "README.md"
34
34
  ],
35
35
  "dependencies": {
36
- "@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "~5.3.4",
37
- "@xyo-network/etherscan-ethereum-gas-plugin": "~5.3.4"
36
+ "@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "~5.4.2",
37
+ "@xyo-network/etherscan-ethereum-gas-plugin": "~5.4.2"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@metamask/providers": "^22",
@@ -42,23 +42,13 @@
42
42
  "@types/node": "^25.5.0",
43
43
  "@xylabs/geo": "^5",
44
44
  "@xylabs/sdk-js": "^5.0.90",
45
- "@xylabs/ts-scripts-common": "~7.6.8",
46
- "@xylabs/ts-scripts-pnpm": "~7.6.8",
47
- "@xylabs/tsconfig": "~7.6.8",
45
+ "@xylabs/ts-scripts-common": "~7.6.16",
46
+ "@xylabs/ts-scripts-pnpm": "~7.6.16",
47
+ "@xylabs/tsconfig": "~7.6.16",
48
48
  "@xylabs/vitest-extended": "~5.0.90",
49
49
  "@xyo-network/abstract-witness": "~5.3.5",
50
- "@xyo-network/blocknative-ethereum-gas-payload-plugin": "~5.3.4",
51
- "@xyo-network/blocknative-ethereum-gas-plugin": "~5.3.4",
52
50
  "@xyo-network/diviner-abstract": "~5.3.5",
53
51
  "@xyo-network/diviner-model": "~5.3.5",
54
- "@xyo-network/etherchain-ethereum-gas-v2-payload-plugin": "~5.3.4",
55
- "@xyo-network/etherchain-ethereum-gas-v2-plugin": "~5.3.4",
56
- "@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "~5.3.4",
57
- "@xyo-network/ethers-ethereum-gas-payload-plugin": "~5.3.4",
58
- "@xyo-network/ethers-ethereum-gas-plugin": "~5.3.4",
59
- "@xyo-network/etherscan-ethereum-gas-payload-plugin": "~5.3.4",
60
- "@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "~5.3.4",
61
- "@xyo-network/gas-price-payload-plugin": "~5.3.4",
62
52
  "@xyo-network/module-model": "~5.3.5",
63
53
  "@xyo-network/payload-model": "~5.3.5",
64
54
  "@xyo-network/payload-plugin": "^5",
@@ -70,21 +60,28 @@
70
60
  "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0",
71
61
  "ajv": "^8.18.0",
72
62
  "axios": "^1",
73
- "cosmiconfig": ">=9",
74
63
  "esbuild": ">=0.18",
75
- "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0",
76
64
  "ethers": "^6.16.0",
77
65
  "firebase": "^12",
78
66
  "lru-cache": "^11",
79
67
  "mapbox-gl": "^3",
80
68
  "regression": "~2.0.1",
81
- "rollup": "^3.29.4 || ^4",
82
69
  "tslib": "^2.8.1",
83
70
  "typescript": "~5.9.3",
84
71
  "vite": "^6.0.0 || ^7.0.0 || ^8.0.0",
85
72
  "vitest": "~4.1.2",
86
73
  "webextension-polyfill": "^0.10.0 || ^0.11.0 || ^0.12.0",
87
- "zod": "^4"
74
+ "zod": "^4",
75
+ "@xyo-network/blocknative-ethereum-gas-plugin": "~5.4.2",
76
+ "@xyo-network/blocknative-ethereum-gas-payload-plugin": "~5.4.2",
77
+ "@xyo-network/etherchain-ethereum-gas-v2-plugin": "~5.4.2",
78
+ "@xyo-network/etherchain-ethereum-gas-v2-payload-plugin": "~5.4.2",
79
+ "@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "~5.4.2",
80
+ "@xyo-network/etherscan-ethereum-gas-payload-plugin": "~5.4.2",
81
+ "@xyo-network/ethers-ethereum-gas-plugin": "~5.4.2",
82
+ "@xyo-network/ethers-ethereum-gas-payload-plugin": "~5.4.2",
83
+ "@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "~5.4.2",
84
+ "@xyo-network/gas-price-payload-plugin": "~5.4.2"
88
85
  },
89
86
  "peerDependencies": {
90
87
  "@xylabs/sdk-js": "^5",