@xyo-network/gas-price-plugin 5.4.2 → 5.4.4

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 +30 -30
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/gas-price-plugin",
3
- "version": "5.4.2",
3
+ "version": "5.4.4",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -22,46 +22,46 @@
22
22
  "exports": {
23
23
  ".": {
24
24
  "types": "./dist/neutral/index.d.ts",
25
+ "import": "./dist/neutral/index.mjs",
25
26
  "default": "./dist/neutral/index.mjs"
26
27
  },
27
28
  "./package.json": "./package.json"
28
29
  },
29
- "module": "dist/neutral/index.mjs",
30
30
  "types": "dist/neutral/index.d.ts",
31
31
  "files": [
32
32
  "dist",
33
33
  "README.md"
34
34
  ],
35
35
  "dependencies": {
36
- "@xyo-network/blocknative-ethereum-gas-payload-plugin": "~5.4.2",
37
- "@xyo-network/etherscan-ethereum-gas-payload-plugin": "~5.4.2",
38
- "@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "~5.4.2",
39
- "@xyo-network/ethers-ethereum-gas-payload-plugin": "~5.4.2",
40
- "@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "~5.4.2",
41
- "@xyo-network/gas-price-payload-plugin": "~5.4.2"
36
+ "@xyo-network/blocknative-ethereum-gas-payload-plugin": "~5.4.4",
37
+ "@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "~5.4.4",
38
+ "@xyo-network/ethers-ethereum-gas-payload-plugin": "~5.4.4",
39
+ "@xyo-network/etherscan-ethereum-gas-payload-plugin": "~5.4.4",
40
+ "@xyo-network/gas-price-payload-plugin": "~5.4.4",
41
+ "@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "~5.4.4"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@metamask/providers": "^22",
45
45
  "@opentelemetry/api": "^1",
46
- "@types/node": "^25.5.0",
46
+ "@types/node": "^25.5.2",
47
47
  "@types/regression": "~2.0.6",
48
- "@xylabs/geo": "^5",
49
- "@xylabs/sdk-js": "^5.0.90",
50
- "@xylabs/ts-scripts-common": "~7.6.16",
51
- "@xylabs/ts-scripts-pnpm": "~7.6.16",
52
- "@xylabs/tsconfig": "~7.6.16",
53
- "@xylabs/vitest-extended": "~5.0.90",
54
- "@xyo-network/abstract-witness": "^5",
55
- "@xyo-network/diviner-abstract": "~5.3.5",
56
- "@xyo-network/diviner-model": "~5.3.5",
57
- "@xyo-network/module-model": "~5.3.5",
58
- "@xyo-network/payload-model": "~5.3.5",
59
- "@xyo-network/payload-plugin": "^5",
60
- "@xyo-network/payloadset-plugin": "~5.3.5",
61
- "@xyo-network/sdk-js": "~5.3.5",
62
- "@xyo-network/witness-blockchain-abstract": "~5.3.5",
63
- "@xyo-network/witness-model": "^5",
64
- "@xyo-network/witness-timestamp": "^5",
48
+ "@xylabs/geo": "^5.0.94",
49
+ "@xylabs/sdk-js": "^5.0.94",
50
+ "@xylabs/ts-scripts-common": "~7.7.9",
51
+ "@xylabs/ts-scripts-pnpm": "~7.7.9",
52
+ "@xylabs/tsconfig": "~7.7.9",
53
+ "@xylabs/vitest-extended": "~5.0.94",
54
+ "@xyo-network/abstract-witness": "^5.3.26",
55
+ "@xyo-network/diviner-abstract": "~5.3.26",
56
+ "@xyo-network/diviner-model": "~5.3.26",
57
+ "@xyo-network/module-model": "~5.3.26",
58
+ "@xyo-network/payload-model": "~5.3.26",
59
+ "@xyo-network/payload-plugin": "^5.3.26",
60
+ "@xyo-network/payloadset-plugin": "~5.3.26",
61
+ "@xyo-network/sdk-js": "~5.3.26",
62
+ "@xyo-network/witness-blockchain-abstract": "~5.3.26",
63
+ "@xyo-network/witness-model": "^5.3.26",
64
+ "@xyo-network/witness-timestamp": "^5.3.26",
65
65
  "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0",
66
66
  "ajv": "^8",
67
67
  "axios": "^1",
@@ -77,10 +77,10 @@
77
77
  "vitest": "~4.1.2",
78
78
  "webextension-polyfill": "^0.10.0 || ^0.11.0 || ^0.12.0",
79
79
  "zod": "^4.3.6",
80
- "@xyo-network/blocknative-ethereum-gas-plugin": "~5.4.2",
81
- "@xyo-network/ethers-ethereum-gas-plugin": "~5.4.2",
82
- "@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "~5.4.2",
83
- "@xyo-network/etherscan-ethereum-gas-plugin": "~5.4.2"
80
+ "@xyo-network/blocknative-ethereum-gas-plugin": "~5.4.4",
81
+ "@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "~5.4.4",
82
+ "@xyo-network/ethers-ethereum-gas-plugin": "~5.4.4",
83
+ "@xyo-network/etherscan-ethereum-gas-plugin": "~5.4.4"
84
84
  },
85
85
  "peerDependencies": {
86
86
  "@xylabs/sdk-js": "^5",