Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scrapegraph-js",
"version": "1.0.0",
"version": "1.0.1",
"description": "Official JavaScript/TypeScript SDK for the ScrapeGraph AI API — smart web scraping powered by AI",
"type": "module",
"main": "dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
console.warn(
"[scrapegraph-js] WARNING: This version (1.x) is deprecated and will no longer receive updates. " +
"Please upgrade to scrapegraph-js v2 for the latest features, bug fixes, and API v2 support. " +
"See the migration guide: https://docs.scrapegraphai.com/transition-from-v1-to-v2",
);

export {
smartScraper,
searchScraper,
Expand Down
Loading