@browserbasehq/stagehand 3.0.0 → 4.0.0-alpha-49bc5b68e4fbeb28a120b301b51c31a36db7d922

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -6295,7 +6295,7 @@ var import_path5 = __toESM(require("path"));
6295
6295
  var import_process2 = __toESM(require("process"));
6296
6296
 
6297
6297
  // lib/version.ts
6298
- var STAGEHAND_VERSION = "3.0.0";
6298
+ var STAGEHAND_VERSION = "4.0.0-alpha-49bc5b68e4fbeb28a120b301b51c31a36db7d922";
6299
6299
 
6300
6300
  // lib/v3/types/public/sdkErrors.ts
6301
6301
  var StagehandError = class extends Error {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@browserbasehq/stagehand",
3
- "version": "3.0.0",
3
+ "version": "4.0.0-alpha-49bc5b68e4fbeb28a120b301b51c31a36db7d922",
4
4
  "description": "An AI web browsing framework focused on simplicity and extensibility.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",