-
Notifications
You must be signed in to change notification settings - Fork 891
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2c27206
commit a1b500f
Showing
108 changed files
with
729 additions
and
306 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.15", | ||
"version": "0.2.16", | ||
"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.45", | ||
"@firebase/app-compat": "0.2.46", | ||
"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.10", | ||
"@firebase/analytics": "0.10.9", | ||
"@firebase/analytics-types": "0.8.2", | ||
"@firebase/util": "1.10.1", | ||
"@firebase/component": "0.6.11", | ||
"@firebase/analytics": "0.10.10", | ||
"@firebase/analytics-types": "0.8.3", | ||
"@firebase/util": "1.10.2", | ||
"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-interop-types", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "@firebase/analytics Types", | ||
"author": "Firebase <[email protected]> (https://firebase.google.com/)", | ||
"license": "Apache-2.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/analytics-types", | ||
"version": "0.8.2", | ||
"version": "0.8.3", | ||
"description": "@firebase/analytics Types", | ||
"author": "Firebase <[email protected]> (https://firebase.google.com/)", | ||
"license": "Apache-2.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/analytics", | ||
"version": "0.10.9", | ||
"version": "0.10.10", | ||
"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.10", | ||
"@firebase/logger": "0.4.3", | ||
"@firebase/util": "1.10.1", | ||
"@firebase/component": "0.6.10", | ||
"@firebase/installations": "0.6.11", | ||
"@firebase/logger": "0.4.4", | ||
"@firebase/util": "1.10.2", | ||
"@firebase/component": "0.6.11", | ||
"tslib": "^2.1.0" | ||
}, | ||
"license": "Apache-2.0", | ||
"devDependencies": { | ||
"@firebase/app": "0.10.15", | ||
"@firebase/app": "0.10.16", | ||
"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.16", | ||
"version": "0.3.17", | ||
"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.9", | ||
"@firebase/app-check-types": "0.5.2", | ||
"@firebase/logger": "0.4.3", | ||
"@firebase/util": "1.10.1", | ||
"@firebase/component": "0.6.10", | ||
"@firebase/app-check": "0.8.10", | ||
"@firebase/app-check-types": "0.5.3", | ||
"@firebase/logger": "0.4.4", | ||
"@firebase/util": "1.10.2", | ||
"@firebase/component": "0.6.11", | ||
"tslib": "^2.1.0" | ||
}, | ||
"license": "Apache-2.0", | ||
"devDependencies": { | ||
"@firebase/app-compat": "0.2.45", | ||
"@firebase/app-compat": "0.2.46", | ||
"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-interop-types", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "@firebase/app-check-interop-types Types", | ||
"author": "Firebase <[email protected]> (https://firebase.google.com/)", | ||
"license": "Apache-2.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-types", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"description": "@firebase/app-check Types", | ||
"author": "Firebase <[email protected]> (https://firebase.google.com/)", | ||
"license": "Apache-2.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
Oops, something went wrong.