@xyo-network/react-ethereum-gas-price-payload-plugins 2.47.19 → 2.47.20

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 (2) hide show
  1. package/dist/docs.json +27 -3
  2. package/package.json +8 -8
package/dist/docs.json CHANGED
@@ -17,7 +17,7 @@
17
17
  "fileName": "packages/plugins/packages/ethereum-gas/src/index.ts",
18
18
  "line": 26,
19
19
  "character": 0,
20
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4f696f713/packages/plugins/packages/ethereum-gas/src/index.ts#L26"
20
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/d14cc0d93b3/packages/plugins/packages/ethereum-gas/src/index.ts#L26"
21
21
  }
22
22
  ],
23
23
  "target": 1
@@ -158,7 +158,7 @@
158
158
  "fileName": "packages/plugins/packages/ethereum-gas/src/index.ts",
159
159
  "line": 16,
160
160
  "character": 13,
161
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4f696f713/packages/plugins/packages/ethereum-gas/src/index.ts#L16"
161
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/d14cc0d93b3/packages/plugins/packages/ethereum-gas/src/index.ts#L16"
162
162
  }
163
163
  ],
164
164
  "type": {
@@ -688,6 +688,10 @@
688
688
  "type": "literal",
689
689
  "value": "accessKey"
690
690
  },
691
+ {
692
+ "type": "literal",
693
+ "value": "autoFocus"
694
+ },
691
695
  {
692
696
  "type": "literal",
693
697
  "value": "contentEditable"
@@ -3634,6 +3638,10 @@
3634
3638
  "type": "literal",
3635
3639
  "value": "accessKey"
3636
3640
  },
3641
+ {
3642
+ "type": "literal",
3643
+ "value": "autoFocus"
3644
+ },
3637
3645
  {
3638
3646
  "type": "literal",
3639
3647
  "value": "contentEditable"
@@ -6580,6 +6588,10 @@
6580
6588
  "type": "literal",
6581
6589
  "value": "accessKey"
6582
6590
  },
6591
+ {
6592
+ "type": "literal",
6593
+ "value": "autoFocus"
6594
+ },
6583
6595
  {
6584
6596
  "type": "literal",
6585
6597
  "value": "contentEditable"
@@ -9526,6 +9538,10 @@
9526
9538
  "type": "literal",
9527
9539
  "value": "accessKey"
9528
9540
  },
9541
+ {
9542
+ "type": "literal",
9543
+ "value": "autoFocus"
9544
+ },
9529
9545
  {
9530
9546
  "type": "literal",
9531
9547
  "value": "contentEditable"
@@ -12472,6 +12488,10 @@
12472
12488
  "type": "literal",
12473
12489
  "value": "accessKey"
12474
12490
  },
12491
+ {
12492
+ "type": "literal",
12493
+ "value": "autoFocus"
12494
+ },
12475
12495
  {
12476
12496
  "type": "literal",
12477
12497
  "value": "contentEditable"
@@ -15418,6 +15438,10 @@
15418
15438
  "type": "literal",
15419
15439
  "value": "accessKey"
15420
15440
  },
15441
+ {
15442
+ "type": "literal",
15443
+ "value": "autoFocus"
15444
+ },
15421
15445
  {
15422
15446
  "type": "literal",
15423
15447
  "value": "contentEditable"
@@ -17922,7 +17946,7 @@
17922
17946
  "fileName": "packages/plugins/packages/ethereum-gas/src/index.ts",
17923
17947
  "line": 1,
17924
17948
  "character": 0,
17925
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4f696f713/packages/plugins/packages/ethereum-gas/src/index.ts#L1"
17949
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/d14cc0d93b3/packages/plugins/packages/ethereum-gas/src/index.ts#L1"
17926
17950
  }
17927
17951
  ]
17928
17952
  }
package/package.json CHANGED
@@ -10,13 +10,13 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/react-ethereum-gas-price-blocknative-plugin": "^2.47.19",
14
- "@xyo-network/react-ethereum-gas-price-etherchain-plugins": "^2.47.19",
15
- "@xyo-network/react-ethereum-gas-price-ethers-plugin": "^2.47.19",
16
- "@xyo-network/react-ethereum-gas-price-etherscan-plugin": "^2.47.19",
17
- "@xyo-network/react-ethereum-gas-price-ethgasstation-plugin": "^2.47.19",
18
- "@xyo-network/react-ethereum-gas-price-plugin": "^2.47.19",
19
- "@xyo-network/react-payload-plugin": "^2.47.19"
13
+ "@xyo-network/react-ethereum-gas-price-blocknative-plugin": "^2.47.20",
14
+ "@xyo-network/react-ethereum-gas-price-etherchain-plugins": "^2.47.20",
15
+ "@xyo-network/react-ethereum-gas-price-ethers-plugin": "^2.47.20",
16
+ "@xyo-network/react-ethereum-gas-price-etherscan-plugin": "^2.47.20",
17
+ "@xyo-network/react-ethereum-gas-price-ethgasstation-plugin": "^2.47.20",
18
+ "@xyo-network/react-ethereum-gas-price-plugin": "^2.47.20",
19
+ "@xyo-network/react-payload-plugin": "^2.47.20"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@xylabs/ts-scripts-yarn3": "^2.16.1"
@@ -73,5 +73,5 @@
73
73
  },
74
74
  "sideEffects": false,
75
75
  "types": "dist/types/index.d.ts",
76
- "version": "2.47.19"
76
+ "version": "2.47.20"
77
77
  }