@odynn/awayz-core 0.2.23 → 0.2.24

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.
@@ -1,6 +1,7 @@
1
1
  export * from './providers/AwayzProvider';
2
2
  export * from './hooks/useAwayzContext';
3
3
  export * from './hooks/useSearchLimit';
4
+ export * from './hooks/useWallet';
4
5
  export * from './types';
5
6
  export * from './services/instance';
6
7
  export * from './configs/awayzClient';
package/dist/main.js CHANGED
@@ -1,23 +1,25 @@
1
1
  import { AwayzProvider as e } from "./providers/AwayzProvider.js";
2
2
  import { useAwayzContext as a } from "./hooks/useAwayzContext.js";
3
- import { useSearchLimit as m } from "./hooks/useSearchLimit.js";
4
- import { EAuthFlow as x } from "./types/EAuthFlow.js";
5
- import { c as n, i as s } from "./AccountService-BmvBvxkG.js";
6
- import { awayzClient as l } from "./configs/awayzClient.js";
7
- import { CashValue as w } from "./components/CashValue/CashValue.js";
8
- import { EToolTipPosition as C } from "./components/CashValue/CashValueTypes.js";
9
- import { CurrencyService as z } from "./services/currency/CurrencyService.js";
10
- import { getBaseUrl as v } from "./configs/baseUrl.js";
3
+ import { useSearchLimit as p } from "./hooks/useSearchLimit.js";
4
+ import { useWallet as f } from "./hooks/useWallet.js";
5
+ import { EAuthFlow as s } from "./types/EAuthFlow.js";
6
+ import { c as l, i as c } from "./AccountService-BmvBvxkG.js";
7
+ import { awayzClient as w } from "./configs/awayzClient.js";
8
+ import { CashValue as C } from "./components/CashValue/CashValue.js";
9
+ import { EToolTipPosition as z } from "./components/CashValue/CashValueTypes.js";
10
+ import { CurrencyService as v } from "./services/currency/CurrencyService.js";
11
+ import { getBaseUrl as P } from "./configs/baseUrl.js";
11
12
  export {
12
13
  e as AwayzProvider,
13
- w as CashValue,
14
- z as CurrencyService,
15
- x as EAuthFlow,
16
- C as EToolTipPosition,
17
- l as awayzClient,
18
- n as clientInstance,
19
- v as getBaseUrl,
20
- s as instance,
14
+ C as CashValue,
15
+ v as CurrencyService,
16
+ s as EAuthFlow,
17
+ z as EToolTipPosition,
18
+ w as awayzClient,
19
+ l as clientInstance,
20
+ P as getBaseUrl,
21
+ c as instance,
21
22
  a as useAwayzContext,
22
- m as useSearchLimit
23
+ p as useSearchLimit,
24
+ f as useWallet
23
25
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odynn/awayz-core",
3
- "version": "0.2.23",
3
+ "version": "0.2.24",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"