@nitra/cap 7.4.0 → 8.0.0
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/auth/NCapLoginMulti.vue +1 -1
- package/package.json +7 -7
- package/save-token/README.md +1 -1
package/auth/NCapLoginMulti.vue
CHANGED
|
@@ -112,7 +112,7 @@ import { useRouter } from 'vue-router'
|
|
|
112
112
|
import { date, Notify } from 'quasar'
|
|
113
113
|
import { Capacitor } from '@capacitor/core'
|
|
114
114
|
import { checkToken } from '@nitra/vite-boot/token'
|
|
115
|
-
import { autoLogin, defaultLogin } from '@nitra/vite-boot/
|
|
115
|
+
import { autoLogin, defaultLogin } from '@nitra/vite-boot/token'
|
|
116
116
|
import tf from '@nitra/tfm'
|
|
117
117
|
|
|
118
118
|
const router = useRouter()
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nitra/cap",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "8.0.0",
|
|
4
4
|
"description": "Nitra capacitor components",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -21,14 +21,14 @@
|
|
|
21
21
|
"homepage": "https://github.com/nitra/cap",
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@capacitor-community/apple-sign-in": "^7.1.0",
|
|
24
|
-
"@capacitor-firebase/messaging": "^
|
|
25
|
-
"@capacitor/core": "^
|
|
26
|
-
"@capawesome/capacitor-app-update": "^
|
|
24
|
+
"@capacitor-firebase/messaging": "^8.0.1",
|
|
25
|
+
"@capacitor/core": "^8.1.0",
|
|
26
|
+
"@capawesome/capacitor-app-update": "^8.0.2",
|
|
27
27
|
"@codetrix-studio/capacitor-google-auth": "^3.4.0-rc.4",
|
|
28
|
-
"@firebase/app": "^0.14.
|
|
28
|
+
"@firebase/app": "^0.14.8",
|
|
29
29
|
"@nitra/tfm": "^2.4.0",
|
|
30
|
-
"@nitra/vite-boot": "^5.0.
|
|
30
|
+
"@nitra/vite-boot": "^5.0.11",
|
|
31
31
|
"@simplewebauthn/browser": "^13.2.2",
|
|
32
|
-
"firebase": "^12.
|
|
32
|
+
"firebase": "^12.9.0"
|
|
33
33
|
}
|
|
34
34
|
}
|
package/save-token/README.md
CHANGED
|
@@ -54,7 +54,7 @@ saveToken() => Promise<void>
|
|
|
54
54
|
|
|
55
55
|
### To ensure that the required environment variables are set and the sw.js file is added to the project, add the following to your vite.config.js
|
|
56
56
|
|
|
57
|
-
```
|
|
57
|
+
```js
|
|
58
58
|
import { requireEnvVar } from '@nitra/vite-check-env'
|
|
59
59
|
import { defineConfig, loadEnv } from 'vite'
|
|
60
60
|
import { build } from 'esbuild'
|