@crawlee/stagehand 4.0.0-beta.96 → 4.0.0-beta.97
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 -1
- package/package.json +8 -8
package/index.mjs
CHANGED
|
@@ -107,12 +107,13 @@ export const getCookiesFromResponse = mod.getCookiesFromResponse;
|
|
|
107
107
|
export const getDefaultCookieExpirationDate = mod.getDefaultCookieExpirationDate;
|
|
108
108
|
export const getObjectType = mod.getObjectType;
|
|
109
109
|
export const getRequestId = mod.getRequestId;
|
|
110
|
-
export const handleRequestTimeout = mod.handleRequestTimeout;
|
|
111
110
|
export const inspectValue = mod.inspectValue;
|
|
112
111
|
export const log = mod.log;
|
|
113
112
|
export const mergeCookies = mod.mergeCookies;
|
|
113
|
+
export const navigationDeadlineKey = mod.navigationDeadlineKey;
|
|
114
114
|
export const parseValue = mod.parseValue;
|
|
115
115
|
export const purgeDefaultStorages = mod.purgeDefaultStorages;
|
|
116
|
+
export const remainingNavigationWindowMillis = mod.remainingNavigationWindowMillis;
|
|
116
117
|
export const resolveBaseUrlForEnqueueLinksFiltering = mod.resolveBaseUrlForEnqueueLinksFiltering;
|
|
117
118
|
export const resolveStorageIdentifier = mod.resolveStorageIdentifier;
|
|
118
119
|
export const serializeArray = mod.serializeArray;
|
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.97",
|
|
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"
|
|
@@ -56,12 +56,12 @@
|
|
|
56
56
|
"access": "public"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@apify/timeout": "^0.
|
|
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.
|
|
59
|
+
"@apify/timeout": "^0.4.4",
|
|
60
|
+
"@crawlee/browser": "4.0.0-beta.97",
|
|
61
|
+
"@crawlee/browser-pool": "4.0.0-beta.97",
|
|
62
|
+
"@crawlee/core": "4.0.0-beta.97",
|
|
63
|
+
"@crawlee/types": "4.0.0-beta.97",
|
|
64
|
+
"@crawlee/utils": "4.0.0-beta.97",
|
|
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": "43008dd43f4832d083353ba1b731c0b4607c9cfa"
|
|
97
97
|
}
|