crw-sdk 0.19.0 → 0.21.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.
- package/README.md +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
|
-
|
|
5
|
-
|
|
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