@firebase/auth 1.13.3-20260616165109 → 1.13.3-eap-crashlytics.659b578fb

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.
Files changed (47) hide show
  1. package/dist/browser-cjs/{index-4f266ff1.js → index-DLAcLH17.js} +24 -2
  2. package/dist/browser-cjs/{index-4f266ff1.js.map → index-DLAcLH17.js.map} +1 -1
  3. package/dist/browser-cjs/index.js +1 -1
  4. package/dist/browser-cjs/internal.js +1 -1
  5. package/dist/browser-cjs/internal.js.map +1 -1
  6. package/dist/cordova/index.js +9 -3
  7. package/dist/cordova/index.js.map +1 -1
  8. package/dist/cordova/internal.js +3 -3
  9. package/dist/cordova/internal.js.map +1 -1
  10. package/dist/cordova/{popup_redirect-517c6588.js → popup_redirect-DU-rQFxl.js} +25 -3
  11. package/dist/cordova/{popup_redirect-517c6588.js.map → popup_redirect-DU-rQFxl.js.map} +1 -1
  12. package/dist/esm/{index-627e45d8.js → index-DIozsb1n.js} +25 -3
  13. package/dist/esm/{index-627e45d8.js.map → index-DIozsb1n.js.map} +1 -1
  14. package/dist/esm/index.js +1 -1
  15. package/dist/esm/internal.js +3 -3
  16. package/dist/esm/internal.js.map +1 -1
  17. package/dist/index.webworker.js +29 -46
  18. package/dist/index.webworker.js.map +1 -1
  19. package/dist/node/index.js +1 -1
  20. package/dist/node/internal.js +1 -1
  21. package/dist/node/internal.js.map +1 -1
  22. package/dist/node/{totp-65d9d0d1.js → totp-BwsckFdy.js} +30 -47
  23. package/dist/node/{totp-65d9d0d1.js.map → totp-BwsckFdy.js.map} +1 -1
  24. package/dist/node-esm/index.js +1 -1
  25. package/dist/node-esm/internal.js +3 -3
  26. package/dist/node-esm/internal.js.map +1 -1
  27. package/dist/node-esm/{totp-5eeabfcc.js → totp-BqsE7qvo.js} +31 -48
  28. package/dist/node-esm/{totp-5eeabfcc.js.map → totp-BqsE7qvo.js.map} +1 -1
  29. package/dist/rn/{index-a0c71409.js → index-96z01bxX.js} +24 -2
  30. package/dist/rn/{index-a0c71409.js.map → index-96z01bxX.js.map} +1 -1
  31. package/dist/rn/index.js +7 -1
  32. package/dist/rn/index.js.map +1 -1
  33. package/dist/rn/internal.js +1 -1
  34. package/dist/rn/internal.js.map +1 -1
  35. package/dist/web-extension-cjs/index.js +2 -1
  36. package/dist/web-extension-cjs/index.js.map +1 -1
  37. package/dist/web-extension-cjs/internal.js +1 -1
  38. package/dist/web-extension-cjs/internal.js.map +1 -1
  39. package/dist/web-extension-cjs/{register-6e59a8d4.js → register-B1PXHVFP.js} +24 -2
  40. package/dist/web-extension-cjs/{register-6e59a8d4.js.map → register-B1PXHVFP.js.map} +1 -1
  41. package/dist/web-extension-esm/index.js +4 -3
  42. package/dist/web-extension-esm/index.js.map +1 -1
  43. package/dist/web-extension-esm/internal.js +3 -3
  44. package/dist/web-extension-esm/internal.js.map +1 -1
  45. package/dist/web-extension-esm/{register-65800ac3.js → register-B7zfGmPU.js} +25 -3
  46. package/dist/web-extension-esm/{register-65800ac3.js.map → register-B7zfGmPU.js.map} +1 -1
  47. package/package.json +14 -13
@@ -1577,6 +1577,7 @@ function extractProviderData(providers) {
1577
1577
  * See the License for the specific language governing permissions and
1578
1578
  * limitations under the License.
1579
1579
  */
1580
+ /* eslint-disable camelcase */
1580
1581
  async function requestStsToken(auth, refreshToken) {
1581
1582
  const response = await _performFetchWithErrorHandling(auth, {}, async () => {
1582
1583
  const body = util.querystring({
@@ -3429,6 +3430,22 @@ function generateRandomAlphaNumericString(len) {
3429
3430
  }
3430
3431
 
3431
3432
  /* eslint-disable @typescript-eslint/no-require-imports */
3433
+ /**
3434
+ * @license
3435
+ * Copyright 2022 Google LLC
3436
+ *
3437
+ * Licensed under the Apache License, Version 2.0 (the "License");
3438
+ * you may not use this file except in compliance with the License.
3439
+ * You may obtain a copy of the License at
3440
+ *
3441
+ * http://www.apache.org/licenses/LICENSE-2.0
3442
+ *
3443
+ * Unless required by applicable law or agreed to in writing, software
3444
+ * distributed under the License is distributed on an "AS IS" BASIS,
3445
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
3446
+ * See the License for the specific language governing permissions and
3447
+ * limitations under the License.
3448
+ */
3432
3449
  const RECAPTCHA_ENTERPRISE_VERIFIER_TYPE = 'recaptcha-enterprise';
3433
3450
  const FAKE_TOKEN = 'NO_RECAPTCHA';
3434
3451
  const RECAPTCHA_ENTERPRISE_ONLOAD_CALLBACK_NAME = 'onFirebaseAuthREInstanceReady';
@@ -5292,6 +5309,11 @@ GithubAuthProvider.PROVIDER_ID = "github.com" /* ProviderId.GITHUB */;
5292
5309
  * See the License for the specific language governing permissions and
5293
5310
  * limitations under the License.
5294
5311
  */
5312
+ /**
5313
+ * Represents the SAML credentials returned by an {@link SAMLAuthProvider}.
5314
+ *
5315
+ * @public
5316
+ */
5295
5317
  const IDP_REQUEST_URI = 'http://localhost';
5296
5318
  /**
5297
5319
  * @public
@@ -10941,7 +10963,7 @@ function _isEmptyString(input) {
10941
10963
  }
10942
10964
 
10943
10965
  var name = "@firebase/auth";
10944
- var version = "1.13.3-20260616165109";
10966
+ var version = "1.13.3-eap-crashlytics.659b578fb";
10945
10967
 
10946
10968
  /**
10947
10969
  * @license
@@ -11301,4 +11323,4 @@ exports.useDeviceLanguage = useDeviceLanguage;
11301
11323
  exports.validatePassword = validatePassword;
11302
11324
  exports.verifyBeforeUpdateEmail = verifyBeforeUpdateEmail;
11303
11325
  exports.verifyPasswordResetCode = verifyPasswordResetCode;
11304
- //# sourceMappingURL=index-4f266ff1.js.map
11326
+ //# sourceMappingURL=index-DLAcLH17.js.map