@xyo-network/gas-price-plugin 6.0.1 → 6.0.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 +26 -67
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/gas-price-plugin",
3
- "version": "6.0.1",
3
+ "version": "6.0.2",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -31,12 +31,12 @@
31
31
  "README.md"
32
32
  ],
33
33
  "dependencies": {
34
- "@xyo-network/blocknative-ethereum-gas-payload-plugin": "~6.0.1",
35
- "@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "~6.0.1",
36
- "@xyo-network/ethers-ethereum-gas-payload-plugin": "~6.0.1",
37
- "@xyo-network/etherscan-ethereum-gas-payload-plugin": "~6.0.1",
38
- "@xyo-network/gas-price-payload-plugin": "~6.0.1",
39
- "@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "~6.0.1"
34
+ "@xyo-network/blocknative-ethereum-gas-payload-plugin": "~6.0.2",
35
+ "@xyo-network/ethers-ethereum-gas-payload-plugin": "~6.0.2",
36
+ "@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "~6.0.2",
37
+ "@xyo-network/etherscan-ethereum-gas-payload-plugin": "~6.0.2",
38
+ "@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "~6.0.2",
39
+ "@xyo-network/gas-price-payload-plugin": "~6.0.2"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@bitauth/libauth": "~3.0.0",
@@ -47,59 +47,39 @@
47
47
  "@scure/base": "^2.2.0",
48
48
  "@scure/bip39": "~2.2.0",
49
49
  "@types/regression": "~2.0.6",
50
- "@xylabs/geo": "^6.0.2",
51
- "@xylabs/sdk-js": "^6.0.2",
52
- "@xylabs/threads": "^6.0.2",
53
- "@xylabs/toolchain": "~8.1.4",
54
- "@xylabs/tsconfig": "~8.1.4",
55
- "@xylabs/vitest-extended": "~6.0.2",
56
- "@xyo-network/account": "~6.0.4",
57
- "@xyo-network/account-model": "^6.0.4",
58
- "@xyo-network/api": "~6.0.4",
59
- "@xyo-network/api-models": "~6.0.4",
60
- "@xyo-network/boundwitness-builder": "~6.0.4",
61
- "@xyo-network/boundwitness-model": "^6.0.4",
62
- "@xyo-network/boundwitness-wrapper": "~6.0.4",
63
- "@xyo-network/config-payload-plugin": "~6.0.4",
64
- "@xyo-network/huri": "~6.0.4",
65
- "@xyo-network/manifest-model": "~6.0.4",
66
- "@xyo-network/payload-builder": "~6.0.4",
67
- "@xyo-network/payload-model": "^6.0.4",
68
- "@xyo-network/payload-plugin": "~6.0.4",
69
- "@xyo-network/payload-wrapper": "~6.0.4",
70
- "@xyo-network/query-payload-plugin": "~6.0.4",
71
- "@xyo-network/sdk-js": "^6.0.0",
72
- "@xyo-network/sdk-protocol-js": "~6.0.4",
73
- "@xyo-network/wallet": "~6.0.4",
74
- "@xyo-network/wallet-model": "~6.0.4",
75
- "@xyo-network/witness-blockchain-abstract": "^6.0.0",
76
- "@xyo-network/witness-timestamp": "^6.0.0",
50
+ "@xylabs/geo": "^6.0.6",
51
+ "@xylabs/sdk-js": "^6.0.6",
52
+ "@xylabs/threads": "^6.0.6",
53
+ "@xylabs/toolchain": "~8.1.11",
54
+ "@xylabs/tsconfig": "~8.1.11",
55
+ "@xylabs/vitest-extended": "~6.0.6",
56
+ "@xyo-network/payload-model": "^6.0.7",
57
+ "@xyo-network/sdk-js": "^6.0.2",
58
+ "@xyo-network/sdk-protocol-js": "~6.0.7",
59
+ "@xyo-network/witness-blockchain-abstract": "^6.0.2",
60
+ "@xyo-network/witness-timestamp": "^6.0.2",
77
61
  "ajv": "^8.20.0",
78
62
  "async-mutex": "^0.5.0",
79
63
  "bn.js": "^5.2.3",
80
64
  "buffer": "^6.0.3",
81
- "chalk": "^5.6.2",
82
65
  "debug": "~4.4.3",
83
- "eslint": "^10.4.0",
66
+ "eslint": "^10.4.1",
84
67
  "ethers": "^6.16.0",
85
68
  "hash-wasm": "^4.12.0",
86
69
  "idb": "^8.0.3",
87
- "lru-cache": "^11.3.6",
88
- "mapbox-gl": "^3.23.1",
70
+ "lru-cache": "^11.5.1",
89
71
  "observable-fns": "~0.6.1",
90
72
  "pako": "~2.1.0",
91
73
  "regression": "^2.0.1",
92
- "store2": "~2.14.4",
93
74
  "typescript": "~6.0.3",
94
- "vite": "^8.0.14",
95
- "vitest": "^4.1.7",
96
- "wasm-feature-detect": "~1.8.0",
75
+ "vite": "^8.0.16",
76
+ "vitest": "^4.1.8",
97
77
  "webextension-polyfill": "^0.12.0",
98
78
  "zod": "^4.4.3",
99
- "@xyo-network/blocknative-ethereum-gas-plugin": "~6.0.1",
100
- "@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "~6.0.1",
101
- "@xyo-network/ethers-ethereum-gas-plugin": "~6.0.1",
102
- "@xyo-network/etherscan-ethereum-gas-plugin": "~6.0.1"
79
+ "@xyo-network/blocknative-ethereum-gas-plugin": "~6.0.2",
80
+ "@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "~6.0.2",
81
+ "@xyo-network/ethers-ethereum-gas-plugin": "~6.0.2",
82
+ "@xyo-network/etherscan-ethereum-gas-plugin": "~6.0.2"
103
83
  },
