@firebase/auth 1.1.0-20230718235906 → 1.1.0-canary.66cebfb6b
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-71749094.js → index-e9047134.js} +2 -2
- package/dist/browser-cjs/{index-71749094.js.map → index-e9047134.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-066f15cd.js → popup_redirect-8a4d7f16.js} +2 -2
- package/dist/cordova/{popup_redirect-066f15cd.js.map → popup_redirect-8a4d7f16.js.map} +1 -1
- package/dist/esm2017/{index-0a780b4b.js → index-f068b8e1.js} +2 -2
- package/dist/esm2017/{index-0a780b4b.js.map → index-f068b8e1.js.map} +1 -1
- package/dist/esm2017/index.js +1 -1
- package/dist/esm2017/internal.js +2 -2
- package/dist/esm5/{index-0068526b.js → index-93827323.js} +2 -2
- package/dist/esm5/{index-0068526b.js.map → index-93827323.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-f2697dd3.js → totp-2f26040c.js} +2 -2
- package/dist/node/{totp-f2697dd3.js.map → totp-2f26040c.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-78309329.js → totp-4be59a1d.js} +2 -2
- package/dist/node-esm/{totp-78309329.js.map → totp-4be59a1d.js.map} +1 -1
- package/dist/rn/index.js +1 -1
- package/dist/rn/internal.js +1 -1
- package/dist/rn/{phone-c99a004d.js → phone-65ee8e94.js} +2 -2
- package/dist/rn/{phone-c99a004d.js.map → phone-65ee8e94.js.map} +1 -1
- package/package.json +6 -6
|
@@ -9933,7 +9933,7 @@ function _isEmptyString(input) {
|
|
|
9933
9933
|
}
|
|
9934
9934
|
|
|
9935
9935
|
var name = "@firebase/auth";
|
|
9936
|
-
var version = "1.1.0-
|
|
9936
|
+
var version = "1.1.0-canary.66cebfb6b";
|
|
9937
9937
|
|
|
9938
9938
|
/**
|
|
9939
9939
|
* @license
|
|
@@ -10258,4 +10258,4 @@ exports.updateProfile = updateProfile;
|
|
|
10258
10258
|
exports.useDeviceLanguage = useDeviceLanguage;
|
|
10259
10259
|
exports.verifyBeforeUpdateEmail = verifyBeforeUpdateEmail;
|
|
10260
10260
|
exports.verifyPasswordResetCode = verifyPasswordResetCode;
|
|
10261
|
-
//# sourceMappingURL=index-
|
|
10261
|
+
//# sourceMappingURL=index-e9047134.js.map
|