-
Notifications
You must be signed in to change notification settings - Fork 900
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
c666027
commit 9fa0e9f
Showing
67 changed files
with
441 additions
and
193 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 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.6", | ||
"version": "0.2.7", | ||
"description": "", | ||
"author": "Firebase <[email protected]> (https://firebase.google.com/)", | ||
"main": "dist/index.cjs.js", | ||
|
@@ -24,7 +24,7 @@ | |
"@firebase/app-compat": "0.x" | ||
}, | ||
"devDependencies": { | ||
"@firebase/app-compat": "0.2.26", | ||
"@firebase/app-compat": "0.2.27", | ||
"rollup": "2.79.1", | ||
"@rollup/plugin-json": "4.1.0", | ||
"rollup-plugin-typescript2": "0.31.2", | ||
|
@@ -53,10 +53,10 @@ | |
}, | ||
"typings": "dist/src/index.d.ts", | ||
"dependencies": { | ||
"@firebase/component": "0.6.4", | ||
"@firebase/analytics": "0.10.0", | ||
"@firebase/component": "0.6.5", | ||
"@firebase/analytics": "0.10.1", | ||
"@firebase/analytics-types": "0.8.0", | ||
"@firebase/util": "1.9.3", | ||
"@firebase/util": "1.9.4", | ||
"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.0", | ||
"version": "0.10.1", | ||
"description": "A analytics package for new firebase packages", | ||
"author": "Firebase <[email protected]> (https://firebase.google.com/)", | ||
"main": "dist/index.cjs.js", | ||
|
@@ -40,15 +40,15 @@ | |
"@firebase/app": "0.x" | ||
}, | ||
"dependencies": { | ||
"@firebase/installations": "0.6.4", | ||
"@firebase/installations": "0.6.5", | ||
"@firebase/logger": "0.4.0", | ||
"@firebase/util": "1.9.3", | ||
"@firebase/component": "0.6.4", | ||
"@firebase/util": "1.9.4", | ||
"@firebase/component": "0.6.5", | ||
"tslib": "^2.1.0" | ||
}, | ||
"license": "Apache-2.0", | ||
"devDependencies": { | ||
"@firebase/app": "0.9.26", | ||
"@firebase/app": "0.9.27", | ||
"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.8", | ||
"version": "0.3.9", | ||
"description": "A compat App Check package for new firebase packages", | ||
"author": "Firebase <[email protected]> (https://firebase.google.com/)", | ||
"main": "dist/index.cjs.js", | ||
|
@@ -35,16 +35,16 @@ | |
"@firebase/app-compat": "0.x" | ||
}, | ||
"dependencies": { | ||
"@firebase/app-check": "0.8.1", | ||
"@firebase/app-check": "0.8.2", | ||
"@firebase/app-check-types": "0.5.0", | ||
"@firebase/logger": "0.4.0", | ||
"@firebase/util": "1.9.3", | ||
"@firebase/component": "0.6.4", | ||
"@firebase/util": "1.9.4", | ||
"@firebase/component": "0.6.5", | ||
"tslib": "^2.1.0" | ||
}, | ||
"license": "Apache-2.0", | ||
"devDependencies": { | ||
"@firebase/app-compat": "0.2.26", | ||
"@firebase/app-compat": "0.2.27", | ||
"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.1", | ||
"version": "0.8.2", | ||
"description": "The App Check component of the Firebase JS SDK", | ||
"author": "Firebase <[email protected]> (https://firebase.google.com/)", | ||
"main": "dist/index.cjs.js", | ||
|
@@ -38,14 +38,14 @@ | |
"@firebase/app": "0.x" | ||
}, | ||
"dependencies": { | ||
"@firebase/util": "1.9.3", | ||
"@firebase/component": "0.6.4", | ||
"@firebase/util": "1.9.4", | ||
"@firebase/component": "0.6.5", | ||
"@firebase/logger": "0.4.0", | ||
"tslib": "^2.1.0" | ||
}, | ||
"license": "Apache-2.0", | ||
"devDependencies": { | ||
"@firebase/app": "0.9.26", | ||
"@firebase/app": "0.9.27", | ||
"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.26", | ||
"version": "0.2.27", | ||
"description": "The primary entrypoint to the Firebase JS SDK", | ||
"author": "Firebase <[email protected]> (https://firebase.google.com/)", | ||
"main": "dist/index.cjs.js", | ||
|
@@ -40,10 +40,10 @@ | |
}, | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"@firebase/app": "0.9.26", | ||
"@firebase/util": "1.9.3", | ||
"@firebase/app": "0.9.27", | ||
"@firebase/util": "1.9.4", | ||
"@firebase/logger": "0.4.0", | ||
"@firebase/component": "0.6.4", | ||
"@firebase/component": "0.6.5", | ||
"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
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", | ||
"version": "0.9.26", | ||
"version": "0.9.27", | ||
"description": "The primary entrypoint to the Firebase JS SDK", | ||
"author": "Firebase <[email protected]> (https://firebase.google.com/)", | ||
"main": "dist/index.cjs.js", | ||
|
@@ -38,9 +38,9 @@ | |
"typings:internal": "node ../../scripts/build/use_typings.js ./dist/app.d.ts" | ||
}, | ||
"dependencies": { | ||
"@firebase/util": "1.9.3", | ||
"@firebase/util": "1.9.4", | ||
"@firebase/logger": "0.4.0", | ||
"@firebase/component": "0.6.4", | ||
"@firebase/component": "0.6.5", | ||
"idb": "7.1.1", | ||
"tslib": "^2.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/auth-compat", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"description": "FirebaseAuth compatibility package that uses API style compatible with Firebase@8 and prior versions", | ||
"author": "Firebase <[email protected]> (https://firebase.google.com/)", | ||
"main": "dist/index.node.cjs.js", | ||
|
@@ -50,16 +50,16 @@ | |
"@firebase/app-compat": "0.x" | ||
}, | ||
"dependencies": { | ||
"@firebase/auth": "1.5.1", | ||
"@firebase/auth": "1.6.0", | ||
"@firebase/auth-types": "0.12.0", | ||
"@firebase/component": "0.6.4", | ||
"@firebase/util": "1.9.3", | ||
"@firebase/component": "0.6.5", | ||
"@firebase/util": "1.9.4", | ||
"undici": "5.26.5", | ||
"tslib": "^2.1.0" | ||
}, | ||
"license": "Apache-2.0", | ||
"devDependencies": { | ||
"@firebase/app-compat": "0.2.26", | ||
"@firebase/app-compat": "0.2.27", | ||
"@rollup/plugin-json": "4.1.0", | ||
"rollup": "2.79.1", | ||
"rollup-plugin-replace": "2.2.0", | ||
|
Oops, something went wrong.