@htmlbricks/hb-auth 0.66.3 → 0.66.4
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/main.iife.js +3 -3
- package/main.iife.js.map +1 -1
- package/manifest.json +3 -1
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -584,6 +584,8 @@
|
|
|
584
584
|
}
|
|
585
585
|
}
|
|
586
586
|
],
|
|
587
|
+
"iifeIntegrity": "sha384-OtQXaS5Ro0E5RV698FZYUKR1XjcWsivRvZuyYMfAvpMQTbWytnr3aFJTRyklx3xX",
|
|
588
|
+
"iifeIntegrityType": "sha384",
|
|
587
589
|
"screenshots": [],
|
|
588
590
|
"licenses": [
|
|
589
591
|
{
|
|
@@ -604,5 +606,5 @@
|
|
|
604
606
|
},
|
|
605
607
|
"iifePath": "main.iife.js",
|
|
606
608
|
"repoName": "@htmlbricks/hb-auth",
|
|
607
|
-
"version": "0.66.
|
|
609
|
+
"version": "0.66.4"
|
|
608
610
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-auth",
|
|
3
|
-
"version": "0.66.
|
|
3
|
+
"version": "0.66.4",
|
|
4
4
|
"contributors": [],
|
|
5
5
|
"description": "Full authentication UI driven by the `type` attribute: local login and registration (with optional “remember me”), email activation, password recovery and related notices, OTP and two-factor setup/verification. Supports OAuth2 social providers via embedded social-login buttons, configurable backend URIs and HTTP options, optional i18n, and dispatches events for login, registration, recovery/activation, and OAuth flow steps.",
|
|
6
6
|
"licenses": [
|