@firebase/app 0.7.21 → 0.7.22-canary.c096f8473

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @firebase/app
2
2
 
3
+ ## 0.7.22
4
+
5
+ ### Patch Changes
6
+
7
+ - Update SDK_VERSION.
8
+
3
9
  ## 0.7.21
4
10
 
5
11
  ### Patch Changes
@@ -57,7 +57,7 @@ function isVersionServiceProvider(provider) {
57
57
  }
58
58
 
59
59
  const name$o = "@firebase/app";
60
- const version$1 = "0.7.21";
60
+ const version$1 = "0.7.22-canary.c096f8473";
61
61
 
62
62
  /**
63
63
  * @license
@@ -124,7 +124,7 @@ const name$2 = "@firebase/firestore";
124
124
  const name$1 = "@firebase/firestore-compat";
125
125
 
126
126
  const name = "firebase";
127
- const version = "9.6.11";
127
+ const version = "9.7.0-canary.c096f8473";
128
128
 
129
129
  /**
130
130
  * @license
@@ -59,7 +59,7 @@ function isVersionServiceProvider(provider) {
59
59
  }
60
60
 
61
61
  var name$o = "@firebase/app";
62
- var version$1 = "0.7.21";
62
+ var version$1 = "0.7.22-canary.c096f8473";
63
63
 
64
64
  /**
65
65
  * @license
@@ -126,7 +126,7 @@ var name$2 = "@firebase/firestore";
126
126
  var name$1 = "@firebase/firestore-compat";
127
127
 
128
128
  var name = "firebase";
129
- var version = "9.6.11";
129
+ var version = "9.7.0-canary.c096f8473";
130
130
 
131
131
  /**
132
132
  * @license
package/dist/index.cjs.js CHANGED
@@ -62,7 +62,7 @@ function isVersionServiceProvider(provider) {
62
62
  }
63
63
 
64
64
  var name$o = "@firebase/app";
65
- var version$1 = "0.7.21";
65
+ var version$1 = "0.7.22-canary.c096f8473";
66
66
 
67
67
  /**
68
68
  * @license
@@ -129,7 +129,7 @@ var name$2 = "@firebase/firestore";
129
129
  var name$1 = "@firebase/firestore-compat";
130
130
 
131
131
  var name = "firebase";
132
- var version = "9.6.11";
132
+ var version = "9.7.0-canary.c096f8473";
133
133
 
134
134
  /**
135
135
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/app",
3
- "version": "0.7.21",
3
+ "version": "0.7.22-canary.c096f8473",
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",
@@ -37,9 +37,9 @@
37
37
  "typings:internal": "node ../../scripts/build/use_typings.js ./dist/app.d.ts"
38
38
  },
39
39
  "dependencies": {
40
- "@firebase/util": "1.5.2",
41
- "@firebase/logger": "0.3.2",
42
- "@firebase/component": "0.5.13",
40
+ "@firebase/util": "1.5.2-canary.c096f8473",
41
+ "@firebase/logger": "0.3.2-canary.c096f8473",
42
+ "@firebase/component": "0.5.13-canary.c096f8473",
43
43
  "tslib": "^2.1.0"
44
44
  },
45
45
  "license": "Apache-2.0",