@firebase/auth 0.20.3-canary.efe2000fc → 0.20.4-canary.1d3a34d7d
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/CHANGELOG.md +8 -0
- package/dist/cordova/index.js +2 -2
- package/dist/cordova/internal.js +2 -2
- package/dist/cordova/{popup_redirect-63057b94.js → popup_redirect-ad97ec62.js} +4 -3
- package/dist/cordova/popup_redirect-ad97ec62.js.map +1 -0
- package/dist/esm2017/{index-3b4ccca8.js → index-18657799.js} +4 -3
- package/dist/esm2017/index-18657799.js.map +1 -0
- package/dist/esm2017/index.js +1 -1
- package/dist/esm2017/internal.js +2 -2
- package/dist/esm5/{index-3891d8ad.js → index-af5cea50.js} +4 -3
- package/dist/esm5/index-af5cea50.js.map +1 -0
- package/dist/esm5/index.js +1 -1
- package/dist/esm5/internal.js +2 -2
- package/dist/index.webworker.esm5.js +1 -1
- package/dist/index.webworker.esm5.js.map +1 -1
- package/dist/node/{index-de7df007.js → index-1985cfb7.js} +4 -3
- package/dist/node/index-1985cfb7.js.map +1 -0
- package/dist/node/index.js +1 -1
- package/dist/node/internal.js +1 -1
- package/dist/node-esm/{index-71508366.js → index-8a4eb8a1.js} +4 -3
- package/dist/node-esm/index-8a4eb8a1.js.map +1 -0
- package/dist/node-esm/index.js +1 -1
- package/dist/node-esm/internal.js +2 -2
- package/dist/rn/index.js +1 -1
- package/dist/rn/internal.js +1 -1
- package/dist/rn/{phone-9d99e31b.js → phone-842b1966.js} +4 -3
- package/dist/rn/phone-842b1966.js.map +1 -0
- package/package.json +6 -6
- package/dist/cordova/popup_redirect-63057b94.js.map +0 -1
- package/dist/esm2017/index-3b4ccca8.js.map +0 -1
- package/dist/esm5/index-3891d8ad.js.map +0 -1
- package/dist/node/index-de7df007.js.map +0 -1
- package/dist/node-esm/index-71508366.js.map +0 -1
- package/dist/rn/phone-9d99e31b.js.map +0 -1
|
@@ -2404,7 +2404,8 @@ function _isWebOS(ua) {
|
|
|
2404
2404
|
}
|
|
2405
2405
|
function _isIOS(ua) {
|
|
2406
2406
|
if (ua === void 0) { ua = util.getUA(); }
|
|
2407
|
-
return /iphone|ipad|ipod/i.test(ua)
|
|
2407
|
+
return /iphone|ipad|ipod/i.test(ua) ||
|
|
2408
|
+
(/macintosh/i.test(ua) && /mobile/i.test(ua));
|
|
2408
2409
|
}
|
|
2409
2410
|
function _isIOS7Or8(ua) {
|
|
2410
2411
|
if (ua === void 0) { ua = util.getUA(); }
|
|
@@ -7061,7 +7062,7 @@ function multiFactor(user) {
|
|
|
7061
7062
|
}
|
|
7062
7063
|
|
|
7063
7064
|
var name = "@firebase/auth";
|
|
7064
|
-
var version = "0.20.
|
|
7065
|
+
var version = "0.20.4-canary.1d3a34d7d";
|
|
7065
7066
|
|
|
7066
7067
|
/**
|
|
7067
7068
|
* @license
|
|
@@ -7418,4 +7419,4 @@ exports.updateProfile = updateProfile;
|
|
|
7418
7419
|
exports.useDeviceLanguage = useDeviceLanguage;
|
|
7419
7420
|
exports.verifyBeforeUpdateEmail = verifyBeforeUpdateEmail;
|
|
7420
7421
|
exports.verifyPasswordResetCode = verifyPasswordResetCode;
|
|
7421
|
-
//# sourceMappingURL=index-
|
|
7422
|
+
//# sourceMappingURL=index-1985cfb7.js.map
|