@crawlee/stagehand 4.0.0-beta.149 → 4.0.0-beta.151
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
|
@@ -101,6 +101,7 @@ export const createDeserialize = mod.createDeserialize;
|
|
|
101
101
|
export const createDualIterable = mod.createDualIterable;
|
|
102
102
|
export const createRequestDebugInfo = mod.createRequestDebugInfo;
|
|
103
103
|
export const createRequestOptions = mod.createRequestOptions;
|
|
104
|
+
export const createSkippedRequestArgs = mod.createSkippedRequestArgs;
|
|
104
105
|
export const createStagehandRouter = mod.createStagehandRouter;
|
|
105
106
|
export const createStorageTransaction = mod.createStorageTransaction;
|
|
106
107
|
export const currentStorageTransaction = mod.currentStorageTransaction;
|
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.151",
|
|
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.151",
|
|
61
|
+
"@crawlee/browser-pool": "4.0.0-beta.151",
|
|
62
|
+
"@crawlee/core": "4.0.0-beta.151",
|
|
63
|
+
"@crawlee/types": "4.0.0-beta.151",
|
|
64
|
+
"@crawlee/utils": "4.0.0-beta.151",
|
|
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": "1865bf2b241da81d8ed6f1215c59f9d0b88ec553"
|
|
92
92
|
}
|