@crawlee/stagehand 4.0.0-beta.64 → 4.0.0-beta.65

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 -2
  2. package/package.json +7 -7
package/index.mjs CHANGED
@@ -47,7 +47,6 @@ export const Request = mod.Request;
47
47
  export const RequestHandlerError = mod.RequestHandlerError;
48
48
  export const RequestHandlerResult = mod.RequestHandlerResult;
49
49
  export const RequestList = mod.RequestList;
50
- export const RequestListAdapter = mod.RequestListAdapter;
51
50
  export const RequestManagerTandem = mod.RequestManagerTandem;
52
51
  export const RequestProvider = mod.RequestProvider;
53
52
  export const RequestQueue = mod.RequestQueue;
@@ -63,7 +62,7 @@ export const ServiceLocator = mod.ServiceLocator;
63
62
  export const Session = mod.Session;
64
63
  export const SessionError = mod.SessionError;
65
64
  export const SessionPool = mod.SessionPool;
66
- export const SitemapRequestList = mod.SitemapRequestList;
65
+ export const SitemapRequestLoader = mod.SitemapRequestLoader;
67
66
  export const Snapshotter = mod.Snapshotter;
68
67
  export const StagehandCrawler = mod.StagehandCrawler;
69
68
  export const Statistics = mod.Statistics;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crawlee/stagehand",
3
- "version": "4.0.0-beta.64",
3
+ "version": "4.0.0-beta.65",
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.3.2",
60
- "@crawlee/browser": "4.0.0-beta.64",
61
- "@crawlee/browser-pool": "4.0.0-beta.64",
62
- "@crawlee/core": "4.0.0-beta.64",
63
- "@crawlee/types": "4.0.0-beta.64",
64
- "@crawlee/utils": "4.0.0-beta.64",
60
+ "@crawlee/browser": "4.0.0-beta.65",
61
+ "@crawlee/browser-pool": "4.0.0-beta.65",
62
+ "@crawlee/core": "4.0.0-beta.65",
63
+ "@crawlee/types": "4.0.0-beta.65",
64
+ "@crawlee/utils": "4.0.0-beta.65",
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": "76ba0fe1101b1e14fb5e1962540107775ad4e513"
96
+ "gitHead": "fcee63d935043be16f7be59ab9784161cf132b11"
97
97
  }