@hcaptcha/react-hcaptcha
Advanced tools
Comparing version 1.9.2 to 1.9.3
{ | ||
"name": "@hcaptcha/react-hcaptcha", | ||
"version": "1.9.2", | ||
"version": "1.9.3", | ||
"types": "types/index.d.ts", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -49,2 +49,3 @@ // Type definitions for @hcaptcha/react-hcaptcha 0.1 | ||
setData(data: object): void; | ||
isReady(): boolean; | ||
execute(opts: { async: true }): Promise<ExecuteResponse>; | ||
@@ -51,0 +52,0 @@ execute(opts?: { async: false }): void; |
51442
1134