@crawlee/stagehand 4.0.0-beta.117 → 4.0.0-beta.119

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 +1 -0
  2. package/package.json +7 -7
package/index.mjs CHANGED
@@ -73,6 +73,7 @@ export const SitemapRequestLoader = mod.SitemapRequestLoader;
73
73
  export const SnapshotStore = mod.SnapshotStore;
74
74
  export const Snapshotter = mod.Snapshotter;
75
75
  export const StagehandCrawler = mod.StagehandCrawler;
76
+ export const StateValidationError = mod.StateValidationError;
76
77
  export const Statistics = mod.Statistics;
77
78
  export const StorageInstanceManager = mod.StorageInstanceManager;
78
79
  export const StorageStatsTracker = mod.StorageStatsTracker;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crawlee/stagehand",
3
- "version": "4.0.0-beta.117",
3
+ "version": "4.0.0-beta.119",
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.117",
61
- "@crawlee/browser-pool": "4.0.0-beta.117",
62
- "@crawlee/core": "4.0.0-beta.117",
63
- "@crawlee/types": "4.0.0-beta.117",
64
- "@crawlee/utils": "4.0.0-beta.117",
60
+ "@crawlee/browser": "4.0.0-beta.119",
61
+ "@crawlee/browser-pool": "4.0.0-beta.119",
62
+ "@crawlee/core": "4.0.0-beta.119",
63
+ "@crawlee/types": "4.0.0-beta.119",
64
+ "@crawlee/utils": "4.0.0-beta.119",
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": "7c9c8c83da02da0444130cb95368045d30881c3b"
96
+ "gitHead": "552fe2371a3c6e9e9f3514010536ea6abdc27eb4"
97
97
  }