@crawlee/stagehand 4.0.0-beta.54 → 4.0.0-beta.55
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 +7 -7
package/index.mjs
CHANGED
|
@@ -68,7 +68,7 @@ export const SitemapRequestList = mod.SitemapRequestList;
|
|
|
68
68
|
export const Snapshotter = mod.Snapshotter;
|
|
69
69
|
export const StagehandCrawler = mod.StagehandCrawler;
|
|
70
70
|
export const Statistics = mod.Statistics;
|
|
71
|
-
export const
|
|
71
|
+
export const StorageInstanceManager = mod.StorageInstanceManager;
|
|
72
72
|
export const SystemStatus = mod.SystemStatus;
|
|
73
73
|
export const applyRequestTransform = mod.applyRequestTransform;
|
|
74
74
|
export const bindMethodsToServiceLocator = mod.bindMethodsToServiceLocator;
|
|
@@ -102,6 +102,7 @@ export const maybeStringify = mod.maybeStringify;
|
|
|
102
102
|
export const mergeCookies = mod.mergeCookies;
|
|
103
103
|
export const purgeDefaultStorages = mod.purgeDefaultStorages;
|
|
104
104
|
export const resolveBaseUrlForEnqueueLinksFiltering = mod.resolveBaseUrlForEnqueueLinksFiltering;
|
|
105
|
+
export const resolveStorageIdentifier = mod.resolveStorageIdentifier;
|
|
105
106
|
export const serializeArray = mod.serializeArray;
|
|
106
107
|
export const serviceLocator = mod.serviceLocator;
|
|
107
108
|
export const stagehandUtils = mod.stagehandUtils;
|
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.55",
|
|
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": ">=16.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.55",
|
|
61
|
+
"@crawlee/browser-pool": "4.0.0-beta.55",
|
|
62
|
+
"@crawlee/core": "4.0.0-beta.55",
|
|
63
|
+
"@crawlee/types": "4.0.0-beta.55",
|
|
64
|
+
"@crawlee/utils": "4.0.0-beta.55",
|
|
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": "e88ce8bd08e8ba4ffc856efc0ce456943bfce044"
|
|
97
97
|
}
|