@crawlee/basic 3.0.0-beta.76 → 3.0.0-beta.79

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.
@@ -2,8 +2,9 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.BASIC_CRAWLER_TIMEOUT_BUFFER_SECS = void 0;
4
4
  /**
5
- * Additional number of seconds used in CheerioCrawler and BrowserCrawler to set a reasonable
6
- * requestHandlerTimeoutSecs for BasicCrawler that would not impare functionality (not timeout before crawlers).
5
+ * Additional number of seconds used in {@link CheerioCrawler} and {@link BrowserCrawler} to set a reasonable
6
+ * {@link BasicCrawlerOptions.requestHandlerTimeoutSecs|`requestHandlerTimeoutSecs`} for {@link BasicCrawler}
7
+ * that would not impare functionality (not timeout before crawlers).
7
8
  */
8
9
  exports.BASIC_CRAWLER_TIMEOUT_BUFFER_SECS = 10;
9
10
  //# sourceMappingURL=constants.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../src/internals/constants.ts"],"names":[],"mappings":";;;AAAA;;;GAGG;AACU,QAAA,iCAAiC,GAAG,EAAE,CAAC"}
1
+ {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../src/internals/constants.ts"],"names":[],"mappings":";;;AAAA;;;;GAIG;AACU,QAAA,iCAAiC,GAAG,EAAE,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crawlee/basic",
3
- "version": "3.0.0-beta.76",
3
+ "version": "3.0.0-beta.79",
4
4
  "description": "The scalable web crawling and scraping library for JavaScript/Node.js. Enables development of data extraction and web automation jobs (not only) with headless Chrome and Puppeteer.",
5
5
  "engines": {
6
6
  "node": ">=16.0.0"
@@ -48,9 +48,9 @@
48
48
  "@apify/log": "^2.0.0",
49
49
  "@apify/timeout": "^0.3.0",
50
50
  "@apify/utilities": "^2.0.0",
51
- "@crawlee/core": "^3.0.0-beta.76",
52
- "@crawlee/types": "^3.0.0-beta.76",
53
- "@crawlee/utils": "^3.0.0-beta.76",
51
+ "@crawlee/core": "^3.0.0-beta.79",
52
+ "@crawlee/types": "^3.0.0-beta.79",
53
+ "@crawlee/utils": "^3.0.0-beta.79",
54
54
  "got-scraping": "^3.2.9",
55
55
  "ow": "^0.28.1"
56
56
  }