@spider-cloud/spider-client 0.1.25 → 0.1.26

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/dist/config.d.ts +2 -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
- * Get page insights to determine information like request duration, accessibility, and other web vitals. Requires the `metadata` parameter to be set to `true`.
300
+ * Specifies whether to only use the sitemap links.
301
301
  */
302
- page_insights?: boolean;
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.25",
3
+ "version": "0.1.26",
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@a11ywatch.com>",
23
+ "author": "Jeff Mendez<jeff@spider.cloud>",
24
24
  "license": "MIT",
25
25
  "devDependencies": {
26
- "@types/node": "22.10.1",
26
+ "@types/node": "22.10.7",
27
27
  "dotenv": "^16.4.7",
28
28
  "tsx": "^4.19.2",
29
- "typescript": "5.7.2"
29
+ "typescript": "5.7.3"
30
30
  },
31
31
  "dependencies": {
32
32
  "exponential-backoff": "^3.1.1"