@browserbasehq/stagehand 3.0.6-alpha-45bcef0e5788b083f9e38dfd7c3bc63afcd4b6dd → 3.0.6-alpha-4e051b23add7ae276b0dbead38b4587838cfc1c1
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.
- package/dist/index.js +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -141,7 +141,7 @@ var __forAwait = (obj, it, method) => (it = obj[__knownSymbol("asyncIterator")])
|
|
|
141
141
|
var STAGEHAND_VERSION;
|
|
142
142
|
var init_version = __esm({
|
|
143
143
|
"lib/version.ts"() {
|
|
144
|
-
STAGEHAND_VERSION = "3.0.6-alpha-
|
|
144
|
+
STAGEHAND_VERSION = "3.0.6-alpha-4e051b23add7ae276b0dbead38b4587838cfc1c1";
|
|
145
145
|
}
|
|
146
146
|
});
|
|
147
147
|
|
|
@@ -62407,6 +62407,7 @@ var V3Context = class _V3Context {
|
|
|
62407
62407
|
yield this.conn.enableAutoAttach();
|
|
62408
62408
|
const targets = yield this.conn.getTargets();
|
|
62409
62409
|
for (const t2 of targets) {
|
|
62410
|
+
if (t2.attached) continue;
|
|
62410
62411
|
try {
|
|
62411
62412
|
yield this.conn.attachToTarget(t2.targetId);
|
|
62412
62413
|
} catch (e2) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@browserbasehq/stagehand",
|
|
3
|
-
"version": "3.0.6-alpha-
|
|
3
|
+
"version": "3.0.6-alpha-4e051b23add7ae276b0dbead38b4587838cfc1c1",
|
|
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",
|