@xyo-network/react-ethereum-gas-price-payload-plugins 10.0.4 → 10.0.5

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 +85 -81
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-ethereum-gas-price-payload-plugins",
3
- "version": "10.0.4",
3
+ "version": "10.0.5",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -41,55 +41,107 @@
41
41
  "README.md"
42
42
  ],
43
43
  "dependencies": {
44
- "@xyo-network/react-ethereum-gas-price-blocknative-plugin": "~10.0.4",
45
- "@xyo-network/react-ethereum-gas-price-etherchain-plugins": "~10.0.4",
46
- "@xyo-network/react-ethereum-gas-price-ethers-plugin": "~10.0.4",
47
- "@xyo-network/react-ethereum-gas-price-etherscan-plugin": "~10.0.4",
48
- "@xyo-network/react-ethereum-gas-price-ethgasstation-plugin": "~10.0.4",
49
- "@xyo-network/react-ethereum-gas-price-plugin": "~10.0.4",
50
- "@xyo-network/react-payload-plugin": "~10.0.4"
44
+ "@xyo-network/react-ethereum-gas-price-blocknative-plugin": "~10.0.5",
45
+ "@xyo-network/react-ethereum-gas-price-ethers-plugin": "~10.0.5",
46
+ "@xyo-network/react-ethereum-gas-price-etherchain-plugins": "~10.0.5",
47
+ "@xyo-network/react-ethereum-gas-price-etherscan-plugin": "~10.0.5",
48
+ "@xyo-network/react-ethereum-gas-price-ethgasstation-plugin": "~10.0.5",
49
+ "@xyo-network/react-ethereum-gas-price-plugin": "~10.0.5",
50
+ "@xyo-network/react-payload-plugin": "~10.0.5"
51
51
  },
