@browserbasehq/stagehand 3.0.7-alpha-b40ae11391af49c3581fce27faa1b7483fc4a169 → 3.0.7-alpha-934f492ec587bef81f0ce75b45a35b44ab545712
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 +9 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -179,7 +179,7 @@ var __forAwait = (obj, it, method) => (it = obj[__knownSymbol("asyncIterator")])
|
|
|
179
179
|
var STAGEHAND_VERSION;
|
|
180
180
|
var init_version = __esm({
|
|
181
181
|
"lib/version.ts"() {
|
|
182
|
-
STAGEHAND_VERSION = "3.0.7-alpha-
|
|
182
|
+
STAGEHAND_VERSION = "3.0.7-alpha-934f492ec587bef81f0ce75b45a35b44ab545712";
|
|
183
183
|
}
|
|
184
184
|
});
|
|
185
185
|
|
|
@@ -65389,6 +65389,14 @@ var _V3 = class _V3 {
|
|
|
65389
65389
|
unbindInstanceLogger(this.instanceId);
|
|
65390
65390
|
} catch (e2) {
|
|
65391
65391
|
}
|
|
65392
|
+
try {
|
|
65393
|
+
this.bus.removeAllListeners();
|
|
65394
|
+
} catch (e2) {
|
|
65395
|
+
}
|
|
65396
|
+
this._history = [];
|
|
65397
|
+
this.actHandler = null;
|
|
65398
|
+
this.extractHandler = null;
|
|
65399
|
+
this.observeHandler = null;
|
|
65392
65400
|
_V3._instances.delete(this);
|
|
65393
65401
|
}
|
|
65394
65402
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@browserbasehq/stagehand",
|
|
3
|
-
"version": "3.0.7-alpha-
|
|
3
|
+
"version": "3.0.7-alpha-934f492ec587bef81f0ce75b45a35b44ab545712",
|
|
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",
|