@letsscrapedata/scraper 0.0.84 → 0.0.85

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@letsscrapedata/scraper",
3
- "version": "0.0.84",
3
+ "version": "0.0.85",
4
4
  "description": "Web scraper that scraping web pages by LetsScrapeData XML template",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -46,7 +46,7 @@
46
46
  "captcha"
47
47
  ],
48
48
  "dependencies": {
49
- "@letsscrapedata/controller": "^0.0.64",
49
+ "@letsscrapedata/controller": "^0.0.67",
50
50
  "@letsscrapedata/proxy": "^0.0.25",
51
51
  "@letsscrapedata/utils": "^0.0.27",
52
52
  "cheerio": "^1.0.0",
package/readme.md CHANGED
@@ -207,10 +207,6 @@ export interface ScraperConfig {
207
207
  * @default "jsonl"
208
208
  */
209
209
  dataFileFormat?: DataFileFormat;
210
- /**
211
- * @default true
212
- */
213
- useNickName?: boolean;
214
210
 
215
211
  * valid only when dataFileFormat is "txt"
216
212
  */