@browserbasehq/browse-cli 0.4.1-alpha-3917df4 → 0.4.2

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
@@ -164652,7 +164652,7 @@ var import_child_process4 = require("child_process");
164652
164652
  var readline = __toESM(require("readline"));
164653
164653
 
164654
164654
  // package.json
164655
- var version3 = "0.4.1";
164655
+ var version3 = "0.4.2";
164656
164656
 
164657
164657
  // src/resolve-ws.ts
164658
164658
  init_cjs_shims();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@browserbasehq/browse-cli",
3
- "version": "0.4.1-alpha-3917df4",
3
+ "version": "0.4.2",
4
4
  "description": "Browser automation CLI for AI agents, built on Stagehand",
5
5
  "type": "commonjs",
6
6
  "license": "MIT",