@firebase/auth 1.13.2-eap-crashlytics.558ee841d → 1.13.3-20260615181107

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 (42) hide show
  1. package/dist/browser-cjs/{index-223cb6d8.js → index-1f558345.js} +5 -5
  2. package/dist/browser-cjs/index-1f558345.js.map +1 -0
  3. package/dist/browser-cjs/index.js +1 -1
  4. package/dist/browser-cjs/internal.js +1 -1
  5. package/dist/cordova/index.js +2 -2
  6. package/dist/cordova/internal.js +2 -2
  7. package/dist/cordova/{popup_redirect-8f954bab.js → popup_redirect-c0dec4fb.js} +5 -5
  8. package/dist/cordova/popup_redirect-c0dec4fb.js.map +1 -0
  9. package/dist/esm/{index-42b2f63a.js → index-139892c1.js} +5 -5
  10. package/dist/esm/index-139892c1.js.map +1 -0
  11. package/dist/esm/index.js +1 -1
  12. package/dist/esm/internal.js +2 -2
  13. package/dist/index.webworker.js +4 -4
  14. package/dist/index.webworker.js.map +1 -1
  15. package/dist/node/index.js +1 -1
  16. package/dist/node/internal.js +1 -1
  17. package/dist/node/{totp-1de3d98e.js → totp-4803792f.js} +5 -5
  18. package/dist/node/totp-4803792f.js.map +1 -0
  19. package/dist/node-esm/index.js +1 -1
  20. package/dist/node-esm/internal.js +2 -2
  21. package/dist/node-esm/{totp-16b08ec9.js → totp-2a4487f1.js} +5 -5
  22. package/dist/node-esm/totp-2a4487f1.js.map +1 -0
  23. package/dist/rn/{index-3c01bc90.js → index-a4f26c54.js} +5 -5
  24. package/dist/{web-extension-esm/register-6e13f5d2.js.map → rn/index-a4f26c54.js.map} +1 -1
  25. package/dist/rn/index.js +1 -1
  26. package/dist/rn/internal.js +1 -1
  27. package/dist/web-extension-cjs/index.js +1 -1
  28. package/dist/web-extension-cjs/internal.js +1 -1
  29. package/dist/web-extension-cjs/{register-6a93d6fa.js → register-d3246200.js} +5 -5
  30. package/dist/web-extension-cjs/register-d3246200.js.map +1 -0
  31. package/dist/web-extension-esm/index.js +2 -2
  32. package/dist/web-extension-esm/internal.js +2 -2
  33. package/dist/web-extension-esm/{register-6e13f5d2.js → register-afae00a4.js} +5 -5
  34. package/dist/web-extension-esm/register-afae00a4.js.map +1 -0
  35. package/package.json +6 -6
  36. package/dist/browser-cjs/index-223cb6d8.js.map +0 -1
  37. package/dist/cordova/popup_redirect-8f954bab.js.map +0 -1
  38. package/dist/esm/index-42b2f63a.js.map +0 -1
  39. package/dist/node/totp-1de3d98e.js.map +0 -1
  40. package/dist/node-esm/totp-16b08ec9.js.map +0 -1
  41. package/dist/rn/index-3c01bc90.js.map +0 -1
  42. package/dist/web-extension-cjs/register-6a93d6fa.js.map +0 -1
@@ -903,8 +903,8 @@ async function _performApiRequest(auth, method, path, request, customErrorMap =
903
903
  }
904
904
  }
905
905
  const query = querystring({
906
- key: auth.config.apiKey,
907
- ...params
906
+ ...params,
907
+ key: auth.config.apiKey
908
908
  }).slice(1);
909
909
  const headers = await auth._getAdditionalHeaders();
910
910
  headers["Content-Type" /* HttpHeader.CONTENT_TYPE */] = 'application/json';
