fix: 2captcha support when using typescript/tsx/esbuild
Showing
... | @@ -42,7 +42,7 @@ | ... | @@ -42,7 +42,7 @@ |
"html-to-md": "^0.8.3", | "html-to-md": "^0.8.3", | ||
"p-timeout": "^6.0.0", | "p-timeout": "^6.0.0", | ||
"puppeteer-extra": "^3.3.4", | "puppeteer-extra": "^3.3.4", | ||
"puppeteer-extra-plugin-recaptcha": "^3.6.6", | "puppeteer-extra-plugin-recaptcha": "npm:@fisch0920/puppeteer-extra-plugin-recaptcha@^3.6.6", | ||
"puppeteer-extra-plugin-stealth": "^2.11.1", | "puppeteer-extra-plugin-stealth": "^2.11.1", | ||
"random": "^4.1.0", | "random": "^4.1.0", | ||
"remark": "^14.0.2", | "remark": "^14.0.2", | ||
... | ... |
Please register or sign in to comment