@spider-cloud/spider-client 0.0.62 → 0.0.63

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
@@ -208,9 +208,9 @@ export interface SpiderParams {
208
208
  */
209
209
  respect_robots?: boolean;
210
210
  /**
211
- * CSS selector to be used to filter the content.
211
+ * CSS root selector to be used to filter the content.
212
212
  */
213
- query_selector?: string;
213
+ root_selector?: string;
214
214
  /**
215
215
  * Specifies whether to load all resources of the crawl target.
216
216
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spider-cloud/spider-client",
3
- "version": "0.0.62",
3
+ "version": "0.0.63",
4
4
  "description": "Isomorphic Javascript SDK for Spider Cloud services",
5
5
  "scripts": {
6
6
  "test": "node --import tsx --test __tests__/*test.ts",