@firebase/auth 1.7.5-canary.a9f844066 → 1.7.5-canary.aef54687d

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 (39) hide show
  1. package/README.md +1 -1
  2. package/dist/browser-cjs/{index-7670a694.js → index-2404acd3.js} +2 -2
  3. package/dist/browser-cjs/{index-7670a694.js.map → index-2404acd3.js.map} +1 -1
  4. package/dist/browser-cjs/index.js +1 -1
  5. package/dist/browser-cjs/internal.js +1 -1
  6. package/dist/cordova/index.js +2 -2
  7. package/dist/cordova/internal.js +2 -2
  8. package/dist/cordova/{popup_redirect-945e3a38.js → popup_redirect-095d37d4.js} +2 -2
  9. package/dist/cordova/{popup_redirect-945e3a38.js.map → popup_redirect-095d37d4.js.map} +1 -1
  10. package/dist/esm2017/{index-7fd70cb6.js → index-1234c3f2.js} +2 -2
  11. package/dist/esm2017/{index-7fd70cb6.js.map → index-1234c3f2.js.map} +1 -1
  12. package/dist/esm2017/index.js +1 -1
  13. package/dist/esm2017/internal.js +2 -2
  14. package/dist/esm5/{index-99384c06.js → index-08c875fe.js} +2 -2
  15. package/dist/esm5/{index-99384c06.js.map → index-08c875fe.js.map} +1 -1
  16. package/dist/esm5/index.js +1 -1
  17. package/dist/esm5/internal.js +2 -2
  18. package/dist/index.webworker.esm5.js +1 -1
  19. package/dist/node/index.js +1 -1
  20. package/dist/node/internal.js +1 -1
  21. package/dist/node/{totp-919fddc9.js → totp-c1b54ab1.js} +2 -2
  22. package/dist/node/{totp-919fddc9.js.map → totp-c1b54ab1.js.map} +1 -1
  23. package/dist/node-esm/index.js +1 -1
  24. package/dist/node-esm/internal.js +2 -2
  25. package/dist/node-esm/{totp-c739aba7.js → totp-c80607ae.js} +2 -2
  26. package/dist/node-esm/{totp-c739aba7.js.map → totp-c80607ae.js.map} +1 -1
  27. package/dist/rn/{index-4d42c0d7.js → index-c2c533e5.js} +2 -2
  28. package/dist/rn/{index-4d42c0d7.js.map → index-c2c533e5.js.map} +1 -1
  29. package/dist/rn/index.js +1 -1
  30. package/dist/rn/internal.js +1 -1
  31. package/dist/web-extension-cjs/index.js +1 -1
  32. package/dist/web-extension-cjs/internal.js +1 -1
  33. package/dist/web-extension-cjs/{register-2b2a18d4.js → register-eb44ad01.js} +2 -2
  34. package/dist/web-extension-cjs/{register-2b2a18d4.js.map → register-eb44ad01.js.map} +1 -1
  35. package/dist/web-extension-esm2017/index.js +2 -2
  36. package/dist/web-extension-esm2017/internal.js +2 -2
  37. package/dist/web-extension-esm2017/{register-0cffeb9e.js → register-d13727a8.js} +2 -2
  38. package/dist/web-extension-esm2017/{register-0cffeb9e.js.map → register-d13727a8.js.map} +1 -1
  39. package/package.json +6 -6
package/README.md CHANGED
@@ -96,7 +96,7 @@ curl -H "Authorization: Bearer $(gcloud auth print-access-token)" -H "Conten
96
96
  }'
97
97
  ```
98
98
 
99
- Replace the tenant ID `passpol-tenant-d7hha` in [test/integration/flows/password_policy.test.ts](https://github.com/firebase/firebase-js-sdk/blob/master/packages/auth/test/integration/flows/password_policy.test.ts) with the ID for the newly created tenant. The tenant ID can be found at the end of the `name` property in the response and is in the format `passpol-tenant-xxxxx`.
99
+ Replace the tenant ID `passpol-tenant-d7hha` in [test/integration/flows/password_policy.test.ts](https://github.com/firebase/firebase-js-sdk/blob/main/packages/auth/test/integration/flows/password_policy.test.ts) with the ID for the newly created tenant. The tenant ID can be found at the end of the `name` property in the response and is in the format `passpol-tenant-xxxxx`.
100
100
 
101
101
  ### Selenium Webdriver tests
102
102
 
@@ -10470,7 +10470,7 @@ function _isEmptyString(input) {
10470
10470
  }
10471
10471
 
10472
10472
  var name = "@firebase/auth";
10473
- var version = "1.7.5-canary.a9f844066";
10473
+ var version = "1.7.5-canary.aef54687d";
10474
10474
 
10475
10475
  /**
10476
10476
  * @license
@@ -10831,4 +10831,4 @@ exports.useDeviceLanguage = useDeviceLanguage;
10831
10831
  exports.validatePassword = validatePassword;
10832
10832
  exports.verifyBeforeUpdateEmail = verifyBeforeUpdateEmail;
10833
10833
  exports.verifyPasswordResetCode = verifyPasswordResetCode;
10834
- //# sourceMappingURL=index-7670a694.js.map
10834
+ //# sourceMappingURL=index-2404acd3.js.map