crw-sdk 0.18.3 → 0.20.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # crw-sdk
2
2
 
3
3
  TypeScript/JavaScript SDK for [CRW](https://github.com/us/crw) — the fast,
4
- Firecrawl-compatible web scraper. Scrape, crawl, map, search, parse, and extract
5
- any website from Node.
4
+ Rust-native web data API. Use native `/v1` methods for new CRW integrations;
5
+ Firecrawl v2 compatibility is available separately for migration work.
6
6
 
7
7
  Zero runtime dependencies (Node 18+ `fetch`). Dual ESM + CommonJS.
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "crw-sdk",
3
- "version": "0.18.3",
3
+ "version": "0.20.0",
4
4
  "description": "TypeScript/JavaScript SDK for CRW — scrape, crawl, map, search, parse, and extract any website",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/us/crw",