@firebase/app-compat 0.5.6-canary.1e406a2b7 → 0.5.6-canary.5511b4fa7
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 +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.lite.js +1 -1
- package/package.json +5 -5
package/dist/esm/index.esm.js
CHANGED
|
@@ -371,7 +371,7 @@ const firebase$1 = createFirebaseNamespace();
|
|
|
371
371
|
const logger = new Logger('@firebase/app-compat');
|
|
372
372
|
|
|
373
373
|
const name = "@firebase/app-compat";
|
|
374
|
-
const version = "0.5.6-canary.
|
|
374
|
+
const version = "0.5.6-canary.5511b4fa7";
|
|
375
375
|
|
|
376
376
|
/**
|
|
377
377
|
* @license
|
package/dist/index.cjs.js
CHANGED
|
@@ -392,7 +392,7 @@ const firebase$1 = createFirebaseNamespace();
|
|
|
392
392
|
const logger = new logger$1.Logger('@firebase/app-compat');
|
|
393
393
|
|
|
394
394
|
const name = "@firebase/app-compat";
|
|
395
|
-
const version = "0.5.6-canary.
|
|
395
|
+
const version = "0.5.6-canary.5511b4fa7";
|
|
396
396
|
|
|
397
397
|
/**
|
|
398
398
|
* @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.5.6-canary.
|
|
3
|
+
"version": "0.5.6-canary.5511b4fa7",
|
|
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.14.6-canary.
|
|
41
|
-
"@firebase/util": "1.13.0-canary.
|
|
42
|
-
"@firebase/logger": "0.5.0-canary.
|
|
43
|
-
"@firebase/component": "0.7.0-canary.
|
|
40
|
+
"@firebase/app": "0.14.6-canary.5511b4fa7",
|
|
41
|
+
"@firebase/util": "1.13.0-canary.5511b4fa7",
|
|
42
|
+
"@firebase/logger": "0.5.0-canary.5511b4fa7",
|
|
43
|
+
"@firebase/component": "0.7.0-canary.5511b4fa7",
|
|
44
44
|
"tslib": "^2.1.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|