-
Notifications
You must be signed in to change notification settings - Fork 894
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
c9b0dde
commit a97ac88
Showing
81 changed files
with
619 additions
and
282 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@firebase/analytics-compat", | ||
"version": "0.2.14", | ||
"version": "0.2.15", | ||
"description": "", | ||
"author": "Firebase <[email protected]> (https://firebase.google.com/)", | ||
"main": "dist/index.cjs.js", | ||
|
@@ -22,7 +22,7 @@ | |
"@firebase/app-compat": "0.x" | ||
}, | ||
"devDependencies": { | ||
"@firebase/app-compat": "0.2.43", | ||
"@firebase/app-compat": "0.2.44", | ||
"rollup": "2.79.1", | ||
"@rollup/plugin-json": "4.1.0", | ||
"rollup-plugin-typescript2": "0.31.2", | ||
|
@@ -52,10 +52,10 @@ | |
}, | ||
"typings": "dist/src/index.d.ts", | ||
"dependencies": { | ||
"@firebase/component": "0.6.9", | ||
"@firebase/analytics": "0.10.8", | ||
"@firebase/component": "0.6.10", | ||
"@firebase/analytics": "0.10.9", | ||
"@firebase/analytics-types": "0.8.2", | ||
"@firebase/util": "1.10.0", | ||
"@firebase/util": "1.10.1", | ||
"tslib": "^2.1.0" | ||
}, | ||
"nyc": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@firebase/analytics", | ||
"version": "0.10.8", | ||
"version": "0.10.9", | ||
"description": "A analytics package for new firebase packages", | ||
"author": "Firebase <[email protected]> (https://firebase.google.com/)", | ||
"main": "dist/index.cjs.js", | ||
|
@@ -39,15 +39,15 @@ | |
"@firebase/app": "0.x" | ||
}, | ||
"dependencies": { | ||
"@firebase/installations": "0.6.9", | ||
"@firebase/logger": "0.4.2", | ||
"@firebase/util": "1.10.0", | ||
"@firebase/component": "0.6.9", | ||
"@firebase/installations": "0.6.10", | ||
"@firebase/logger": "0.4.3", | ||
"@firebase/util": "1.10.1", | ||
"@firebase/component": "0.6.10", | ||
"tslib": "^2.1.0" | ||
}, | ||
"license": "Apache-2.0", | ||
"devDependencies": { | ||
"@firebase/app": "0.10.13", | ||
"@firebase/app": "0.10.14", | ||
"rollup": "2.79.1", | ||
"@rollup/plugin-commonjs": "21.1.0", | ||
"@rollup/plugin-json": "4.1.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@firebase/app-check-compat", | ||
"version": "0.3.15", | ||
"version": "0.3.16", | ||
"description": "A compat App Check package for new firebase packages", | ||
"author": "Firebase <[email protected]> (https://firebase.google.com/)", | ||
"main": "dist/index.cjs.js", | ||
|
@@ -34,16 +34,16 @@ | |
"@firebase/app-compat": "0.x" | ||
}, | ||
"dependencies": { | ||
"@firebase/app-check": "0.8.8", | ||
"@firebase/app-check": "0.8.9", | ||
"@firebase/app-check-types": "0.5.2", | ||
"@firebase/logger": "0.4.2", | ||
"@firebase/util": "1.10.0", | ||
"@firebase/component": "0.6.9", | ||
"@firebase/logger": "0.4.3", | ||
"@firebase/util": "1.10.1", | ||
"@firebase/component": "0.6.10", | ||
"tslib": "^2.1.0" | ||
}, | ||
"license": "Apache-2.0", | ||
"devDependencies": { | ||
"@firebase/app-compat": "0.2.43", | ||
"@firebase/app-compat": "0.2.44", | ||
"rollup": "2.79.1", | ||
"@rollup/plugin-commonjs": "21.1.0", | ||
"@rollup/plugin-json": "4.1.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@firebase/app-check", | ||
"version": "0.8.8", | ||
"version": "0.8.9", | ||
"description": "The App Check component of the Firebase JS SDK", | ||
"author": "Firebase <[email protected]> (https://firebase.google.com/)", | ||
"main": "dist/index.cjs.js", | ||
|
@@ -37,14 +37,14 @@ | |
"@firebase/app": "0.x" | ||
}, | ||
"dependencies": { | ||
"@firebase/util": "1.10.0", | ||
"@firebase/component": "0.6.9", | ||
"@firebase/logger": "0.4.2", | ||
"@firebase/util": "1.10.1", | ||
"@firebase/component": "0.6.10", | ||
"@firebase/logger": "0.4.3", | ||
"tslib": "^2.1.0" | ||
}, | ||
"license": "Apache-2.0", | ||
"devDependencies": { | ||
"@firebase/app": "0.10.13", | ||
"@firebase/app": "0.10.14", | ||
"rollup": "2.79.1", | ||
"@rollup/plugin-commonjs": "21.1.0", | ||
"@rollup/plugin-json": "4.1.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@firebase/app-compat", | ||
"version": "0.2.43", | ||
"version": "0.2.44", | ||
"description": "The primary entrypoint to the Firebase JS SDK", | ||
"author": "Firebase <[email protected]> (https://firebase.google.com/)", | ||
"main": "dist/index.cjs.js", | ||
|
@@ -37,10 +37,10 @@ | |
}, | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"@firebase/app": "0.10.13", | ||
"@firebase/util": "1.10.0", | ||
"@firebase/logger": "0.4.2", | ||
"@firebase/component": "0.6.9", | ||
"@firebase/app": "0.10.14", | ||
"@firebase/util": "1.10.1", | ||
"@firebase/logger": "0.4.3", | ||
"@firebase/component": "0.6.10", | ||
"tslib": "^2.1.0" | ||
}, | ||
"devDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.