@crawlee/stagehand 4.0.0-beta.145 → 4.0.0-beta.147
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 +7 -7
package/index.mjs
CHANGED
|
@@ -133,7 +133,6 @@ export const serviceLocator = mod.serviceLocator;
|
|
|
133
133
|
export const snapshotValue = mod.snapshotValue;
|
|
134
134
|
export const stagehandBrowserPool = mod.stagehandBrowserPool;
|
|
135
135
|
export const stagehandUtils = mod.stagehandUtils;
|
|
136
|
-
export const supportsDomainThrottling = mod.supportsDomainThrottling;
|
|
137
136
|
export const toughCookieToBrowserPoolCookie = mod.toughCookieToBrowserPoolCookie;
|
|
138
137
|
export const updateEnqueueLinksPatternCache = mod.updateEnqueueLinksPatternCache;
|
|
139
138
|
export const urlPatternSchema = mod.urlPatternSchema;
|
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.147",
|
|
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.4.4",
|
|
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.147",
|
|
61
|
+
"@crawlee/browser-pool": "4.0.0-beta.147",
|
|
62
|
+
"@crawlee/core": "4.0.0-beta.147",
|
|
63
|
+
"@crawlee/types": "4.0.0-beta.147",
|
|
64
|
+
"@crawlee/utils": "4.0.0-beta.147",
|
|
65
65
|
"tslib": "^2.8.1",
|
|
66
66
|
"zod": "^4.4.3"
|
|
67
67
|
},
|
|
@@ -88,5 +88,5 @@
|
|
|
88
88
|
}
|
|
89
89
|
}
|
|
90
90
|
},
|
|
91
|
-
"gitHead": "
|
|
91
|
+
"gitHead": "bb04462b453da49b08ea0af0038cb734eabe3d01"
|
|
92
92
|
}
|