@crawlee/stagehand 4.0.0-beta.82 → 4.0.0-beta.84
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 +1 -0
- package/package.json +7 -7
package/index.mjs
CHANGED
|
@@ -38,6 +38,7 @@ export const MissingRouteError = mod.MissingRouteError;
|
|
|
38
38
|
export const MissingSessionError = mod.MissingSessionError;
|
|
39
39
|
export const NavigationSkippedError = mod.NavigationSkippedError;
|
|
40
40
|
export const NonRetryableError = mod.NonRetryableError;
|
|
41
|
+
export const OwnedOrInjected = mod.OwnedOrInjected;
|
|
41
42
|
export const PERSIST_STATE_KEY = mod.PERSIST_STATE_KEY;
|
|
42
43
|
export const ProxyConfiguration = mod.ProxyConfiguration;
|
|
43
44
|
export const PseudoUrl = mod.PseudoUrl;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crawlee/stagehand",
|
|
3
|
-
"version": "4.0.0-beta.
|
|
3
|
+
"version": "4.0.0-beta.84",
|
|
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
6
|
"node": ">=22.0.0"
|
|
@@ -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.84",
|
|
61
|
+
"@crawlee/browser-pool": "4.0.0-beta.84",
|
|
62
|
+
"@crawlee/core": "4.0.0-beta.84",
|
|
63
|
+
"@crawlee/types": "4.0.0-beta.84",
|
|
64
|
+
"@crawlee/utils": "4.0.0-beta.84",
|
|
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": "5f8f4ae742975dc914c865c9766b93d274d7468f"
|
|
97
97
|
}
|