52
52
  "devDependencies": {
53
- "@ariestools/sdk": "^7.0.5",
54
- "@ariestools/sdk-react": "^10.0.2",
53
+ "@ariestools/eth-address": "~8.0.2",
54
+ "@ariestools/pixel": "~8.0.2",
55
+ "@ariestools/sdk": "~8.0.2",
56
+ "@ariestools/sdk-react": "~11.0.0",
57
+ "@ariestools/threads": "~8.0.2",
55
58
  "@bitauth/libauth": "~3.0.0",
59
+ "@metamask/providers": "~22.1.1",
60
+ "@mui/icons-material": "~9.2.0",
61
+ "@mui/material": "~9.2.0",
62
+ "@mui/system": "~9.2.0",
63
+ "@mui/x-tree-view": "~9.8.0",
64
+ "@noble/post-quantum": "~0.6.1",
65
+ "@opentelemetry/api": "~1.9.1",
66
+ "@opentelemetry/sdk-trace-base": "~2.9.0",
67
+ "@react-spring/web": "~10.1.2",
68
+ "@scure/base": "~2.2.0",
69
+ "@scure/bip39": "~2.2.0",
70
+ "@types/react": "~19.2.17",
71
+ "@xylabs/toolchain": "~8.6.6",
72
+ "@xylabs/tsconfig": "~8.6.6",
73
+ "@xylabs/tsconfig-dom": "~8.6.6",
74
+ "@xylabs/tsconfig-react": "~8.6.6",
75
+ "@xyo-network/blocknative-ethereum-gas-payload-plugin": "~7.0.3",
76
+ "@xyo-network/diviner-schema-list": "~7.0.9",
77
+ "@xyo-network/diviner-schema-stats": "~7.0.9",
78
+ "@xyo-network/etherchain-ethereum-gas-v2-payload-plugin": "~7.0.3",
79
+ "@xyo-network/ethers-ethereum-gas-payload-plugin": "~7.0.3",
80
+ "@xyo-network/etherscan-ethereum-gas-payload-plugin": "~7.0.3",
81
+ "@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "~7.0.3",
82
+ "@xyo-network/node-core-types": "~4.2.2",
83
+ "@xyo-network/sdk": "~7.0.9",
84
+ "@xyo-network/sdk-protocol": "~7.0.14",
85
+ "@xyo-network/typeof": "~5.3.30",
86
+ "ajv": "~8.20.0",
87
+ "async-mutex": "~0.5.0",
88
+ "clsx": "~2.1.1",
89
+ "debug": "~4.4.3",
90
+ "eslint": "~10.6.0",
91
+ "ethers": "~6.17.0",
92
+ "hash-wasm": "~4.12.0",
93
+ "idb": "~8.0.3",
94
+ "lru-cache": "~11.5.1",
95
+ "md5": "~2.3.0",
96
+ "numeral": "~2.0.6",
97
+ "observable-fns": "~0.6.1",
98
+ "query-string": "~9.4.1",
99
+ "react": "~19.2.7",
100
+ "react-dom": "~19.2.7",
101
+ "react-router-dom": "~7.18.1",
102
+ "rollbar": "~3.1.0",
103
+ "typescript": "~6.0.3",
104
+ "viem": "~2.54.3",
105
+ "webextension-polyfill": "~0.12.0",
106
+ "zod": "~4.4.3",
107
+ "zustand": "~5.0.14"
108
+ },
109
+ "peerDependencies": {
110
+ "@ariestools/eth-address": "^8.0.2",
111
+ "@ariestools/pixel": "^8.0.2",
112
+ "@ariestools/sdk": "^8.0.2",
113
+ "@ariestools/sdk-react": "^11.0.0",
114
+ "@ariestools/threads": "^8.0.2",
115
+ "@bitauth/libauth": "^3.0.0",
116
+ "@metamask/providers": "^22.1.1",
56
117
  "@mui/icons-material": "^9.2.0",
57
118
  "@mui/material": "^9.2.0",
58
119
  "@mui/system": "^9.2.0",
59
- "@mui/x-tree-view": "~9.8.0",
60
- "@noble/post-quantum": "~0.6.1",
120
+ "@mui/x-tree-view": "^9.8.0",
121
+ "@noble/post-quantum": "^0.6.1",
61
122
  "@opentelemetry/api": "^1.9.1",
62
123
  "@opentelemetry/sdk-trace-base": "^2.9.0",
63
124
  "@react-spring/web": "^10.1.2",
64
- "@scure/base": "~2.2.0",
65
- "@scure/bip39": "~2.2.0",
125
+ "@scure/base": "^2.2.0",
126
+ "@scure/bip39": "^2.2.0",
66
127
  "@types/react": "^19.2.17",
67
- "@xylabs/eth-address": "^7.0.5",
68
- "@xylabs/geo": "^7.0.5",
69
- "@xylabs/pixel": "^7.0.5",
70
- "@xylabs/threads": "^7.0.5",
71
- "@xylabs/toolchain": "~8.5.15",
72
- "@xylabs/tsconfig": "^8.5.15",
73
- "@xylabs/tsconfig-dom": "^8.5.15",
74
- "@xylabs/tsconfig-react": "~8.5.15",
75
128
  "@xyo-network/blocknative-ethereum-gas-payload-plugin": "^7.0.2",
76
- "@xyo-network/diviner-schema-list": "^7.0.7",
77
- "@xyo-network/diviner-schema-stats": "^7.0.7",
129
+ "@xyo-network/diviner-schema-list": "^7.0.9",
130
+ "@xyo-network/diviner-schema-stats": "^7.0.9",
78
131
  "@xyo-network/etherchain-ethereum-gas-v2-payload-plugin": "^7.0.2",
79
132
  "@xyo-network/ethers-ethereum-gas-payload-plugin": "^7.0.2",
80
133
  "@xyo-network/etherscan-ethereum-gas-payload-plugin": "^7.0.2",
81
134
  "@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "^7.0.2",
82
- "@xyo-network/node-core-types": "~4.2.2",
83
- "@xyo-network/sdk": "^7.0.7",
84
- "@xyo-network/sdk-protocol": "^7.0.12",
85
- "@xyo-network/typeof": "~5.3.30",
135
+ "@xyo-network/node-core-types": "^4.2.2",
136
+ "@xyo-network/sdk": "^7.0.9",
137
+ "@xyo-network/sdk-protocol": "^7.0.14",
138
+ "@xyo-network/typeof": "^5.3.30",
86
139
  "ajv": "^8.20.0",
87
140
  "async-mutex": "^0.5.0",
88
141
  "clsx": "^2.1.1",
89
142
  "debug": "^4.4.3",
90
- "eslint": "^10.6.0",
91
143
  "ethers": "^6.17.0",
92
- "hash-wasm": "~4.12.0",
144
+ "hash-wasm": "^4.12.0",
93
145
  "idb": "^8.0.3",
94
146
  "lru-cache": "^11.5.1",
95
147
  "md5": "^2.3.0",
@@ -99,60 +151,12 @@
99
151
  "react": "^19.2.7",
100
152
  "react-dom": "^19.2.7",
101
153
  "react-router-dom": "^7.18.1",
102
- "typescript": "^6.0.3",
103
- "viem": "^2.54.2",
154
+ "rollbar": "^3.1.0",
155
+ "viem": "^2.54.3",
156
+ "webextension-polyfill": "^0.12.0",
104
157
  "zod": "^4.4.3",
105
158
  "zustand": "^5.0.14"
106
159
  },
