@firebase/app 0.16.1-20260818172054 → 0.16.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.
@@ -110,6 +110,7 @@ export declare interface FirebaseAppSettings {
110
110
  */
111
111
  automaticDataCollectionEnabled?: boolean;
112
112
  }
113
+
113
114
  export { FirebaseError }
114
115
 
115
116
  /**
package/dist/app.d.ts CHANGED
@@ -144,6 +144,7 @@ export declare interface FirebaseAppSettings {
144
144
  */
145
145
  automaticDataCollectionEnabled?: boolean;
146
146
  }
147
+
147
148
  export { FirebaseError }
148
149
 
149
150
  /**
@@ -58,7 +58,7 @@ function isVersionServiceProvider(provider) {
58
58
  }
59
59
 
60
60
  const name$q = "@firebase/app";
61
- const version$1 = "0.16.1-20260818172054";
61
+ const version$1 = "0.16.2";
62
62
 
63
63
  /**
64
64
  * @license
@@ -129,7 +129,7 @@ const name$2 = "@firebase/ai";
129
129
  const name$1 = "@firebase/firestore-compat";
130
130
 
131
131
  const name = "firebase";
132
- const version = "12.18.0-20260818172054";
132
+ const version = "12.19.0";
133
133
 
134
134
  /**
135
135
  * @license
package/dist/index.cjs.js CHANGED
@@ -61,7 +61,7 @@ function isVersionServiceProvider(provider) {
61
61
  }
62
62
 
63
63
  const name$q = "@firebase/app";
64
- const version$1 = "0.16.1-20260818172054";
64
+ const version$1 = "0.16.2";
65
65
 
66
66
  /**
67
67
  * @license
@@ -132,7 +132,7 @@ const name$2 = "@firebase/ai";
132
132
  const name$1 = "@firebase/firestore-compat";
133
133
 
134
134
  const name = "firebase";
135
- const version = "12.18.0-20260818172054";
135
+ const version = "12.19.0";
136
136
 
137
137
  /**
138
138
  * @license
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "0.1.2"
8
+ "packageVersion": "7.58.13"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/app",
3
- "version": "0.16.1-20260818172054",
3
+ "version": "0.16.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",
@@ -39,9 +39,9 @@
39
39
  "typings:internal": "node ../../scripts/build/use_typings.js ./dist/app.d.ts"
40
40
  },
41
41
  "dependencies": {
42
- "@firebase/util": "1.15.3-20260818172054",
43
- "@firebase/logger": "0.5.2-20260818172054",
44
- "@firebase/component": "0.7.5-20260818172054",
42
+ "@firebase/util": "1.15.3",
43
+ "@firebase/logger": "0.5.2",
44
+ "@firebase/component": "0.7.5",
45
45
  "idb": "7.1.1",
46
46
  "tslib": "^2.1.0"
47
47
  },