@@ -921,7 +921,7 @@ async function _performApiRequest(auth, method, path, request, customErrorMap =
921
921
  'RequestInitializerDict' is not implemented."
922
922
  https://github.com/cloudflare/next-on-pages/issues/487 */
923
923
  if (!isCloudflareWorker()) {
924
- fetchArgs.referrerPolicy = 'no-referrer';
924
+ fetchArgs.referrerPolicy = 'strict-origin-when-cross-origin';
925
925
  }
926
926
  if (auth.emulatorConfig && isCloudWorkstation(auth.emulatorConfig.host)) {
927
927
  fetchArgs.credentials = 'include';
@@ -10939,7 +10939,7 @@ function _isEmptyString(input) {
10939
10939
  }
10940
10940
 
10941
10941
  var name = "@firebase/auth";
10942
- var version = "1.13.2-eap-crashlytics.558ee841d";
10942
+ var version = "1.13.3-20260615181107";
10943
10943
 
10944
10944
  /**
10945
10945
  * @license
@@ -11192,4 +11192,4 @@ _setExternalJSProvider({
11192
11192
  registerAuth("Browser" /* ClientPlatform.BROWSER */);
11193
11193
 
11194
11194
  export { SAMLAuthProvider as $, ActionCodeOperation as A, useDeviceLanguage as B, updateCurrentUser as C, signOut as D, revokeAccessToken as E, FactorId as F, deleteUser as G, debugErrorMap as H, prodErrorMap as I, AUTH_ERROR_CODES_MAP_DO_NOT_USE_INTERNALLY as J, initializeAuth as K, connectAuthEmulator as L, AuthCredential as M, EmailAuthCredential as N, OperationType as O, PhoneAuthProvider as P, OAuthCredential as Q, RecaptchaVerifier as R, SignInMethod as S, TotpMultiFactorGenerator as T, PhoneAuthCredential as U, inMemoryPersistence as V, EmailAuthProvider as W, FacebookAuthProvider as X, GoogleAuthProvider as Y, GithubAuthProvider as Z, OAuthProvider as _, browserCookiePersistence as a, TwitterAuthProvider as a0, signInAnonymously as a1, signInWithCredential as a2, linkWithCredential as a3, reauthenticateWithCredential as a4, signInWithCustomToken as a5, sendPasswordResetEmail as a6, confirmPasswordReset as a7, applyActionCode as a8, checkActionCode as a9, _getProjectConfig as aA, _isIOS7Or8 as aB, _createError as aC, _assert as aD, AuthEventManager as aE, _getInstance as aF, _persistenceKeyName as aG, _getRedirectResult as aH, _overrideRedirectResult as aI, _clearRedirectOutcomes as aJ, _castAuth as aK, UserImpl as aL, AuthImpl as aM, _getClientVersion as aN, _generateEventId as aO, AuthPopup as aP, FetchProvider as aQ, SAMLAuthCredential as aR, verifyPasswordResetCode as aa, createUserWithEmailAndPassword as ab, signInWithEmailAndPassword as ac, sendSignInLinkToEmail as ad, isSignInWithEmailLink as ae, signInWithEmailLink as af, fetchSignInMethodsForEmail as ag, sendEmailVerification as ah, verifyBeforeUpdateEmail as ai, ActionCodeURL as aj, parseActionCodeURL as ak, updateProfile as al, updateEmail as am, updatePassword as an, getIdToken as ao, getIdTokenResult as ap, unlink as aq, getAdditionalUserInfo as ar, reload as as, getMultiFactorResolver as at, multiFactor as au, debugAssert as av, _isIOS as aw, _isAndroid as ax, _fail as ay, _getRedirectUrl as az, browserLocalPersistence as b, browserSessionPersistence as c, signInWithPopup as d, linkWithPopup as e, reauthenticateWithPopup as f, signInWithRedirect as g, linkWithRedirect as h, indexedDBLocalPersistence as i, reauthenticateWithRedirect as j, getRedirectResult as k, linkWithPhoneNumber as l, browserPopupRedirectResolver as m, PhoneMultiFactorGenerator as n, TotpSecret as o, getAuth as p, ProviderId as q, reauthenticateWithPhoneNumber as r, signInWithPhoneNumber as s, setPersistence as t, updatePhoneNumber as u, initializeRecaptchaConfig as v, validatePassword as w, onIdTokenChanged as x, beforeAuthStateChanged as y, onAuthStateChanged as z };
11195
- //# sourceMappingURL=index-42b2f63a.js.map
11195
+ //# sourceMappingURL=index-139892c1.js.map