mirror of
https://github.com/mendableai/firecrawl.git
synced 2024-11-16 03:32:22 +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…
Reference in New Issue
Block a user