-
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.
- Loading branch information
Showing
37 changed files
with
101 additions
and
101 deletions.
There are no files selected for viewing
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-interop-types", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@firebase/analytics-types", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@firebase/analytics", | ||
"version": "0.2.8", | ||
"version": "0.2.9", | ||
"description": "A analytics package for new firebase packages", | ||
"author": "Firebase <[email protected]> (https://firebase.google.com/)", | ||
"main": "dist/index.cjs.js", | ||
|
@@ -23,10 +23,10 @@ | |
"@firebase/app-types": "0.x" | ||
}, | ||
"dependencies": { | ||
"@firebase/analytics-types": "0.2.4", | ||
"@firebase/installations": "0.3.7", | ||
"@firebase/util": "0.2.35", | ||
"@firebase/component": "0.1.0", | ||
"@firebase/analytics-types": "0.2.5", | ||
"@firebase/installations": "0.3.8", | ||
"@firebase/util": "0.2.36", | ||
"@firebase/component": "0.1.1", | ||
"tslib": "1.10.0" | ||
}, | ||
"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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@firebase/app-types", | ||
"version": "0.4.9", | ||
"version": "0.5.0", | ||
"description": "@firebase/app 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@firebase/app", | ||
"version": "0.4.26", | ||
"version": "0.5.0", | ||
"description": "The primary entrypoint to the Firebase JS SDK", | ||
"author": "Firebase <[email protected]> (https://firebase.google.com/)", | ||
"main": "dist/index.node.cjs.js", | ||
|
@@ -26,10 +26,10 @@ | |
}, | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"@firebase/app-types": "0.4.9", | ||
"@firebase/util": "0.2.35", | ||
"@firebase/logger": "0.1.32", | ||
"@firebase/component": "0.1.0", | ||
"@firebase/app-types": "0.5.0", | ||
"@firebase/util": "0.2.36", | ||
"@firebase/logger": "0.1.33", | ||
"@firebase/component": "0.1.1", | ||
"tslib": "1.10.0", | ||
"dom-storage": "2.1.0", | ||
"xmlhttprequest": "1.8.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@firebase/auth-interop-types", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "@firebase/auth interop 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@firebase/auth-types", | ||
"version": "0.9.2", | ||
"version": "0.9.3", | ||
"description": "@firebase/auth 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/component", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Firebase Component Platform", | ||
"author": "Firebase <[email protected]> (https://firebase.google.com/)", | ||
"main": "dist/index.cjs.js", | ||
|
@@ -21,7 +21,7 @@ | |
"prepare": "yarn build" | ||
}, | ||
"dependencies": { | ||
"@firebase/util": "0.2.35", | ||
"@firebase/util": "0.2.36", | ||
"tslib": "1.10.0" | ||
}, | ||
"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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@firebase/database-types", | ||
"version": "0.4.9", | ||
"version": "0.4.10", | ||
"description": "@firebase/database Types", | ||
"author": "Firebase <[email protected]> (https://firebase.google.com/)", | ||
"license": "Apache-2.0", | ||
|
@@ -11,7 +11,7 @@ | |
"index.d.ts" | ||
], | ||
"dependencies": { | ||
"@firebase/app-types": "0.4.9" | ||
"@firebase/app-types": "0.5.0" | ||
}, | ||
"repository": { | ||
"directory": "packages/database-types", | ||
|
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/database", | ||
"version": "0.5.15", | ||
"version": "0.5.16", | ||
"description": "", | ||
"author": "Firebase <[email protected]> (https://firebase.google.com/)", | ||
"main": "dist/index.node.cjs.js", | ||
|
@@ -23,16 +23,16 @@ | |
"license": "Apache-2.0", | ||
"peerDependencies": {}, | ||
"dependencies": { | ||
"@firebase/database-types": "0.4.9", | ||
"@firebase/logger": "0.1.32", | ||
"@firebase/util": "0.2.35", | ||
"@firebase/component": "0.1.0", | ||
"@firebase/database-types": "0.4.10", | ||
"@firebase/logger": "0.1.33", | ||
"@firebase/util": "0.2.36", | ||
"@firebase/component": "0.1.1", | ||
"faye-websocket": "0.11.3", | ||
"tslib": "1.10.0" | ||
}, | ||
"devDependencies": { | ||
"@firebase/app": "0.4.26", | ||
"@firebase/app-types": "0.4.9", | ||
"@firebase/app": "0.5.0", | ||
"@firebase/app-types": "0.5.0", | ||
"rollup": "1.27.9", | ||
"rollup-plugin-typescript2": "0.25.3", | ||
"typescript": "3.7.3" | ||
|
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", | ||
"version": "7.5.2", | ||
"version": "7.6.0", | ||
"description": "Firebase JavaScript library for web and Node.js", | ||
"author": "Firebase <[email protected]> (https://firebase.google.com/)", | ||
"license": "Apache-2.0", | ||
|
@@ -38,20 +38,20 @@ | |
"module": "dist/index.esm.js", | ||
"react-native": "dist/index.rn.cjs.js", | ||
"dependencies": { | ||
"@firebase/app": "0.4.26", | ||
"@firebase/app-types": "0.4.9", | ||
"@firebase/auth": "0.13.2", | ||
"@firebase/database": "0.5.15", | ||
"@firebase/firestore": "1.8.1", | ||
"@firebase/functions": "0.4.27", | ||
"@firebase/installations": "0.3.7", | ||
"@firebase/messaging": "0.5.8", | ||
"@firebase/polyfill": "0.3.29", | ||
"@firebase/storage": "0.3.21", | ||
"@firebase/performance": "0.2.27", | ||
"@firebase/remote-config": "0.1.8", | ||
"@firebase/analytics": "0.2.8", | ||
"@firebase/util": "0.2.35" | ||
"@firebase/app": "0.5.0", | ||
"@firebase/app-types": "0.5.0", | ||
"@firebase/auth": "0.13.3", | ||
"@firebase/database": "0.5.16", | ||
"@firebase/firestore": "1.9.0", | ||
"@firebase/functions": "0.4.28", | ||
"@firebase/installations": "0.3.8", | ||
"@firebase/messaging": "0.6.0", | ||
"@firebase/polyfill": "0.3.30", | ||
"@firebase/storage": "0.3.22", | ||
"@firebase/performance": "0.2.28", | ||
"@firebase/remote-config": "0.1.9", | ||
"@firebase/analytics": "0.2.9", | ||
"@firebase/util": "0.2.36" | ||
}, | ||
"devDependencies": { | ||
"rollup": "1.27.9", | ||
|
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/firestore-types", | ||
"version": "1.8.1", | ||
"version": "1.9.0", | ||
"description": "@firebase/firestore 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@firebase/firestore", | ||
"version": "1.8.1", | ||
"version": "1.9.0", | ||
"description": "", | ||
"author": "Firebase <[email protected]> (https://firebase.google.com/)", | ||
"scripts": { | ||
|
@@ -30,12 +30,12 @@ | |
"dist" | ||
], | ||
"dependencies": { | ||
"@firebase/firestore-types": "1.8.1", | ||
"@firebase/logger": "0.1.32", | ||
"@firebase/webchannel-wrapper": "0.2.33", | ||
"@firebase/firestore-types": "1.9.0", | ||
"@firebase/logger": "0.1.33", | ||
"@firebase/webchannel-wrapper": "0.2.34", | ||
"@grpc/proto-loader": "^0.5.0", | ||
"@firebase/util": "0.2.35", | ||
"@firebase/component": "0.1.0", | ||
"@firebase/util": "0.2.36", | ||
"@firebase/component": "0.1.1", | ||
"grpc": "1.24.2", | ||
"tslib": "1.10.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@firebase/functions-types", | ||
"version": "0.3.12", | ||
"version": "0.3.13", | ||
"description": "@firebase/functions 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@firebase/functions", | ||
"version": "0.4.27", | ||
"version": "0.4.28", | ||
"description": "", | ||
"author": "Firebase <[email protected]> (https://firebase.google.com/)", | ||
"main": "dist/index.node.cjs.js", | ||
|
@@ -28,7 +28,7 @@ | |
"@firebase/app-types": "0.x" | ||
}, | ||
"devDependencies": { | ||
"@firebase/messaging": "0.5.8", | ||
"@firebase/messaging": "0.6.0", | ||
"rollup": "1.27.9", | ||
"rollup-plugin-typescript2": "0.25.3", | ||
"typescript": "3.7.3" | ||
|
@@ -43,9 +43,9 @@ | |
}, | ||
"typings": "dist/index.d.ts", | ||
"dependencies": { | ||
"@firebase/functions-types": "0.3.12", | ||
"@firebase/messaging-types": "0.3.6", | ||
"@firebase/component": "0.1.0", | ||
"@firebase/functions-types": "0.3.13", | ||
"@firebase/messaging-types": "0.4.0", | ||
"@firebase/component": "0.1.1", | ||
"isomorphic-fetch": "2.2.1", | ||
"tslib": "1.10.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@firebase/installations-types", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "@firebase/installations 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/logger", | ||
"version": "0.1.32", | ||
"version": "0.1.33", | ||
"description": "A logger package for use in the Firebase JS SDK", | ||
"author": "Firebase <[email protected]> (https://firebase.google.com/)", | ||
"main": "dist/index.cjs.js", | ||
|
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/messaging-types", | ||
"version": "0.3.6", | ||
"version": "0.4.0", | ||
"description": "@firebase/messaging 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@firebase/messaging", | ||
"version": "0.5.8", | ||
"version": "0.6.0", | ||
"description": "", | ||
"author": "Firebase <[email protected]> (https://firebase.google.com/)", | ||
"main": "dist/index.cjs.js", | ||
|
@@ -26,10 +26,10 @@ | |
"@firebase/app-types": "0.x" | ||
}, | ||
"dependencies": { | ||
"@firebase/installations": "0.3.7", | ||
"@firebase/messaging-types": "0.3.6", | ||
"@firebase/util": "0.2.35", | ||
"@firebase/component": "0.1.0", | ||
"@firebase/installations": "0.3.8", | ||
"@firebase/messaging-types": "0.4.0", | ||
"@firebase/util": "0.2.36", | ||
"@firebase/component": "0.1.1", | ||
"tslib": "1.10.0" | ||
}, | ||
"devDependencies": { | ||
|
Oops, something went wrong.