mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-11 17:48:59 +08:00
fixed scroll action on js sdk
This commit is contained in:
parent
eac3714c12
commit
e241871b43
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@mendable/firecrawl-js",
|
||||
"version": "1.7.3",
|
||||
"version": "1.7.4",
|
||||
"description": "JavaScript SDK for Firecrawl API",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
|
@ -106,7 +106,8 @@ export type Action = {
|
||||
key: string,
|
||||
} | {
|
||||
type: "scroll",
|
||||
direction: "up" | "down",
|
||||
direction?: "up" | "down",
|
||||
selector?: string,
|
||||
} | {
|
||||
type: "scrape",
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user