@spider-cloud/spider-client 0.1.70 → 0.1.71

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
@@ -387,7 +387,7 @@ export interface SpiderParams {
387
387
  */
388
388
  evaluate_on_new_document?: string;
389
389
  /**
390
- * Runs the request using lite_mode:Lite mode reduces data transfer costs by 70%, with trade-offs in speed, accuracy,
390
+ * Runs the request using lite_mode:Lite mode reduces data transfer costs by 50%, with trade-offs in speed, accuracy,
391
391
  * geo-targeting, and reliability. It’s best suited for non-urgent data collection or when
392
392
  * targeting websites with minimal anti-bot protections.
393
393
  */
@@ -413,7 +413,7 @@ export interface SpiderParams {
413
413
  */
414
414
  proxy?: Proxy;
415
415
  /**
416
- * Use a remote proxy at ~70% reduced cost for file downloads.
416
+ * Use a remote proxy at ~50% reduced cost for file downloads.
417
417
  * This requires bringing your own proxy (e.g., static IP tunnel).
418
418
  */
419
419
  remote_proxy?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spider-cloud/spider-client",
3
- "version": "0.1.70",
3
+ "version": "0.1.71",
4
4
  "description": "Isomorphic Javascript SDK for Spider Cloud services",
5
5
  "scripts": {
6
6
  "test": "node --import tsx --test __tests__/*test.ts",