@spider-cloud/spider-client 0.1.52 → 0.1.53

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 +1 -1
package/dist/config.d.ts CHANGED
@@ -340,9 +340,9 @@ export interface SpiderParams {
340
340
  */
341
341
  return_cookies?: boolean;
342
342
  /**
343
- * The timeout for the request, in milliseconds.
343
+ * The timeout for the request, in seconds.
344
344
  */
345
- request_timeout?: Timeout;
345
+ request_timeout?: number;
346
346
  /**
347
347
  * Specifies whether to run the request in the background.
348
348
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spider-cloud/spider-client",
3
- "version": "0.1.52",
3
+ "version": "0.1.53",
4
4
  "description": "Isomorphic Javascript SDK for Spider Cloud services",
5
5
  "scripts": {
6
6
  "test": "node --import tsx --test __tests__/*test.ts",