@cetusprotocol/terminal 1.2.1 → 1.2.3

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/style.css.gz CHANGED
Binary file
@@ -10,3 +10,5 @@ export declare const formatPercentageGt0And100: (value: string | number | undefi
10
10
  * */
11
11
  export declare const formatCurrency: (value: string | number | undefined, decimal: number, hidelt?: boolean, noComma?: boolean) => string;
12
12
  export declare const fixDEAdd: (num: any, precision: any, autoFix?: boolean) => string;
13
+ export declare const formatFeeRate: (value: string | number | undefined, decimal?: number) => string | number;
14
+ export declare const getPercentage: (value: string | number) => string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cetusprotocol/terminal",
3
- "version": "1.2.1",
3
+ "version": "1.2.3",
4
4
  "type": "commonjs",
5
5
  "main": "dist/cetus-swap.cjs.js",
6
6
  "module": "dist/cetus-swap.es.js",
@@ -22,7 +22,7 @@
22
22
  "publish:test": "node ./version.mjs && npm publish --tag experimental"
23
23
  },
24
24
  "dependencies": {
25
- "@cetusprotocol/aggregator-sdk": "^0.14.0",
25
+ "@cetusprotocol/aggregator-sdk": "^0.16.0",
26
26
  "@radix-ui/colors": "^3.0.0",
27
27
  "@radix-ui/react-icons": "^1.3.0",
28
28
  "@radix-ui/themes": "^2.0.0",