@htmlbricks/hb-captcha-google-recaptcha-v2-invisible 0.67.1 → 0.68.2
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/manifest.json +25 -1
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -98,9 +98,33 @@
|
|
|
98
98
|
"examples": [
|
|
99
99
|
{
|
|
100
100
|
"name": "default",
|
|
101
|
+
"description": "Google’s public test key for v2 invisible (always passes in test mode).",
|
|
101
102
|
"data": {
|
|
102
103
|
"api_key": "6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI"
|
|
103
104
|
}
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"name": "testKeyWithGetFlag",
|
|
108
|
+
"description": "Same key with `get` toggled for execute/reset workflows.",
|
|
109
|
+
"data": {
|
|
110
|
+
"api_key": "6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI",
|
|
111
|
+
"get": true
|
|
112
|
+
}
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"name": "testKeyGetNo",
|
|
116
|
+
"description": "Alternate boolean-style trigger for programmatic flows.",
|
|
117
|
+
"data": {
|
|
118
|
+
"api_key": "6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI",
|
|
119
|
+
"get": false
|
|
120
|
+
}
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"name": "placeholderSiteKey",
|
|
124
|
+
"description": "Shape-only example; replace with your real site key in production.",
|
|
125
|
+
"data": {
|
|
126
|
+
"api_key": "your-site-key-here"
|
|
127
|
+
}
|
|
104
128
|
}
|
|
105
129
|
],
|
|
106
130
|
"iifeIntegrity": "sha384-zHyT0OOsqXT2iaRo6dwr+7iR0MqAo8XNxfOxHb7gtbvwNY9DcONL8vZjGyxdo9Fr",
|
|
@@ -124,5 +148,5 @@
|
|
|
124
148
|
"size": {},
|
|
125
149
|
"iifePath": "main.iife.js",
|
|
126
150
|
"repoName": "@htmlbricks/hb-captcha-google-recaptcha-v2-invisible",
|
|
127
|
-
"version": "0.
|
|
151
|
+
"version": "0.68.2"
|
|
128
152
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-captcha-google-recaptcha-v2-invisible",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.68.2",
|
|
4
4
|
"contributors": [],
|
|
5
5
|
"description": "Loads the Google reCAPTCHA v2 invisible SDK, renders the widget with your `api_key`, and exposes `grecaptcha.execute()` / reset when the `get` attribute changes after render. Dispatches `googleRecaptchaRendered` once mounted and `googleRecaptchaV2Response` with the token from the verification callback.",
|
|
6
6
|
"licenses": [
|