@crawlee/stagehand 4.0.0-beta.54 → 4.0.0-beta.56

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.
Files changed (2) hide show
  1. package/index.mjs +2 -1
  2. 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 StorageManager = mod.StorageManager;
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.54",
3
+ "version": "4.0.0-beta.56",
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.54",
61
- "@crawlee/browser-pool": "4.0.0-beta.54",
62
- "@crawlee/core": "4.0.0-beta.54",
63
- "@crawlee/types": "4.0.0-beta.54",
64
- "@crawlee/utils": "4.0.0-beta.54",
60
+ "@crawlee/browser": "4.0.0-beta.56",
61
+ "@crawlee/browser-pool": "4.0.0-beta.56",
62
+ "@crawlee/core": "4.0.0-beta.56",
63
+ "@crawlee/types": "4.0.0-beta.56",
64
+ "@crawlee/utils": "4.0.0-beta.56",
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": "71e290e7f75129dea3717ded42558edccbf32d16"
96
+ "gitHead": "f24d7c95fab884bc84433982989c75320f4016dd"
97
97
  }