@tapni/auth 0.0.142 → 0.0.144

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.
@@ -1406,7 +1406,7 @@ function Ca(n, e, t, r, o, i) {
1406
1406
  const po = /* @__PURE__ */ mt(da, [["render", Ca], ["__scopeId", "data-v-615ed484"]]), Ea = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1407
1407
  __proto__: null,
1408
1408
  default: po
1409
- }, Symbol.toStringTag, { value: "Module" })), Ta = "0.0.142", hr = {
1409
+ }, Symbol.toStringTag, { value: "Module" })), Ta = "0.0.144", hr = {
1410
1410
  getMe() {
1411
1411
  return ce().get("/users/me");
1412
1412
  },
@@ -5547,7 +5547,7 @@ Tanıştığınız herkesi etkileyin 😎 <br> Kendinize bir tane ayırın 👇`
5547
5547
  choose_other_login_methods: "다른 로그인 방법 선택하기",
5548
5548
  no_sso_logins: "귀하의 회사는 SSO 로그인을 사용하지 않습니다. 관리자에게 문의하십시오."
5549
5549
  }
5550
- }, Ao = () => Promise.resolve().then(() => Ea), Ia = () => Promise.resolve().then(() => Kc), Aa = () => Promise.resolve().then(() => Bl), Ra = () => Promise.resolve().then(() => yd), Pa = () => import("./Account-DfOXI9XU.js"), Ma = () => Promise.resolve().then(() => pu), Na = () => Promise.resolve().then(() => Sd), Oa = () => import("./QR--DneK1jw.js"), La = () => Promise.resolve().then(() => zu), za = [
5550
+ }, Ao = () => Promise.resolve().then(() => Ea), Ia = () => Promise.resolve().then(() => Kc), Aa = () => Promise.resolve().then(() => Bl), Ra = () => Promise.resolve().then(() => yd), Pa = () => import("./Account-nzsSLfHe.js"), Ma = () => Promise.resolve().then(() => pu), Na = () => Promise.resolve().then(() => Sd), Oa = () => import("./QR-PTQPWAGv.js"), La = () => Promise.resolve().then(() => zu), za = [
5551
5551
  {
5552
5552
  path: "/welcome",
5553
5553
  name: "AuthWelcome",
@@ -18404,7 +18404,7 @@ const Rp = { id: "ssoapp" }, Pp = {
18404
18404
  }
18405
18405
  }), rh = {
18406
18406
  install: (n, { store: e, apiRoot: t }) => {
18407
- n.component("TapniAuth", Kp), e.hasModule("auth") || e.registerModule("auth", ho), n.config.globalProperties.apiRoot = t;
18407
+ n.component("TapniAuth", Kp), e.hasModule("auth") || e.registerModule("auth", ho), n.config.globalProperties.$apiRoot = t;
18408
18408
  }
18409
18409
  };
18410
18410
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tapni/auth",
3
- "version": "0.0.142",
3
+ "version": "0.0.144",
4
4
  "type": "module",
5
5
  "main": "./dist/TapniAuth.umd.js",
6
6
  "module": "./dist/TapniAuth.es.js",
package/src/install.js CHANGED
@@ -11,7 +11,7 @@ export default {
11
11
  store.registerModule('auth', auth);
12
12
  }
13
13
 
14
- app.config.globalProperties.apiRoot = apiRoot;
14
+ app.config.globalProperties.$apiRoot = apiRoot;
15
15
 
16
16
  }
17
17
  };