@skip-go/widget 2.4.8 → 2.4.10
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/build/utils/number.d.ts
CHANGED
|
@@ -2,3 +2,4 @@ export declare function formatNumberWithCommas(str: string | number): string;
|
|
|
2
2
|
export declare function formatNumberWithoutCommas(str: string | number): string;
|
|
3
3
|
export declare function getAmountWei(amount?: string, decimals?: number): string;
|
|
4
4
|
export declare function parseAmountWei(amount?: string, decimals?: number): string;
|
|
5
|
+
export declare const convertSecondsToMinutesOrHours: (seconds: number) => string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skip-go/widget",
|
|
3
3
|
"description": "Swap widget",
|
|
4
|
-
"version": "2.4.
|
|
4
|
+
"version": "2.4.10",
|
|
5
5
|
"repository": "https://github.com/skip-mev/widget",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"exports": {
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"@radix-ui/react-scroll-area": "^1.0.5",
|
|
63
63
|
"@radix-ui/react-switch": "^1.0.3",
|
|
64
64
|
"@radix-ui/react-tooltip": "^1.0.7",
|
|
65
|
-
"@skip-go/client": "0.8.
|
|
65
|
+
"@skip-go/client": "0.8.1",
|
|
66
66
|
"@solana/spl-token": "^0.4.6",
|
|
67
67
|
"@solana/wallet-adapter-react": "^0.15.35",
|
|
68
68
|
"@solana/wallet-adapter-wallets": "^0.19.32",
|