@firebase/app 0.14.7-canary.58ddd6e54 → 0.14.7-canary.c4a3a5643
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/esm/index.esm.js +2 -2
- package/dist/index.cjs.js +2 -2
- package/package.json +4 -4
package/dist/esm/index.esm.js
CHANGED
|
@@ -58,7 +58,7 @@ function isVersionServiceProvider(provider) {
|
|
|
58
58
|
}
|
|
59
59
|
|
|
60
60
|
const name$q = "@firebase/app";
|
|
61
|
-
const version$1 = "0.14.7-canary.
|
|
61
|
+
const version$1 = "0.14.7-canary.c4a3a5643";
|
|
62
62
|
|
|
63
63
|
/**
|
|
64
64
|
* @license
|
|
@@ -129,7 +129,7 @@ const name$2 = "@firebase/ai";
|
|
|
129
129
|
const name$1 = "@firebase/firestore-compat";
|
|
130
130
|
|
|
131
131
|
const name = "firebase";
|
|
132
|
-
const version = "12.8.0-canary.
|
|
132
|
+
const version = "12.8.0-canary.c4a3a5643";
|
|
133
133
|
|
|
134
134
|
/**
|
|
135
135
|
* @license
|
package/dist/index.cjs.js
CHANGED
|
@@ -61,7 +61,7 @@ function isVersionServiceProvider(provider) {
|
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
const name$q = "@firebase/app";
|
|
64
|
-
const version$1 = "0.14.7-canary.
|
|
64
|
+
const version$1 = "0.14.7-canary.c4a3a5643";
|
|
65
65
|
|
|
66
66
|
/**
|
|
67
67
|
* @license
|
|
@@ -132,7 +132,7 @@ const name$2 = "@firebase/ai";
|
|
|
132
132
|
const name$1 = "@firebase/firestore-compat";
|
|
133
133
|
|
|
134
134
|
const name = "firebase";
|
|
135
|
-
const version = "12.8.0-canary.
|
|
135
|
+
const version = "12.8.0-canary.c4a3a5643";
|
|
136
136
|
|
|
137
137
|
/**
|
|
138
138
|
* @license
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@firebase/app",
|
|
3
|
-
"version": "0.14.7-canary.
|
|
3
|
+
"version": "0.14.7-canary.c4a3a5643",
|
|
4
4
|
"description": "The primary entrypoint to the Firebase JS SDK",
|
|
5
5
|
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
|
|
6
6
|
"main": "dist/index.cjs.js",
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
"typings:internal": "node ../../scripts/build/use_typings.js ./dist/app.d.ts"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@firebase/util": "1.13.0-canary.
|
|
43
|
-
"@firebase/logger": "0.5.0-canary.
|
|
44
|
-
"@firebase/component": "0.7.0-canary.
|
|
42
|
+
"@firebase/util": "1.13.0-canary.c4a3a5643",
|
|
43
|
+
"@firebase/logger": "0.5.0-canary.c4a3a5643",
|
|
44
|
+
"@firebase/component": "0.7.0-canary.c4a3a5643",
|
|
45
45
|
"idb": "7.1.1",
|
|
46
46
|
"tslib": "^2.1.0"
|
|
47
47
|
},
|