@xyo-network/gas-price-plugin 5.3.3 → 5.4.0

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