You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(js): call out scrapegraph-js β₯ 2.0.1 requirement
Pin the minimum supported version explicitly on the JS SDK page, in the transition
guide, and on every service page that references the JS SDK β the pre-2.0.1
releases expose a different, deprecated API and the new docs don't work with them.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: sdks/javascript.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,23 +20,23 @@ icon: "js"
20
20
</CardGroup>
21
21
22
22
<Note>
23
-
`scrapegraph-js@2`is **ESM-only** and requires **Node β₯ 22**.
23
+
These docs cover **`scrapegraph-js` β₯ 2.0.1**. The v2 SDK is **ESM-only** and requires **Node β₯ 22**. Earlier `0.x`/`1.x` releases expose a different, deprecated API.
24
24
</Note>
25
25
26
26
## Installation
27
27
28
28
```bash
29
29
# npm
30
-
npm i scrapegraph-js
30
+
npm i scrapegraph-js@latest # pins a version >= 2.0.1
0 commit comments