@firebase/app-compat 0.1.19-20222320822 → 0.1.20-canary.14ccbadd0
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/CHANGELOG.md +11 -2
- package/dist/esm/index.esm2017.js +1 -1
- package/dist/esm/index.esm5.js +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.lite.esm5.js +1 -1
- package/dist/index.lite.js +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,20 @@
|
|
|
1
1
|
# @firebase/app-compat
|
|
2
2
|
|
|
3
|
-
## 0.1.
|
|
3
|
+
## 0.1.20
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`2d672cead`](https://github.com/firebase/firebase-js-sdk/commit/2d672cead167187cb714cd89b638c0884ba58f03), [`927c1afc1`](https://github.com/firebase/firebase-js-sdk/commit/927c1afc103e4f9b8a75320d3946a4c840445a2a)]:
|
|
8
|
+
- @firebase/app@0.7.19
|
|
9
|
+
- @firebase/util@1.5.0
|
|
10
|
+
- @firebase/component@0.5.11
|
|
11
|
+
|
|
12
|
+
## 0.1.19
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
6
15
|
|
|
7
16
|
- Updated dependencies [[`1588990b7`](https://github.com/firebase/firebase-js-sdk/commit/1588990b7fb06b6fa545c0d478663e137ec0ea07)]:
|
|
8
|
-
- @firebase/app@0.7.18
|
|
17
|
+
- @firebase/app@0.7.18
|
|
9
18
|
|
|
10
19
|
## 0.1.18
|
|
11
20
|
|
|
@@ -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.1.
|
|
372
|
+
const version = "0.1.20-canary.14ccbadd0";
|
|
373
373
|
|
|
374
374
|
/**
|
|
375
375
|
* @license
|
package/dist/esm/index.esm5.js
CHANGED
package/dist/index.cjs.js
CHANGED
|
@@ -415,7 +415,7 @@ var firebase$1 = createFirebaseNamespace();
|
|
|
415
415
|
var logger = new logger$1.Logger('@firebase/app-compat');
|
|
416
416
|
|
|
417
417
|
var name = "@firebase/app-compat";
|
|
418
|
-
var version = "0.1.
|
|
418
|
+
var version = "0.1.20-canary.14ccbadd0";
|
|
419
419
|
|
|
420
420
|
/**
|
|
421
421
|
* @license
|
package/dist/index.lite.esm5.js
CHANGED
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.1.
|
|
3
|
+
"version": "0.1.20-canary.14ccbadd0",
|
|
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,10 +39,10 @@
|
|
|
39
39
|
},
|
|
40
40
|
"license": "Apache-2.0",
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@firebase/app": "0.7.
|
|
43
|
-
"@firebase/util": "1.
|
|
44
|
-
"@firebase/logger": "0.3.2",
|
|
45
|
-
"@firebase/component": "0.5.
|
|
42
|
+
"@firebase/app": "0.7.19-canary.14ccbadd0",
|
|
43
|
+
"@firebase/util": "1.5.0-canary.14ccbadd0",
|
|
44
|
+
"@firebase/logger": "0.3.2-canary.14ccbadd0",
|
|
45
|
+
"@firebase/component": "0.5.11-canary.14ccbadd0",
|
|
46
46
|
"tslib": "^2.1.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|