104
84
  "peerDependencies": {
105
85
  "@bitauth/libauth": "~3.0",
@@ -112,41 +92,20 @@
112
92
  "@xylabs/geo": "^6.0",
113
93
  "@xylabs/sdk-js": "^6.0",
114
94
  "@xylabs/threads": "^6.0",
115
- "@xyo-network/account": "~6.0",
116
- "@xyo-network/account-model": "^6.0",
117
- "@xyo-network/api": "~6.0",
118
- "@xyo-network/api-models": "~6.0",
119
- "@xyo-network/boundwitness-builder": "~6.0",
120
- "@xyo-network/boundwitness-model": "^6.0",
121
- "@xyo-network/boundwitness-wrapper": "~6.0",
122
- "@xyo-network/config-payload-plugin": "~6.0",
123
- "@xyo-network/huri": "~6.0",
124
- "@xyo-network/manifest-model": "~6.0",
125
- "@xyo-network/payload-builder": "~6.0",
126
- "@xyo-network/payload-model": "^6.0",
127
- "@xyo-network/payload-plugin": "~6.0",
128
- "@xyo-network/payload-wrapper": "~6.0",
129
- "@xyo-network/query-payload-plugin": "~6.0",
130
95
  "@xyo-network/sdk-js": "^6.0",
131
96
  "@xyo-network/sdk-protocol-js": "~6.0",
132
- "@xyo-network/wallet": "~6.0",
133
- "@xyo-network/wallet-model": "~6.0",
134
97
  "ajv": "^8.20",
135
98
  "async-mutex": "^0.5",
136
99
  "bn.js": "^5.2",
137
100
  "buffer": "^6.0",
138
- "chalk": "^5.6",
139
101
  "debug": "~4.4",
140
102
  "ethers": "^6.16",
141
103
  "hash-wasm": "^4.12",
142
104
  "idb": "^8.0",
143
105
  "lru-cache": "^11.3",
144
- "mapbox-gl": "^3.23",
145
106
  "observable-fns": "~0.6",
146
107
  "pako": "~2.1",
147
108
  "regression": "^2.0",
148
- "store2": "~2.14",
149
- "wasm-feature-detect": "~1.8",
150
109
  "webextension-polyfill": "^0.12",
151
110
  "zod": "^4.4"
152
111
  },