107
- "peerDependencies": {
108
- "@ariestools/sdk": "^7.0",
109
- "@ariestools/sdk-react": "^10.0",
110
- "@bitauth/libauth": "~3.0",
111
- "@mui/icons-material": "^9.0",
112
- "@mui/material": "^9.0",
113
- "@mui/system": "^9.0",
114
- "@mui/x-tree-view": "~9.8",
115
- "@noble/post-quantum": "~0.6.1",
116
- "@opentelemetry/api": "^1.9",
117
- "@opentelemetry/sdk-trace-base": "^2.7",
118
- "@react-spring/web": "^10.1",
119
- "@scure/base": "~2.2",
120
- "@scure/bip39": "~2.2",
121
- "@types/react": "^19.2",
122
- "@xylabs/eth-address": "^7.0",
123
- "@xylabs/geo": "^7.0",
124
- "@xylabs/pixel": "^7.0",
125
- "@xylabs/threads": "^7.0",
126
- "@xyo-network/blocknative-ethereum-gas-payload-plugin": "^7.0",
127
- "@xyo-network/diviner-schema-list": "^7.0",
128
- "@xyo-network/diviner-schema-stats": "^7.0",
129
- "@xyo-network/etherchain-ethereum-gas-v2-payload-plugin": "^7.0",
130
- "@xyo-network/ethers-ethereum-gas-payload-plugin": "^7.0",
131
- "@xyo-network/etherscan-ethereum-gas-payload-plugin": "^7.0",
132
- "@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "^7.0",
133
- "@xyo-network/node-core-types": "~4.2",
134
- "@xyo-network/sdk": "*",
135
- "@xyo-network/sdk-protocol": "^7.0",
136
- "@xyo-network/typeof": "~5.3",
137
- "ajv": "^8.20",
138
- "async-mutex": "^0.5",
139
- "clsx": "^2.1",
140
- "debug": "^4.4",
141
- "ethers": "^6.16",
142
- "hash-wasm": "~4.12",
143
- "idb": "^8.0",
144
- "lru-cache": "^11.3",
145
- "md5": "^2.3",
146
- "numeral": "^2.0",
147
- "observable-fns": "~0.6",
148
- "query-string": "^9.4",
149
- "react": "^19.2",
150
- "react-dom": "^19.2",
151
- "react-router-dom": "^7.15",
152
- "viem": "^2.48",
153
- "zod": "^4.4",
154
- "zustand": "^5.0"
155
- },
156
160
  "publishConfig": {
157
161
  "access": "public"
158
162
  },