@crawlee/stagehand 4.0.0-beta.56 → 4.0.0-beta.58
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 +0 -1
- package/package.json +8 -8
package/index.mjs
CHANGED
|
@@ -18,7 +18,6 @@ export const CookieParseError = mod.CookieParseError;
|
|
|
18
18
|
export const CriticalError = mod.CriticalError;
|
|
19
19
|
export const DATASET_ITERATORS_DEFAULT_LIMIT = mod.DATASET_ITERATORS_DEFAULT_LIMIT;
|
|
20
20
|
export const Dataset = mod.Dataset;
|
|
21
|
-
export const EVENT_SESSION_RETIRED = mod.EVENT_SESSION_RETIRED;
|
|
22
21
|
export const EnqueueStrategy = mod.EnqueueStrategy;
|
|
23
22
|
export const ErrorSnapshotter = mod.ErrorSnapshotter;
|
|
24
23
|
export const ErrorTracker = mod.ErrorTracker;
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crawlee/stagehand",
|
|
3
|
-
"version": "4.0.0-beta.
|
|
3
|
+
"version": "4.0.0-beta.58",
|
|
4
4
|
"description": "AI-powered web crawling with Stagehand integration for Crawlee - enables natural language browser automation with act(), extract(), and observe() methods.",
|
|
5
5
|
"engines": {
|
|
6
|
-
"node": ">=
|
|
6
|
+
"node": ">=22.0.0"
|
|
7
7
|
},
|
|
8
8
|
"main": "./index.js",
|
|
9
9
|
"module": "./index.mjs",
|
|
@@ -57,11 +57,11 @@
|
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"@apify/timeout": "^0.3.2",
|
|
60
|
-
"@crawlee/browser": "4.0.0-beta.
|
|
61
|
-
"@crawlee/browser-pool": "4.0.0-beta.
|
|
62
|
-
"@crawlee/core": "4.0.0-beta.
|
|
63
|
-
"@crawlee/types": "4.0.0-beta.
|
|
64
|
-
"@crawlee/utils": "4.0.0-beta.
|
|
60
|
+
"@crawlee/browser": "4.0.0-beta.58",
|
|
61
|
+
"@crawlee/browser-pool": "4.0.0-beta.58",
|
|
62
|
+
"@crawlee/core": "4.0.0-beta.58",
|
|
63
|
+
"@crawlee/types": "4.0.0-beta.58",
|
|
64
|
+
"@crawlee/utils": "4.0.0-beta.58",
|
|
65
65
|
"ow": "^2.0.0",
|
|
66
66
|
"tslib": "^2.8.1"
|
|
67
67
|
},
|
|
@@ -93,5 +93,5 @@
|
|
|
93
93
|
}
|
|
94
94
|
}
|
|
95
95
|
},
|
|
96
|
-
"gitHead": "
|
|
96
|
+
"gitHead": "4f37c3e3df3f82529cc2c208d8a94d1a4bf8a0bb"
|
|
97
97
|
}
|