firebase 10.14.0 → 10.14.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 +4 -4
- 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 +1 -1
- package/firebase-firestore-lite.js +1 -1
- package/firebase-firestore.js +1 -1
- package/firebase-functions.js +1 -1
- package/firebase-installations.js +1 -1
- package/firebase-messaging-compat.js +1 -1
- package/firebase-messaging-compat.js.map +1 -1
- package/firebase-messaging-sw.js +1 -1
- package/firebase-messaging-sw.js.map +1 -1
- package/firebase-messaging.js +1 -1
- package/firebase-messaging.js.map +1 -1
- package/firebase-performance-standalone-compat.es2017.js +5 -5
- package/firebase-performance-standalone-compat.js +1 -1
- package/firebase-performance.js +1 -1
- package/firebase-remote-config.js +1 -1
- package/firebase-storage.js +1 -1
- package/firebase-vertexai-preview.js +1 -1
- package/package.json +5 -5
package/firebase-app.js
CHANGED
|
@@ -1640,8 +1640,8 @@ function isVersionServiceProvider(provider) {
|
|
|
1640
1640
|
return (component === null || component === void 0 ? void 0 : component.type) === "VERSION" /* ComponentType.VERSION */;
|
|
1641
1641
|
}
|
|
1642
1642
|
|
|
1643
|
-
const name$q = "https://www.gstatic.com/firebasejs/10.14.
|
|
1644
|
-
const version$1 = "0.10.
|
|
1643
|
+
const name$q = "https://www.gstatic.com/firebasejs/10.14.1/firebase-app.js";
|
|
1644
|
+
const version$1 = "0.10.13";
|
|
1645
1645
|
|
|
1646
1646
|
/**
|
|
1647
1647
|
* @license
|
|
@@ -1659,7 +1659,7 @@ const version$1 = "0.10.12";
|
|
|
1659
1659
|
* See the License for the specific language governing permissions and
|
|
1660
1660
|
* limitations under the License.
|
|
1661
1661
|
*/
|
|
1662
|
-
const logger = new Logger('https://www.gstatic.com/firebasejs/10.14.
|
|
1662
|
+
const logger = new Logger('https://www.gstatic.com/firebasejs/10.14.1/firebase-app.js');
|
|
1663
1663
|
|
|
1664
1664
|
const name$p = "@firebase/app-compat";
|
|
1665
1665
|
|
|
@@ -1712,7 +1712,7 @@ const name$2 = "@firebase/vertexai-preview";
|
|
|
1712
1712
|
const name$1 = "@firebase/firestore-compat";
|
|
1713
1713
|
|
|
1714
1714
|
const name$r = "firebase";
|
|
1715
|
-
const version$2 = "10.14.
|
|
1715
|
+
const version$2 = "10.14.1";
|
|
1716
1716
|
|
|
1717
1717
|
/**
|
|
1718
1718
|
* @license
|
|
@@ -2735,7 +2735,7 @@ function registerCoreComponents(variant) {
|
|
|
2735
2735
|
registerCoreComponents('');
|
|
2736
2736
|
|
|
2737
2737
|
var name = "firebase";
|
|
2738
|
-
var version = "10.14.
|
|
2738
|
+
var version = "10.14.1";
|
|
2739
2739
|
|
|
2740
2740
|
/**
|
|
2741
2741
|
* @license
|