feat(js-sdk): auto mode proxy

This commit is contained in:
Gergő Móricz 2025-05-28 19:19:24 +02:00
parent a5efff07f9
commit e9e6773061
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@mendable/firecrawl-js",
"version": "1.25.1",
"version": "1.25.2",
"description": "JavaScript SDK for Firecrawl API",
"main": "dist/index.js",
"types": "dist/index.d.ts",

View File

@ -119,7 +119,7 @@ export interface CrawlScrapeOptions {
skipTlsVerification?: boolean;
removeBase64Images?: boolean;
blockAds?: boolean;
proxy?: "basic" | "stealth";
proxy?: "basic" | "stealth" | "auto";
}
export type Action = {