@firebase/auth 1.5.1-20231204143120 → 1.5.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/dist/browser-cjs/{index-58a5841e.js → index-21814063.js} +2 -2
- package/dist/browser-cjs/{index-58a5841e.js.map → index-21814063.js.map} +1 -1
- package/dist/browser-cjs/index.js +1 -1
- package/dist/browser-cjs/internal.js +1 -1
- package/dist/cordova/index.js +2 -2
- package/dist/cordova/internal.js +2 -2
- package/dist/cordova/{popup_redirect-ad6ef959.js → popup_redirect-106f885f.js} +2 -2
- package/dist/cordova/{popup_redirect-ad6ef959.js.map → popup_redirect-106f885f.js.map} +1 -1
- package/dist/esm2017/{index-7f838ae6.js → index-dd468b12.js} +2 -2
- package/dist/esm2017/{index-7f838ae6.js.map → index-dd468b12.js.map} +1 -1
- package/dist/esm2017/index.js +1 -1
- package/dist/esm2017/internal.js +2 -2
- package/dist/esm5/{index-7bb2fc6b.js → index-dd399a6e.js} +2 -2
- package/dist/esm5/{index-7bb2fc6b.js.map → index-dd399a6e.js.map} +1 -1
- package/dist/esm5/index.js +1 -1
- package/dist/esm5/internal.js +2 -2
- package/dist/index.webworker.esm5.js +1 -1
- package/dist/node/index.js +1 -1
- package/dist/node/internal.js +1 -1
- package/dist/node/{totp-e9ffcfaf.js → totp-fe65684a.js} +2 -2
- package/dist/node/{totp-e9ffcfaf.js.map → totp-fe65684a.js.map} +1 -1
- package/dist/node-esm/index.js +1 -1
- package/dist/node-esm/internal.js +2 -2
- package/dist/node-esm/{totp-4ca766f7.js → totp-4c2d4e67.js} +2 -2
- package/dist/node-esm/{totp-4ca766f7.js.map → totp-4c2d4e67.js.map} +1 -1
- package/dist/rn/{index-a7eb08fe.js → index-96ab5fb1.js} +2 -2
- package/dist/rn/{index-a7eb08fe.js.map → index-96ab5fb1.js.map} +1 -1
- package/dist/rn/index.js +1 -1
- package/dist/rn/internal.js +1 -1
- package/package.json +2 -2
|
@@ -10284,7 +10284,7 @@ function _isEmptyString(input) {
|
|
|
10284
10284
|
}
|
|
10285
10285
|
|
|
10286
10286
|
var name = "@firebase/auth";
|
|
10287
|
-
var version = "1.5.1
|
|
10287
|
+
var version = "1.5.1";
|
|
10288
10288
|
|
|
10289
10289
|
/**
|
|
10290
10290
|
* @license
|
|
@@ -10611,4 +10611,4 @@ exports.useDeviceLanguage = useDeviceLanguage;
|
|
|
10611
10611
|
exports.validatePassword = validatePassword;
|
|
10612
10612
|
exports.verifyBeforeUpdateEmail = verifyBeforeUpdateEmail;
|
|
10613
10613
|
exports.verifyPasswordResetCode = verifyPasswordResetCode;
|
|
10614
|
-
//# sourceMappingURL=index-
|
|
10614
|
+
//# sourceMappingURL=index-21814063.js.map
|