diff --git a/apps/js-sdk/firecrawl/package.json b/apps/js-sdk/firecrawl/package.json index 0baa2d5b..54851cd4 100644 --- a/apps/js-sdk/firecrawl/package.json +++ b/apps/js-sdk/firecrawl/package.json @@ -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", diff --git a/apps/js-sdk/firecrawl/src/index.ts b/apps/js-sdk/firecrawl/src/index.ts index ca77d200..265bd6c5 100644 --- a/apps/js-sdk/firecrawl/src/index.ts +++ b/apps/js-sdk/firecrawl/src/index.ts @@ -119,7 +119,7 @@ export interface CrawlScrapeOptions { skipTlsVerification?: boolean; removeBase64Images?: boolean; blockAds?: boolean; - proxy?: "basic" | "stealth"; + proxy?: "basic" | "stealth" | "auto"; } export type Action = {