@xyo-network/gas-price-plugin 7.0.2 → 7.0.3

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 +57 -56
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/gas-price-plugin",
3
- "version": "7.0.2",
3
+ "version": "7.0.3",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -31,74 +31,75 @@
31
31
  "README.md"
32
32
  ],
33
33
  "dependencies": {
34
- "@xyo-network/etherscan-ethereum-gas-payload-plugin": "~7.0.2",
35
- "@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "~7.0.2",
36
- "@xyo-network/ethers-ethereum-gas-payload-plugin": "~7.0.2",
37
- "@xyo-network/blocknative-ethereum-gas-payload-plugin": "~7.0.2",
38
- "@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "~7.0.2",
39
- "@xyo-network/gas-price-payload-plugin": "~7.0.2"
34
+ "@xyo-network/blocknative-ethereum-gas-payload-plugin": "~7.0.3",
35
+ "@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "~7.0.3",
36
+ "@xyo-network/ethers-ethereum-gas-payload-plugin": "~7.0.3",
37
+ "@xyo-network/gas-price-payload-plugin": "~7.0.3",
38
+ "@xyo-network/etherscan-ethereum-gas-payload-plugin": "~7.0.3",
39
+ "@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "~7.0.3"
40
40
  },
41
41
  "devDependencies": {
42
- "@ariestools/sdk": "^7.0.5",
42
+ "@ariestools/sdk": "~8.0.2",
43
+ "@ariestools/threads": "~8.0.2",
44
+ "@ariestools/vitest-extended": "~8.0.2",
43
45
  "@bitauth/libauth": "~3.0.0",
46
+ "@metamask/providers": "~22.1.1",
44
47
  "@noble/post-quantum": "~0.6.1",
45
- "@opentelemetry/api": "^1.9.1",
46
- "@opentelemetry/sdk-trace-base": "^2.8.0",
47
- "@scure/base": "^2.2.0",
48
+ "@opentelemetry/api": "~1.9.1",
49
+ "@opentelemetry/sdk-trace-base": "~2.9.0",
50
+ "@scure/base": "~2.2.0",
48
51
  "@scure/bip39": "~2.2.0",
49
52
  "@types/regression": "~2.0.6",
50
- "@xylabs/geo": "^7.0.5",
51
- "@xylabs/threads": "^7.0.5",
52
- "@xylabs/toolchain": "~8.5.15",
53
- "@xylabs/tsconfig": "~8.5.15",
54
- "@xylabs/vitest-extended": "^7.0.5",
55
- "@xyo-network/sdk": "~7.0.5",
56
- "@xyo-network/sdk-protocol": "^7.0.8",
57
- "@xyo-network/witness-blockchain-abstract": "^7.0.5",
58
- "@xyo-network/witness-timestamp": "^7.0.5",
53
+ "@xylabs/toolchain": "~8.6.5",
54
+ "@xylabs/tsconfig": "~8.6.5",
55
+ "@xyo-network/sdk": "~7.0.9",
56
+ "@xyo-network/sdk-protocol": "~7.0.14",
57
+ "@xyo-network/witness-blockchain-abstract": "~7.0.9",
58
+ "@xyo-network/witness-timestamp": "~7.0.9",
59
+ "ajv": "~8.20.0",
60
+ "async-mutex": "~0.5.0",
61
+ "debug": "~4.4.3",
62
+ "eslint": "~10.6.0",
63
+ "eslint-import-resolver-typescript": "~4.4.5",
64
+ "ethers": "~6.17.0",
65
+ "hash-wasm": "~4.12.0",
66
+ "idb": "~8.0.3",
67
+ "lru-cache": "~11.5.1",
68
+ "observable-fns": "~0.6.1",
69
+ "regression": "~2.0.1",
70
+ "typescript": "~6.0.3",
71
+ "vite": "~8.1.3",
72
+ "vitest": "~4.1.9",
73
+ "webextension-polyfill": "~0.12.0",
74
+ "zod": "~4.4.3",
75
+ "@xyo-network/blocknative-ethereum-gas-plugin": "~7.0.3",
76
+ "@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "~7.0.3",
77
+ "@xyo-network/ethers-ethereum-gas-plugin": "~7.0.3",
78
+ "@xyo-network/etherscan-ethereum-gas-plugin": "~7.0.3"
79
+ },
80
+ "peerDependencies": {
81
+ "@ariestools/sdk": "^8.0.2",
82
+ "@ariestools/threads": "^8.0.2",
83
+ "@bitauth/libauth": "^3.0.0",
84
+ "@metamask/providers": "^22.1.1",
85
+ "@noble/post-quantum": "^0.6.1",
86
+ "@opentelemetry/api": "^1.9.1",
87
+ "@opentelemetry/sdk-trace-base": "^2.9.0",
88
+ "@scure/base": "^2.2.0",
89
+ "@scure/bip39": "^2.2.0",
90
+ "@xyo-network/sdk": "^7.0.9",
91
+ "@xyo-network/sdk-protocol": "^7.0.14",
59
92
  "ajv": "^8.20.0",
60
93
  "async-mutex": "^0.5.0",
61
- "browserslist": "4.28.4",
62
- "debug": "~4.4.3",
63
- "eslint": "^10.6.0",
64
- "eslint-import-resolver-typescript": "^4.4.5",
94
+ "debug": "^4.4.3",
65
95
  "ethers": "^6.17.0",
66
96
  "hash-wasm": "^4.12.0",
67
97
  "idb": "^8.0.3",
68
98
  "lru-cache": "^11.5.1",
69
- "observable-fns": "~0.6.1",
99
+ "observable-fns": "^0.6.1",
70
100
  "regression": "^2.0.1",
71
- "typescript": "~6.0.3",
72
- "vite": "^8.1.2",
73
- "vitest": "^4.1.9",
74
- "zod": "^4.4.3",
75
- "@xyo-network/blocknative-ethereum-gas-plugin": "~7.0.2",
76
- "@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "~7.0.2",
77
- "@xyo-network/ethers-ethereum-gas-plugin": "~7.0.2",
78
- "@xyo-network/etherscan-ethereum-gas-plugin": "~7.0.2"
79
- },
80
- "peerDependencies": {
81
- "@ariestools/sdk": "^7.0",
82
- "@bitauth/libauth": "~3.0",
83
- "@noble/post-quantum": "~0.6.1",
84
- "@opentelemetry/api": "^1.9",
85
- "@opentelemetry/sdk-trace-base": "^2.7",
86
- "@scure/base": "^2.2",
87
- "@scure/bip39": "~2.2",
88
- "@xylabs/geo": "^7.0",
89
- "@xylabs/threads": "^7.0",
90
- "@xyo-network/sdk": "^7.0",
91
- "@xyo-network/sdk-protocol": "^7.0",
92
- "ajv": "^8.20",
93
- "async-mutex": "^0.5",
94
- "debug": "~4.4",
95
- "ethers": "^6.16",
96
- "hash-wasm": "^4.12",
97
- "idb": "^8.0",
98
- "lru-cache": "^11.3",
99
- "observable-fns": "~0.6",
100
- "regression": "^2.0",
101
- "zod": "^4.4"
101
+ "webextension-polyfill": "^0.12.0",
102
+ "zod": "^4.4.3"
102
103
  },
103
104
  "engines": {
104
105
  "node": "^24"