@xyo-network/react-ethereum-gas-price-blocknative-plugin 2.64.7 → 2.64.9

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 +8 -8
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/4c0d72820/packages/plugins/packages/ethereum-gas/packages/blocknative/src/index.ts#L7"
19
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/798614ebd/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/4c0d72820/packages/plugins/packages/ethereum-gas/packages/blocknative/src/Plugin.ts#L8"
37
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/798614ebd/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/4c0d72820/packages/plugins/packages/ethereum-gas/packages/blocknative/src/components/Card/Card.tsx#L8"
62
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/798614ebd/packages/plugins/packages/ethereum-gas/packages/blocknative/src/components/Card/Card.tsx#L8"
63
63
  }
64
64
  ],
65
65
  "signatures": [
@@ -411,7 +411,7 @@
411
411
  "fileName": "packages/plugins/packages/ethereum-gas/packages/blocknative/src/components/Card/CardContent.tsx",
412
412
  "line": 11,
413
413
  "character": 13,
414
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4c0d72820/packages/plugins/packages/ethereum-gas/packages/blocknative/src/components/Card/CardContent.tsx#L11"
414
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/798614ebd/packages/plugins/packages/ethereum-gas/packages/blocknative/src/components/Card/CardContent.tsx#L11"
415
415
  }
416
416
  ],
417
417
  "signatures": [
@@ -747,7 +747,7 @@
747
747
  "fileName": "packages/plugins/packages/ethereum-gas/packages/blocknative/src/components/Card/CardHeader.tsx",
748
748
  "line": 10,
749
749
  "character": 13,
750
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4c0d72820/packages/plugins/packages/ethereum-gas/packages/blocknative/src/components/Card/CardHeader.tsx#L10"
750
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/798614ebd/packages/plugins/packages/ethereum-gas/packages/blocknative/src/components/Card/CardHeader.tsx#L10"
751
751
  }
752
752
  ],
753
753
  "signatures": [
@@ -1100,7 +1100,7 @@
1100
1100
  "fileName": "packages/plugins/packages/ethereum-gas/packages/blocknative/src/components/Details/Box/BlocknativeGasPriceDetailsBox.tsx",
1101
1101
  "line": 13,
1102
1102
  "character": 13,
1103
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4c0d72820/packages/plugins/packages/ethereum-gas/packages/blocknative/src/components/Details/Box/BlocknativeGasPriceDetailsBox.tsx#L13"
1103
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/798614ebd/packages/plugins/packages/ethereum-gas/packages/blocknative/src/components/Details/Box/BlocknativeGasPriceDetailsBox.tsx#L13"
1104
1104
  }
1105
1105
  ],
1106
1106
  "signatures": [
package/package.json CHANGED
@@ -11,18 +11,18 @@
11
11
  },
12
12
  "dependencies": {
13
13
  "@xylabs/lodash": "^2.12.14",
14
- "@xylabs/react-flexbox": "^3.0.12",
15
- "@xyo-network/blocknative-ethereum-gas-payload-plugin": "^2.75.6",
16
- "@xyo-network/payload-model": "^2.75.6",
17
- "@xyo-network/react-gas-price": "~2.64.7",
18
- "@xyo-network/react-payload-plugin": "~2.64.7",
19
- "@xyo-network/react-shared": "~2.64.7"
14
+ "@xylabs/react-flexbox": "^3.0.15",
15
+ "@xyo-network/blocknative-ethereum-gas-payload-plugin": "^2.75.8",
16
+ "@xyo-network/payload-model": "^2.75.8",
17
+ "@xyo-network/react-gas-price": "~2.64.9",
18
+ "@xyo-network/react-payload-plugin": "~2.64.9",
19
+ "@xyo-network/react-shared": "~2.64.9"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@storybook/react": "^7.4.6",
23
23
  "@xylabs/ts-scripts-yarn3": "^3.0.82",
24
24
  "@xylabs/tsconfig-react": "^3.0.82",
25
- "@xyo-network/react-storybook": "~2.64.7",
25
+ "@xyo-network/react-storybook": "~2.64.9",
26
26
  "typescript": "^5.2.2"
27
27
  },
28
28
  "peerDependencies": {
@@ -84,6 +84,6 @@
84
84
  },
85
85
  "sideEffects": false,
86
86
  "types": "dist/browser/index.d.ts",
87
- "version": "2.64.7",
87
+ "version": "2.64.9",
88
88
  "type": "module"
89
89
  }