@tapni/auth 1.0.52 → 1.0.53
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 +10 -10
- package/dist/{Apps-WVb4S3LS.js → Apps-CZ2op1LG.js} +1 -1
- package/dist/{Billing-C8WFpUFn.js → Billing-DV1Hs3lz.js} +1 -1
- package/dist/{CustomApp-LUQvCaYr.js → CustomApp-BYs5VWm4.js} +1 -1
- package/dist/{QR-C6K2Z3Ey.js → QR-Df7yi4HX.js} +1 -1
- package/dist/TapniAuth.es.js +1 -1
- package/dist/TapniAuth.umd.js +4 -4
- package/dist/{install-Bwa_1dZE.js → install-CxwvMS0_.js} +201 -191
- package/package.json +65 -65
- package/src/App.vue +241 -258
- package/src/views/General.vue +10 -6
package/package.json
CHANGED
|
@@ -1,67 +1,67 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
2
|
+
"name": "@tapni/auth",
|
|
3
|
+
"version": "1.0.53",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"main": "./dist/TapniAuth.umd.js",
|
|
6
|
+
"module": "./dist/TapniAuth.es.js",
|
|
7
|
+
"files": [
|
|
8
|
+
"dist",
|
|
9
|
+
"src"
|
|
10
|
+
],
|
|
11
|
+
"exports": {
|
|
12
|
+
".": {
|
|
13
|
+
"import": "./dist/TapniAuth.es.js",
|
|
14
|
+
"require": "./dist/TapniAuth.umd.js"
|
|
15
|
+
},
|
|
16
|
+
"./dist/style.css": "./dist/style.css"
|
|
17
|
+
},
|
|
18
|
+
"scripts": {
|
|
19
|
+
"dev": "vite",
|
|
20
|
+
"build": "vite build --mode standalone",
|
|
21
|
+
"build:dev": "vite build --mode .env.development",
|
|
22
|
+
"preview": "vite preview",
|
|
23
|
+
"build-lib": "vite build --config=vite-lib.config.js",
|
|
24
|
+
"build-lib:dev": "vite build --config=vite-lib.config.js --mode .env.development",
|
|
25
|
+
"lint": "eslint src",
|
|
26
|
+
"format": "prettier . --write"
|
|
27
|
+
},
|
|
28
|
+
"dependencies": {
|
|
29
|
+
"@braintree/sanitize-url": "^7.1.0",
|
|
30
|
+
"@capacitor-community/apple-sign-in": "^6.0.0",
|
|
31
|
+
"@capacitor/app": "^6.0.2",
|
|
32
|
+
"@capacitor/browser": "^6.0.4",
|
|
33
|
+
"@capacitor/core": "^6.2.0",
|
|
34
|
+
"@capacitor/device": "^6.0.2",
|
|
35
|
+
"@capacitor/preferences": "^6.0.3",
|
|
36
|
+
"@codetrix-studio/capacitor-google-auth": "^3.4.0-rc.4",
|
|
37
|
+
"@eslint/js": "^9.13.0",
|
|
38
|
+
"@otplib/preset-browser": "^12.0.1",
|
|
39
|
+
"@recognizebv/capacitor-plugin-msauth": "^3.6.3",
|
|
40
|
+
"@tapni/capacitor-reactive-localstorage-vue3": "^0.0.17",
|
|
41
|
+
"@tapni/styles": "^0.0.13",
|
|
42
|
+
"await-to-js": "^3.0.0",
|
|
43
|
+
"axios": "^1.7.8",
|
|
44
|
+
"buffer": "^6.0.3",
|
|
45
|
+
"eslint": "^9.13.0",
|
|
46
|
+
"eslint-config-prettier": "^9.1.0",
|
|
47
|
+
"eslint-plugin-prettier": "^5.2.1",
|
|
48
|
+
"eslint-plugin-vue": "^9.29.1",
|
|
49
|
+
"js-sha256": "^0.11.0",
|
|
50
|
+
"jwt-decode": "^4.0.0",
|
|
51
|
+
"prettier": "3.3.3",
|
|
52
|
+
"qr-code-styling": "^1.8.4",
|
|
53
|
+
"vue": "^3.5.13",
|
|
54
|
+
"vue-cookies": "^1.8.4",
|
|
55
|
+
"vue-router": "^4.5.0",
|
|
56
|
+
"vue3-select-component": "^0.7.0",
|
|
57
|
+
"vuex": "^4.1.0",
|
|
58
|
+
"vuex-router-sync": "v6.0.0-rc.1"
|
|
59
|
+
},
|
|
60
|
+
"devDependencies": {
|
|
61
|
+
"@rollup/plugin-inject": "^5.0.5",
|
|
62
|
+
"@vitejs/plugin-vue": "^5.2.1",
|
|
63
|
+
"office-addin-dev-certs": "^1.13.5",
|
|
64
|
+
"vite": "^5.4.11",
|
|
65
|
+
"vite-plugin-node-polyfills": "^0.22.0"
|
|
66
|
+
}
|
|
67
67
|
}
|