@firebase/app-compat 0.2.52-canary.670eba607 → 0.2.52-canary.c8cbfff16
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.esm2017.js +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.lite.js +1 -1
- package/package.json +5 -5
|
@@ -369,7 +369,7 @@ const firebase$1 = createFirebaseNamespace();
|
|
|
369
369
|
const logger = new Logger('@firebase/app-compat');
|
|
370
370
|
|
|
371
371
|
const name = "@firebase/app-compat";
|
|
372
|
-
const version = "0.2.52-canary.
|
|
372
|
+
const version = "0.2.52-canary.c8cbfff16";
|
|
373
373
|
|
|
374
374
|
/**
|
|
375
375
|
* @license
|
package/dist/index.cjs.js
CHANGED
|
@@ -390,7 +390,7 @@ const firebase$1 = createFirebaseNamespace();
|
|
|
390
390
|
const logger = new logger$1.Logger('@firebase/app-compat');
|
|
391
391
|
|
|
392
392
|
const name = "@firebase/app-compat";
|
|
393
|
-
const version = "0.2.52-canary.
|
|
393
|
+
const version = "0.2.52-canary.c8cbfff16";
|
|
394
394
|
|
|
395
395
|
/**
|
|
396
396
|
* @license
|
package/dist/index.lite.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@firebase/app-compat",
|
|
3
|
-
"version": "0.2.52-canary.
|
|
3
|
+
"version": "0.2.52-canary.c8cbfff16",
|
|
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",
|
|
@@ -37,10 +37,10 @@
|
|
|
37
37
|
},
|
|
38
38
|
"license": "Apache-2.0",
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@firebase/app": "0.11.3-canary.
|
|
41
|
-
"@firebase/util": "1.11.0-canary.
|
|
42
|
-
"@firebase/logger": "0.4.4-canary.
|
|
43
|
-
"@firebase/component": "0.6.13-canary.
|
|
40
|
+
"@firebase/app": "0.11.3-canary.c8cbfff16",
|
|
41
|
+
"@firebase/util": "1.11.0-canary.c8cbfff16",
|
|
42
|
+
"@firebase/logger": "0.4.4-canary.c8cbfff16",
|
|
43
|
+
"@firebase/component": "0.6.13-canary.c8cbfff16",
|
|
44
44
|
"tslib": "^2.1.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|