@edgedev/firebase 2.0.21 → 2.0.22

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": "@edgedev/firebase",
3
- "version": "2.0.21",
3
+ "version": "2.0.22",
4
4
  "description": "Vue 3 / Nuxt 3 Plugin or Nuxt 3 plugin for firebase authentication and firestore.",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -42,11 +42,11 @@ if [ ! -f "$project_root/functions/.env.prod" ]; then
42
42
  fi
43
43
 
44
44
  if [ ! -f "$project_root/.env.development" ]; then
45
- cp ./src/.env.dev "$project_root/.env.development"
45
+ cp ./src/.env.development "$project_root/.env.development"
46
46
  fi
47
47
 
48
48
  if [ ! -f "$project_root/.env.production" ]; then
49
- cp ./src/.env.prod "$project_root/.env.production"
49
+ cp ./src/.env.production "$project_root/.env.production"
50
50
  fi
51
51
 
52
52
  if [ ! -f "$project_root/functions/package.json" ]; then