@firebase/app 0.10.12 → 0.10.13

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$q = "@firebase/app";
61
- const version$1 = "0.10.12";
61
+ const version$1 = "0.10.13";
62
62
 
63
63
  /**
64
64
  * @license
@@ -129,7 +129,7 @@ const name$2 = "@firebase/vertexai-preview";
129
129
  const name$1 = "@firebase/firestore-compat";
130
130
 
131
131
  const name = "firebase";
132
- const version = "10.14.0";
132
+ const version = "10.14.1";
133
133
 
134
134
  /**
135
135
  * @license
@@ -60,7 +60,7 @@ function isVersionServiceProvider(provider) {
60
60
  }
61
61
 
62
62
  var name$q = "@firebase/app";
63
- var version$1 = "0.10.12";
63
+ var version$1 = "0.10.13";
64
64
 
65
65
  /**
66
66
  * @license
@@ -131,7 +131,7 @@ var name$2 = "@firebase/vertexai-preview";
131
131
  var name$1 = "@firebase/firestore-compat";
132
132
 
133
133
  var name = "firebase";
134
- var version = "10.14.0";
134
+ var version = "10.14.1";
135
135
 
136
136
  /**
137
137
  * @license
package/dist/index.cjs.js CHANGED
@@ -63,7 +63,7 @@ function isVersionServiceProvider(provider) {
63
63
  }
64
64
 
65
65
  var name$q = "@firebase/app";
66
- var version$1 = "0.10.12";
66
+ var version$1 = "0.10.13";
67
67
 
68
68
  /**
69
69
  * @license
@@ -134,7 +134,7 @@ var name$2 = "@firebase/vertexai-preview";
134
134
  var name$1 = "@firebase/firestore-compat";
135
135
 
136
136
  var name = "firebase";
137
- var version = "10.14.0";
137
+ var version = "10.14.1";
138
138
 
139
139
  /**
140
140
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/app",
3
- "version": "0.10.12",
3
+ "version": "0.10.13",
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",