@spider-cloud/spider-client 0.1.31 → 0.1.32

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 +4 -0
  2. package/package.json +1 -1
package/dist/config.d.ts CHANGED
@@ -367,6 +367,10 @@ export interface SpiderParams {
367
367
  responses?: true;
368
368
  requests?: true;
369
369
  };
370
+ /**
371
+ * The timeout to stop the crawl.
372
+ */
373
+ crawl_timeout?: Timeout;
370
374
  }
371
375
  export type SpiderCoreResponse = {
372
376
  content?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spider-cloud/spider-client",
3
- "version": "0.1.31",
3
+ "version": "0.1.32",
4
4
  "description": "Isomorphic Javascript SDK for Spider Cloud services",
5
5
  "scripts": {
6
6
  "test": "node --import tsx --test __tests__/*test.ts",