@crawlkit-sh/sdk 1.0.1 → 1.0.2
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 +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -373,7 +373,7 @@ For detailed API documentation and guides, visit [docs.crawlkit.sh](https://docs
|
|
|
373
373
|
|
|
374
374
|
## Support
|
|
375
375
|
|
|
376
|
-
- [GitHub Issues](https://github.com/crawlkit
|
|
376
|
+
- [GitHub Issues](https://github.com/mozhn/crawlkit-sdk/issues)
|
|
377
377
|
- [Documentation](https://docs.crawlkit.sh)
|
|
378
378
|
- Email: support@crawlkit.sh
|
|
379
379
|
|
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crawlkit-sh/sdk",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Official TypeScript/JavaScript SDK for CrawlKit - the modern web scraping API. Scrape websites, extract structured data with AI, capture screenshots, and collect social media data.",
|
|
5
5
|
"author": "CrawlKit <support@crawlkit.sh>",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
|
-
"url": "https://github.com/crawlkit
|
|
9
|
+
"url": "https://github.com/mozhn/crawlkit-sdk.git"
|
|
10
10
|
},
|
|
11
11
|
"homepage": "https://crawlkit.sh",
|
|
12
12
|
"bugs": {
|
|
13
|
-
"url": "https://github.com/crawlkit
|
|
13
|
+
"url": "https://github.com/mozhn/crawlkit-sdk/issues"
|
|
14
14
|
},
|
|
15
15
|
"keywords": [
|
|
16
16
|
"crawlkit",
|