@xyo-network/react-ethereum-gas-price-blocknative-plugin 2.60.10 → 2.60.11

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 +6 -6
  2. package/package.json +5 -5
package/dist/docs.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "fileName": "packages/plugins/packages/ethereum-gas/packages/blocknative/src/index.ts",
17
17
  "line": 7,
18
18
  "character": 0,
19
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/9d1b6c727aa9/packages/plugins/packages/ethereum-gas/packages/blocknative/src/index.ts#L7"
19
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4ee472d8d4e5/packages/plugins/packages/ethereum-gas/packages/blocknative/src/index.ts#L7"
20
20
  }
21
21
  ],
22
22
  "target": 21
@@ -34,7 +34,7 @@
34
34
  "fileName": "packages/plugins/packages/ethereum-gas/packages/blocknative/src/Plugin.ts",
35
35
  "line": 8,
36
36
  "character": 13,
37
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/9d1b6c727aa9/packages/plugins/packages/ethereum-gas/packages/blocknative/src/Plugin.ts#L8"
37
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4ee472d8d4e5/packages/plugins/packages/ethereum-gas/packages/blocknative/src/Plugin.ts#L8"
38
38
  }
39
39
  ],
40
40
  "type": {
@@ -59,7 +59,7 @@
59
59
  "fileName": "packages/plugins/packages/ethereum-gas/packages/blocknative/src/components/Card/Card.tsx",
60
60
  "line": 8,
61
61
  "character": 13,
62
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/9d1b6c727aa9/packages/plugins/packages/ethereum-gas/packages/blocknative/src/components/Card/Card.tsx#L8"
62
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4ee472d8d4e5/packages/plugins/packages/ethereum-gas/packages/blocknative/src/components/Card/Card.tsx#L8"
63
63
  }
64
64
  ],
65
65
  "signatures": [
@@ -420,7 +420,7 @@
420
420
  "fileName": "packages/plugins/packages/ethereum-gas/packages/blocknative/src/components/Card/CardContent.tsx",
421
421
  "line": 11,
422
422
  "character": 13,
423
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/9d1b6c727aa9/packages/plugins/packages/ethereum-gas/packages/blocknative/src/components/Card/CardContent.tsx#L11"
423
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4ee472d8d4e5/packages/plugins/packages/ethereum-gas/packages/blocknative/src/components/Card/CardContent.tsx#L11"
424
424
  }
425
425
  ],
426
426
  "signatures": [
@@ -765,7 +765,7 @@
765
765
  "fileName": "packages/plugins/packages/ethereum-gas/packages/blocknative/src/components/Card/CardHeader.tsx",
766
766
  "line": 10,
767
767
  "character": 13,
768
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/9d1b6c727aa9/packages/plugins/packages/ethereum-gas/packages/blocknative/src/components/Card/CardHeader.tsx#L10"
768
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4ee472d8d4e5/packages/plugins/packages/ethereum-gas/packages/blocknative/src/components/Card/CardHeader.tsx#L10"
769
769
  }
770
770
  ],
771
771
  "signatures": [
@@ -1127,7 +1127,7 @@
1127
1127
  "fileName": "packages/plugins/packages/ethereum-gas/packages/blocknative/src/components/Details/Box/BlocknativeGasPriceDetailsBox.tsx",
1128
1128
  "line": 13,
1129
1129
  "character": 13,
1130
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/9d1b6c727aa9/packages/plugins/packages/ethereum-gas/packages/blocknative/src/components/Details/Box/BlocknativeGasPriceDetailsBox.tsx#L13"
1130
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4ee472d8d4e5/packages/plugins/packages/ethereum-gas/packages/blocknative/src/components/Details/Box/BlocknativeGasPriceDetailsBox.tsx#L13"
1131
1131
  }
1132
1132
  ],
1133
1133
  "signatures": [
package/package.json CHANGED
@@ -13,16 +13,16 @@
13
13
  "@xylabs/react-flexbox": "~2.17.15",
14
14
  "@xyo-network/blocknative-ethereum-gas-payload-plugin": "^2.72.7",
15
15
  "@xyo-network/payload-model": "^2.72.7",
16
- "@xyo-network/react-gas-price": "~2.60.10",
17
- "@xyo-network/react-payload-plugin": "~2.60.10",
18
- "@xyo-network/react-shared": "~2.60.10",
16
+ "@xyo-network/react-gas-price": "~2.60.11",
17
+ "@xyo-network/react-payload-plugin": "~2.60.11",
18
+ "@xyo-network/react-shared": "~2.60.11",
19
19
  "lodash": "^4.17.21"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@storybook/react": "^7.4.0",
23
23
  "@xylabs/ts-scripts-yarn3": "^2.19.3",
24
24
  "@xylabs/tsconfig-react": "^2.19.3",
25
- "@xyo-network/react-storybook": "~2.60.10",
25
+ "@xyo-network/react-storybook": "~2.60.11",
26
26
  "typescript": "^5.2.2"
27
27
  },
28
28
  "peerDependencies": {
@@ -77,5 +77,5 @@
77
77
  },
78
78
  "sideEffects": false,
79
79
  "types": "dist/types/index.d.ts",
80
- "version": "2.60.10"
80
+ "version": "2.60.11"
81
81
  }