@firebase/app 0.10.2-canary.7709f1016 → 0.10.2

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.
@@ -58,7 +58,7 @@ function isVersionServiceProvider(provider) {
58
58
  }
59
59
 
60
60
  const name$o = "@firebase/app";
61
- const version$1 = "0.10.2-canary.7709f1016";
61
+ const version$1 = "0.10.2";
62
62
 
63
63
  /**
64
64
  * @license
@@ -125,7 +125,7 @@ const name$2 = "@firebase/firestore";
125
125
  const name$1 = "@firebase/firestore-compat";
126
126
 
127
127
  const name = "firebase";
128
- const version = "10.11.1-canary.7709f1016";
128
+ const version = "10.11.1";
129
129
 
130
130
  /**
131
131
  * @license
@@ -60,7 +60,7 @@ function isVersionServiceProvider(provider) {
60
60
  }
61
61
 
62
62
  var name$o = "@firebase/app";
63
- var version$1 = "0.10.2-canary.7709f1016";
63
+ var version$1 = "0.10.2";
64
64
 
65
65
  /**
66
66
  * @license
@@ -127,7 +127,7 @@ var name$2 = "@firebase/firestore";
127
127
  var name$1 = "@firebase/firestore-compat";
128
128
 
129
129
  var name = "firebase";
130
- var version = "10.11.1-canary.7709f1016";
130
+ var version = "10.11.1";
131
131
 
132
132
  /**
133
133
  * @license
package/dist/index.cjs.js CHANGED
@@ -63,7 +63,7 @@ function isVersionServiceProvider(provider) {
63
63
  }
64
64
 
65
65
  var name$o = "@firebase/app";
66
- var version$1 = "0.10.2-canary.7709f1016";
66
+ var version$1 = "0.10.2";
67
67
 
68
68
  /**
69
69
  * @license
@@ -130,7 +130,7 @@ var name$2 = "@firebase/firestore";
130
130
  var name$1 = "@firebase/firestore-compat";
131
131
 
132
132
  var name = "firebase";
133
- var version = "10.11.1-canary.7709f1016";
133
+ var version = "10.11.1";
134
134
 
135
135
  /**
136
136
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/app",
3
- "version": "0.10.2-canary.7709f1016",
3
+ "version": "0.10.2",
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",
@@ -38,9 +38,9 @@
38
38
  "typings:internal": "node ../../scripts/build/use_typings.js ./dist/app.d.ts"
39
39
  },
40
40
  "dependencies": {
41
- "@firebase/util": "1.9.5-canary.7709f1016",
42
- "@firebase/logger": "0.4.1-canary.7709f1016",
43
- "@firebase/component": "0.6.6-canary.7709f1016",
41
+ "@firebase/util": "1.9.5",
42
+ "@firebase/logger": "0.4.1",
43
+ "@firebase/component": "0.6.6",
44
44
  "idb": "7.1.1",
45
45
  "tslib": "^2.1.0"
46
46
  },