mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-16 03:16:00 +08:00
feat(js-sdk): auto mode proxy
This commit is contained in:
parent
a5efff07f9
commit
e9e6773061
@ -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",
|
||||
|
@ -119,7 +119,7 @@ export interface CrawlScrapeOptions {
|
||||
skipTlsVerification?: boolean;
|
||||
removeBase64Images?: boolean;
|
||||
blockAds?: boolean;
|
||||
proxy?: "basic" | "stealth";
|
||||
proxy?: "basic" | "stealth" | "auto";
|
||||
}
|
||||
|
||||
export type Action = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user