@marsaude/devtools-shell 0.1.1 → 0.1.3
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@marsaude/devtools-shell",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "Self-contained draggable DevTools FAB for QA (admin login, CPF/OTP user login, user generator, session switch). Isolated HttpClient/auth, gated out of production.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"author": "Mar Saúde",
|
|
@@ -53,7 +53,9 @@ interface DevtoolsConfig {
|
|
|
53
53
|
* fallback — login is skipped with an error if missing).
|
|
54
54
|
*/
|
|
55
55
|
googleRedirectUri?: string;
|
|
56
|
-
/** reCAPTCHA
|
|
56
|
+
/** reCAPTCHA v2 Invisible site key (optional). The package loads the script
|
|
57
|
+
* and renders an invisible widget itself; without it the OTP request is sent
|
|
58
|
+
* with an empty token. */
|
|
57
59
|
recaptchaSiteKey?: string;
|
|
58
60
|
/** Fixed RH organization id used by the generator. Default 200. */
|
|
59
61
|
fixedOrgId?: number;
|