@goodaofi/bonds-sdk 3.0.179 → 3.0.180

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/main.js CHANGED
@@ -100041,7 +100041,7 @@ const CheckUrl = () => {
100041
100041
  return jsx$2(Fragment$1, {});
100042
100042
  };
100043
100043
 
100044
- const YourGoo = ({ yourGoo, isLoading, isFetching, }) => {
100044
+ const YourGoo = ({ yourGoo, isLoading, }) => {
100045
100045
  const { data: saleInfo } = useSaleInfo();
100046
100046
  const gooAmountTotal = formatNumber$1(yourGoo?.gooPayout ?? '0');
100047
100047
  const sGooAmountTotal = formatNumber$1(yourGoo?.sGooPayout ?? '0');
@@ -1,5 +1,5 @@
1
1
  import { UserGooData } from '../../hooks/useYourGoo';
2
- export declare const YourGoo: ({ yourGoo, isLoading, isFetching, }: {
2
+ export declare const YourGoo: ({ yourGoo, isLoading, }: {
3
3
  yourGoo: UserGooData | null | undefined;
4
4
  isLoading: boolean;
5
5
  isFetching: boolean;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Goo Money Bond SDK",
4
4
  "author": "Goo Money",
5
5
  "license": "MIT",
6
- "version": "3.0.179",
6
+ "version": "3.0.180",
7
7
  "proxy": "https://realtime-api-pr-99.herokuapp.com",
8
8
  "module": "dist/main.js",
9
9
  "type": "module",