@crawlee/linkedom 3.14.2-beta.13 → 3.14.2-beta.14
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/index.mjs +2 -0
- package/package.json +4 -4
- package/tsconfig.build.tsbuildinfo +1 -1
package/index.mjs
CHANGED
|
@@ -45,6 +45,8 @@ export const RecoverableState = mod.RecoverableState;
|
|
|
45
45
|
export const Request = mod.Request;
|
|
46
46
|
export const RequestHandlerResult = mod.RequestHandlerResult;
|
|
47
47
|
export const RequestList = mod.RequestList;
|
|
48
|
+
export const RequestListAdapter = mod.RequestListAdapter;
|
|
49
|
+
export const RequestManagerTandem = mod.RequestManagerTandem;
|
|
48
50
|
export const RequestProvider = mod.RequestProvider;
|
|
49
51
|
export const RequestQueue = mod.RequestQueue;
|
|
50
52
|
export const RequestQueueV1 = mod.RequestQueueV1;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crawlee/linkedom",
|
|
3
|
-
"version": "3.14.2-beta.
|
|
3
|
+
"version": "3.14.2-beta.14",
|
|
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"
|
|
@@ -55,8 +55,8 @@
|
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@apify/timeout": "^0.3.0",
|
|
57
57
|
"@apify/utilities": "^2.7.10",
|
|
58
|
-
"@crawlee/http": "3.14.2-beta.
|
|
59
|
-
"@crawlee/types": "3.14.2-beta.
|
|
58
|
+
"@crawlee/http": "3.14.2-beta.14",
|
|
59
|
+
"@crawlee/types": "3.14.2-beta.14",
|
|
60
60
|
"linkedom": "^0.18.0",
|
|
61
61
|
"ow": "^0.28.2",
|
|
62
62
|
"tslib": "^2.4.0"
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
}
|
|
69
69
|
}
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "0ec311da7cbe7637bcf42311532a386688da0a68"
|
|
72
72
|
}
|