firebase 11.3.0 → 11.3.1
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/app/dist/esm/index.esm.js +1 -1
- package/app/dist/index.cjs.js +1 -1
- package/app/dist/index.mjs +1 -1
- package/compat/app/dist/esm/index.esm.js +1 -1
- package/compat/app/dist/index.cjs.js +1 -1
- package/compat/app/dist/index.mjs +1 -1
- package/compat/dist/esm/index.esm.js +2 -2
- package/compat/dist/index.node.cjs +2 -2
- package/compat/dist/index.rn.cjs.js +2 -2
- package/firebase-analytics.js +1 -1
- package/firebase-app-check.js +1 -1
- package/firebase-app-compat.js +2 -2
- package/firebase-app.js +5 -5
- package/firebase-auth-cordova.js +1 -1
- package/firebase-auth-web-extension.js +1 -1
- package/firebase-auth.js +1 -1
- package/firebase-compat.js +9 -9
- package/firebase-compat.js.map +1 -1
- package/firebase-data-connect.js +1 -1
- package/firebase-database.js +1 -1
- package/firebase-firestore-compat.js +5 -5
- package/firebase-firestore-compat.js.map +1 -1
- package/firebase-firestore-lite.js +1 -1
- package/firebase-firestore-lite.js.map +1 -1
- package/firebase-firestore.js +1 -1
- package/firebase-firestore.js.map +1 -1
- package/firebase-functions.js +1 -1
- package/firebase-installations.js +1 -1
- package/firebase-messaging-sw.js +1 -1
- package/firebase-messaging.js +1 -1
- package/firebase-performance-standalone-compat.js +5 -5
- package/firebase-performance.js +1 -1
- package/firebase-remote-config-compat.js.map +1 -1
- package/firebase-remote-config.js +1 -1
- package/firebase-remote-config.js.map +1 -1
- package/firebase-storage.js +1 -1
- package/firebase-vertexai.js +1 -1
- package/package.json +5 -5
package/firebase-app.js
CHANGED
|
@@ -1628,8 +1628,8 @@ function isVersionServiceProvider(provider) {
|
|
|
1628
1628
|
const component = provider.getComponent();
|
|
1629
1629
|
return (component === null || component === void 0 ? void 0 : component.type) === "VERSION" /* ComponentType.VERSION */;
|
|
1630
1630
|
}
|
|
1631
|
-
const name$q = "https://www.gstatic.com/firebasejs/11.3.
|
|
1632
|
-
const version$1 = "0.11.
|
|
1631
|
+
const name$q = "https://www.gstatic.com/firebasejs/11.3.1/firebase-app.js";
|
|
1632
|
+
const version$1 = "0.11.1";
|
|
1633
1633
|
/**
|
|
1634
1634
|
* @license
|
|
1635
1635
|
* Copyright 2019 Google LLC
|
|
@@ -1646,7 +1646,7 @@ const version$1 = "0.11.0";
|
|
|
1646
1646
|
* See the License for the specific language governing permissions and
|
|
1647
1647
|
* limitations under the License.
|
|
1648
1648
|
*/
|
|
1649
|
-
const logger = new Logger('https://www.gstatic.com/firebasejs/11.3.
|
|
1649
|
+
const logger = new Logger('https://www.gstatic.com/firebasejs/11.3.1/firebase-app.js');
|
|
1650
1650
|
const name$p = "@firebase/app-compat";
|
|
1651
1651
|
const name$o = "@firebase/analytics-compat";
|
|
1652
1652
|
const name$n = "@firebase/analytics";
|
|
@@ -1673,7 +1673,7 @@ const name$3 = "@firebase/firestore";
|
|
|
1673
1673
|
const name$2 = "@firebase/vertexai";
|
|
1674
1674
|
const name$1 = "@firebase/firestore-compat";
|
|
1675
1675
|
const name$r = "firebase";
|
|
1676
|
-
const version$2 = "11.3.
|
|
1676
|
+
const version$2 = "11.3.1";
|
|
1677
1677
|
/**
|
|
1678
1678
|
* @license
|
|
1679
1679
|
* Copyright 2019 Google LLC
|
|
@@ -2734,7 +2734,7 @@ function registerCoreComponents(variant) {
|
|
|
2734
2734
|
registerCoreComponents('');
|
|
2735
2735
|
|
|
2736
2736
|
var name = "firebase";
|
|
2737
|
-
var version = "11.3.
|
|
2737
|
+
var version = "11.3.1";
|
|
2738
2738
|
|
|
2739
2739
|
/**
|
|
2740
2740
|
* @license
|