@spider-cloud/spider-client 0.1.25 → 0.1.27
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/dist/config.d.ts +2 -2
- package/package.json +4 -4
package/dist/config.d.ts
CHANGED
|
@@ -297,9 +297,9 @@ export interface SpiderParams {
|
|
|
297
297
|
*/
|
|
298
298
|
sitemap?: boolean;
|
|
299
299
|
/**
|
|
300
|
-
*
|
|
300
|
+
* Specifies whether to only use the sitemap links.
|
|
301
301
|
*/
|
|
302
|
-
|
|
302
|
+
sitemap_only?: boolean;
|
|
303
303
|
/**
|
|
304
304
|
* External domains to include the crawl.
|
|
305
305
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spider-cloud/spider-client",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.27",
|
|
4
4
|
"description": "Isomorphic Javascript SDK for Spider Cloud services",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "node --import tsx --test __tests__/*test.ts",
|
|
@@ -20,13 +20,13 @@
|
|
|
20
20
|
"api",
|
|
21
21
|
"llm scraping"
|
|
22
22
|
],
|
|
23
|
-
"author": "Jeff Mendez<jeff@
|
|
23
|
+
"author": "Jeff Mendez<jeff@spider.cloud>",
|
|
24
24
|
"license": "MIT",
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@types/node": "22.10.
|
|
26
|
+
"@types/node": "22.10.7",
|
|
27
27
|
"dotenv": "^16.4.7",
|
|
28
28
|
"tsx": "^4.19.2",
|
|
29
|
-
"typescript": "5.7.
|
|
29
|
+
"typescript": "5.7.3"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"exponential-backoff": "^3.1.1"
|