@odynn/awayz-core 0.2.2 → 0.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/{AccountService-BjwUydb_.js → AccountService-BfXbgViU.js} +436 -416
- package/dist/components/CashValue/CashValue.js +1 -1
- package/dist/hooks/useAwayzAuth/useAwayzAuth.js +1 -1
- package/dist/main.js +1 -1
- package/dist/providers/AwayzProvider.js +1 -1
- package/dist/services/account/AccountService.js +1 -1
- package/dist/services/currency/CurrencyService.js +1 -1
- package/dist/services/instance.js +1 -1
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as Fe, Fragment as GO, jsxs as Jo } from "react/jsx-runtime";
|
|
2
2
|
import * as Q from "react";
|
|
3
3
|
import Jl, { useLayoutEffect as XO, useEffect as qO, useMemo as KO } from "react";
|
|
4
|
-
import { g as ZO, b as JO } from "../../AccountService-
|
|
4
|
+
import { g as ZO, b as JO } from "../../AccountService-BfXbgViU.js";
|
|
5
5
|
import { useQuery as e_ } from "@tanstack/react-query";
|
|
6
6
|
import { CurrencyService as t_ } from "../../services/currency/CurrencyService.js";
|
|
7
7
|
import '../../assets/_styles.css';/* empty css */
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as N, E as r, a as u, b as F } from "../../AccountService-
|
|
1
|
+
import { A as N, E as r, a as u, b as F } from "../../AccountService-BfXbgViU.js";
|
|
2
2
|
import { useState as m, useCallback as x, useEffect as w } from "react";
|
|
3
3
|
import { EAuthFlow as k } from "../../types/EAuthFlow.js";
|
|
4
4
|
import { awayzClient as U } from "../../configs/awayzClient.js";
|
package/dist/main.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { AwayzProvider as r } from "./providers/AwayzProvider.js";
|
|
2
2
|
import { useAwayzContext as a } from "./hooks/useAwayzContext.js";
|
|
3
3
|
import { EAuthFlow as n } from "./types/EAuthFlow.js";
|
|
4
|
-
import { c as s, i as x } from "./AccountService-
|
|
4
|
+
import { c as s, i as x } from "./AccountService-BfXbgViU.js";
|
|
5
5
|
import { awayzClient as m } from "./configs/awayzClient.js";
|
|
6
6
|
import { CashValue as c, EToolTipPosition as w } from "./components/CashValue/CashValue.js";
|
|
7
7
|
import { getBaseUrl as y } from "./configs/baseUrl.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import { useEffect as i } from "react";
|
|
3
3
|
import { AwayzContext as m } from "../context/AwayzContext.js";
|
|
4
|
-
import { E as a } from "../AccountService-
|
|
4
|
+
import { E as a } from "../AccountService-BfXbgViU.js";
|
|
5
5
|
import { useAwayzAuth as s } from "../hooks/useAwayzAuth/useAwayzAuth.js";
|
|
6
6
|
import { setBaseUrl as l } from "../configs/baseUrl.js";
|
|
7
7
|
import { QueryClientProvider as u } from "@tanstack/react-query";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import '../../assets/_styles.css';var s = Object.defineProperty;
|
|
2
2
|
var i = (t, r, e) => r in t ? s(t, r, { enumerable: !0, configurable: !0, writable: !0, value: e }) : t[r] = e;
|
|
3
3
|
var c = (t, r, e) => i(t, typeof r != "symbol" ? r + "" : r, e);
|
|
4
|
-
import { a as u, b as y, c as p } from "../../AccountService-
|
|
4
|
+
import { a as u, b as y, c as p } from "../../AccountService-BfXbgViU.js";
|
|
5
5
|
import "react";
|
|
6
6
|
import { ECurrencyEndpoints as m } from "../../configs/endpoints.js";
|
|
7
7
|
import "react/jsx-runtime";
|