diff --git a/package-lock.json b/package-lock.json index f5e0181..29a7a36 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "2captcha-ts", - "version": "2.0.1", + "version": "2.3.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "2captcha-ts", - "version": "2.0.1", + "version": "2.3.4", "license": "MIT", "dependencies": { "node-fetch": "^2.6.1" diff --git a/package.json b/package.json index dd55912..e5ef54c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "2captcha-ts", - "version": "2.3.3", + "version": "2.3.4", "description": "A wrapper around the 2captcha API. This wrapper support reCAPTCHA V2, reCAPTCHA V3, hCaptcha, Arkose Labs FunCaptcha, image captcha,Сoordinates (Click Captcha), Geetest, Geetest V4, Yandex Smart Captcha, Lemin captcha, Amazon WAF, Cloudflare Turnstile, Capy Puzzle, DataDome, CyberSiARA, MTCaptcha.", "main": "dist/index.js", "repository": "https://github.com/dzmitry-duboyski/2captcha-ts",