@crawlee/core 3.17.1-beta.40 → 3.17.1-beta.42
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.
|
@@ -35,13 +35,13 @@ export interface SnapshotterOptions {
|
|
|
35
35
|
/**
|
|
36
36
|
* Defines the maximum number of new rate limit errors within
|
|
37
37
|
* the given interval.
|
|
38
|
-
* @default
|
|
38
|
+
* @default 3
|
|
39
39
|
*/
|
|
40
40
|
maxClientErrors?: number;
|
|
41
41
|
/**
|
|
42
42
|
* Sets the interval in seconds for which a history of resource snapshots
|
|
43
43
|
* will be kept. Increasing this to very high numbers will affect performance.
|
|
44
|
-
* @default
|
|
44
|
+
* @default 30
|
|
45
45
|
*/
|
|
46
46
|
snapshotHistorySecs?: number;
|
|
47
47
|
/** @internal */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crawlee/core",
|
|
3
|
-
"version": "3.17.1-beta.
|
|
3
|
+
"version": "3.17.1-beta.42",
|
|
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"
|
|
@@ -59,9 +59,9 @@
|
|
|
59
59
|
"@apify/pseudo_url": "^2.0.30",
|
|
60
60
|
"@apify/timeout": "^0.3.0",
|
|
61
61
|
"@apify/utilities": "^2.7.10",
|
|
62
|
-
"@crawlee/memory-storage": "3.17.1-beta.
|
|
63
|
-
"@crawlee/types": "3.17.1-beta.
|
|
64
|
-
"@crawlee/utils": "3.17.1-beta.
|
|
62
|
+
"@crawlee/memory-storage": "3.17.1-beta.42",
|
|
63
|
+
"@crawlee/types": "3.17.1-beta.42",
|
|
64
|
+
"@crawlee/utils": "3.17.1-beta.42",
|
|
65
65
|
"@sapphire/async-queue": "^1.5.1",
|
|
66
66
|
"@vladfrangu/async_event_emitter": "^2.2.2",
|
|
67
67
|
"csv-stringify": "^6.2.0",
|
|
@@ -83,5 +83,5 @@
|
|
|
83
83
|
}
|
|
84
84
|
}
|
|
85
85
|
},
|
|
86
|
-
"gitHead": "
|
|
86
|
+
"gitHead": "e75a045e7132958028d96cb404da07a89960dabc"
|
|
87
87
|
}
|