@tapni/auth 1.0.73 → 1.0.74
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/.vite/manifest.json +8 -8
- package/dist/{Apps-Dys7WVIh.js → Apps-Ca-YMuAn.js} +1 -1
- package/dist/{CustomApp-tARqhmAA.js → CustomApp-C6PBysID.js} +1 -1
- package/dist/{QR-NKmxwqC3.js → QR-DWC2Q2sk.js} +1 -1
- package/dist/TapniAuth.es.js +1 -1
- package/dist/TapniAuth.umd.js +25 -25
- package/dist/{install-BIhtHWTM.js → install-C1jLtDf_.js} +6444 -6220
- package/dist/style.css +1 -1
- package/package.json +2 -1
- package/src/services/AuthService.js +3 -0
- package/src/store/auth.js +13 -25
- package/src/views/Billing.vue +578 -67
package/dist/.vite/manifest.json
CHANGED
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"src": "../../node_modules/.pnpm/@codetrix-studio+capacitor-google-auth@3.4.0-rc.4_@capacitor+core@6.2.1/node_modules/@codetrix-studio/capacitor-google-auth/dist/esm/web.js",
|
|
18
18
|
"isDynamicEntry": true
|
|
19
19
|
},
|
|
20
|
-
"_install-
|
|
21
|
-
"file": "install-
|
|
20
|
+
"_install-C1jLtDf_.js": {
|
|
21
|
+
"file": "install-C1jLtDf_.js",
|
|
22
22
|
"name": "install",
|
|
23
23
|
"dynamicImports": [
|
|
24
24
|
"src/views/QR.vue",
|
|
@@ -36,30 +36,30 @@
|
|
|
36
36
|
"isEntry": true
|
|
37
37
|
},
|
|
38
38
|
"src/views/Apps.vue": {
|
|
39
|
-
"file": "Apps-
|
|
39
|
+
"file": "Apps-Ca-YMuAn.js",
|
|
40
40
|
"name": "Apps",
|
|
41
41
|
"src": "src/views/Apps.vue",
|
|
42
42
|
"isDynamicEntry": true,
|
|
43
43
|
"imports": [
|
|
44
|
-
"_install-
|
|
44
|
+
"_install-C1jLtDf_.js"
|
|
45
45
|
]
|
|
46
46
|
},
|
|
47
47
|
"src/views/CustomApp.vue": {
|
|
48
|
-
"file": "CustomApp-
|
|
48
|
+
"file": "CustomApp-C6PBysID.js",
|
|
49
49
|
"name": "CustomApp",
|
|
50
50
|
"src": "src/views/CustomApp.vue",
|
|
51
51
|
"isDynamicEntry": true,
|
|
52
52
|
"imports": [
|
|
53
|
-
"_install-
|
|
53
|
+
"_install-C1jLtDf_.js"
|
|
54
54
|
]
|
|
55
55
|
},
|
|
56
56
|
"src/views/QR.vue": {
|
|
57
|
-
"file": "QR-
|
|
57
|
+
"file": "QR-DWC2Q2sk.js",
|
|
58
58
|
"name": "QR",
|
|
59
59
|
"src": "src/views/QR.vue",
|
|
60
60
|
"isDynamicEntry": true,
|
|
61
61
|
"imports": [
|
|
62
|
-
"_install-
|
|
62
|
+
"_install-C1jLtDf_.js"
|
|
63
63
|
]
|
|
64
64
|
},
|
|
65
65
|
"style.css": {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as l, _ as g, A as u, E as _ } from "./install-
|
|
1
|
+
import { a as l, _ as g, A as u, E as _ } from "./install-C1jLtDf_.js";
|
|
2
2
|
import { resolveComponent as h, createElementBlock as a, openBlock as o, createCommentVNode as r, createElementVNode as e, createBlock as f, withCtx as m, toDisplayString as i, Fragment as b, renderList as y } from "vue";
|
|
3
3
|
const k = {
|
|
4
4
|
async getRecordById(t) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as d, A as u, E as g, b as m } from "./install-
|
|
1
|
+
import { _ as d, A as u, E as g, b as m } from "./install-C1jLtDf_.js";
|
|
2
2
|
import { resolveComponent as _, createElementBlock as a, openBlock as s, createCommentVNode as r, createElementVNode as t, createBlock as h, withCtx as f, toDisplayString as i } from "vue";
|
|
3
3
|
const y = {
|
|
4
4
|
name: "AuthCustomApp",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as s, A as i, Q as a } from "./install-
|
|
1
|
+
import { _ as s, A as i, Q as a } from "./install-C1jLtDf_.js";
|
|
2
2
|
import { resolveComponent as r, createElementBlock as u, openBlock as p, createElementVNode as o, toDisplayString as t, createVNode as d, withCtx as g, createTextVNode as _ } from "vue";
|
|
3
3
|
const m = {
|
|
4
4
|
name: "AuthQR",
|
package/dist/TapniAuth.es.js
CHANGED