@nitra/cap 7.4.1 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nitra/cap",
3
- "version": "7.4.1",
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": "^7.4.0",
25
- "@capacitor/core": "^7.4.4",
26
- "@capawesome/capacitor-app-update": "^7.2.0",
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.6",
28
+ "@firebase/app": "^0.14.8",
29
29
  "@nitra/tfm": "^2.4.0",
30
- "@nitra/vite-boot": "^5.0.4",
30
+ "@nitra/vite-boot": "^5.0.11",
31
31
  "@simplewebauthn/browser": "^13.2.2",
32
- "firebase": "^12.6.0"
32
+ "firebase": "^12.9.0"
33
33
  }
34
34
  }
@@ -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
- ```typescript
57
+ ```js
58
58
  import { requireEnvVar } from '@nitra/vite-check-env'
59
59
  import { defineConfig, loadEnv } from 'vite'
60
60
  import { build } from 'esbuild'