@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.
- package/README.md +1 -1
- package/dist/browser-cjs/{index-7670a694.js → index-2404acd3.js} +2 -2
- package/dist/browser-cjs/{index-7670a694.js.map → index-2404acd3.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-945e3a38.js → popup_redirect-095d37d4.js} +2 -2
- package/dist/cordova/{popup_redirect-945e3a38.js.map → popup_redirect-095d37d4.js.map} +1 -1
- package/dist/esm2017/{index-7fd70cb6.js → index-1234c3f2.js} +2 -2
- package/dist/esm2017/{index-7fd70cb6.js.map → index-1234c3f2.js.map} +1 -1
- package/dist/esm2017/index.js +1 -1
- package/dist/esm2017/internal.js +2 -2
- package/dist/esm5/{index-99384c06.js → index-08c875fe.js} +2 -2
- package/dist/esm5/{index-99384c06.js.map → index-08c875fe.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-919fddc9.js → totp-c1b54ab1.js} +2 -2
- package/dist/node/{totp-919fddc9.js.map → totp-c1b54ab1.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-c739aba7.js → totp-c80607ae.js} +2 -2
- package/dist/node-esm/{totp-c739aba7.js.map → totp-c80607ae.js.map} +1 -1
- package/dist/rn/{index-4d42c0d7.js → index-c2c533e5.js} +2 -2
- package/dist/rn/{index-4d42c0d7.js.map → index-c2c533e5.js.map} +1 -1
- package/dist/rn/index.js +1 -1
- package/dist/rn/internal.js +1 -1
- package/dist/web-extension-cjs/index.js +1 -1
- package/dist/web-extension-cjs/internal.js +1 -1
- package/dist/web-extension-cjs/{register-2b2a18d4.js → register-eb44ad01.js} +2 -2
- package/dist/web-extension-cjs/{register-2b2a18d4.js.map → register-eb44ad01.js.map} +1 -1
- package/dist/web-extension-esm2017/index.js +2 -2
- package/dist/web-extension-esm2017/internal.js +2 -2
- package/dist/web-extension-esm2017/{register-0cffeb9e.js → register-d13727a8.js} +2 -2
- package/dist/web-extension-esm2017/{register-0cffeb9e.js.map → register-d13727a8.js.map} +1 -1
- 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/
|
|
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.
|
|
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-
|
|
10834
|
+
//# sourceMappingURL=index-2404acd3.js.map
|