@xyo-network/gas-ethereum-blockchain-plugins 5.3.4 → 5.4.1

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