@xyo-network/react-ethereum-gas-price-etherchain-plugins 2.64.5 → 2.64.7
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.
- package/dist/docs.json +6 -6
- package/package.json +4 -5
package/dist/docs.json
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/src/index.ts",
|
|
17
17
|
"line": 9,
|
|
18
18
|
"character": 0,
|
|
19
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
19
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4c0d72820/packages/plugins/packages/ethereum-gas/packages/etherchain/src/index.ts#L9"
|
|
20
20
|
}
|
|
21
21
|
],
|
|
22
22
|
"target": 1
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"fileName": "packages/plugins/packages/ethereum-gas/packages/etherchain/src/index.ts",
|
|
35
35
|
"line": 6,
|
|
36
36
|
"character": 13,
|
|
37
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
37
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4c0d72820/packages/plugins/packages/ethereum-gas/packages/etherchain/src/index.ts#L6"
|
|
38
38
|
}
|
|
39
39
|
],
|
|
40
40
|
"type": {
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"sources": [
|
|
108
108
|
{
|
|
109
109
|
"fileName": "node_modules/@types/react/ts5.0/index.d.ts",
|
|
110
|
-
"line":
|
|
110
|
+
"line": 396,
|
|
111
111
|
"character": 8
|
|
112
112
|
}
|
|
113
113
|
],
|
|
@@ -648,7 +648,7 @@
|
|
|
648
648
|
"sources": [
|
|
649
649
|
{
|
|
650
650
|
"fileName": "node_modules/@types/react/ts5.0/index.d.ts",
|
|
651
|
-
"line":
|
|
651
|
+
"line": 396,
|
|
652
652
|
"character": 8
|
|
653
653
|
}
|
|
654
654
|
],
|
|
@@ -1173,7 +1173,7 @@
|
|
|
1173
1173
|
"sources": [
|
|
1174
1174
|
{
|
|
1175
1175
|
"fileName": "node_modules/@types/react/ts5.0/index.d.ts",
|
|
1176
|
-
"line":
|
|
1176
|
+
"line": 396,
|
|
1177
1177
|
"character": 8
|
|
1178
1178
|
}
|
|
1179
1179
|
],
|
|
@@ -1673,7 +1673,7 @@
|
|
|
1673
1673
|
"sources": [
|
|
1674
1674
|
{
|
|
1675
1675
|
"fileName": "node_modules/@types/react/ts5.0/index.d.ts",
|
|
1676
|
-
"line":
|
|
1676
|
+
"line": 396,
|
|
1677
1677
|
"character": 8
|
|
1678
1678
|
}
|
|
1679
1679
|
],
|
package/package.json
CHANGED
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin": "~2.64.
|
|
14
|
-
"@xyo-network/react-payload-plugin": "~2.64.
|
|
13
|
+
"@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin": "~2.64.7",
|
|
14
|
+
"@xyo-network/react-payload-plugin": "~2.64.7"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@xylabs/ts-scripts-yarn3": "^3.0.82",
|
|
@@ -23,8 +23,7 @@
|
|
|
23
23
|
"@mui/styles": "^5",
|
|
24
24
|
"axios": "^1",
|
|
25
25
|
"react": "^18",
|
|
26
|
-
"react-dom": "^18"
|
|
27
|
-
"react-router-dom": "^6"
|
|
26
|
+
"react-dom": "^18"
|
|
28
27
|
},
|
|
29
28
|
"description": "Common React library for all XYO projects that use React",
|
|
30
29
|
"docs": "dist/docs.json",
|
|
@@ -77,6 +76,6 @@
|
|
|
77
76
|
},
|
|
78
77
|
"sideEffects": false,
|
|
79
78
|
"types": "dist/browser/index.d.ts",
|
|
80
|
-
"version": "2.64.
|
|
79
|
+
"version": "2.64.7",
|
|
81
80
|
"type": "module"
|
|
82
81
|
}
|