@browserbasehq/stagehand 2.1.0 → 2.1.1-alpha-b5ca00a25ad0c33a5f4d3198e1bc59edb9956e7c

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 CHANGED
@@ -8317,18 +8317,6 @@ function getBrowser(apiKey, projectId, env = "LOCAL", headless = false, logger,
8317
8317
  }
8318
8318
  }
8319
8319
  });
8320
- if (localBrowserLaunchOptions) {
8321
- logger({
8322
- category: "init",
8323
- message: "local browser launch options",
8324
- auxiliary: {
8325
- localLaunchOptions: {
8326
- value: JSON.stringify(localBrowserLaunchOptions),
8327
- type: "string"
8328
- }
8329
- }
8330
- });
8331
- }
8332
8320
  if (localBrowserLaunchOptions == null ? void 0 : localBrowserLaunchOptions.cdpUrl) {
8333
8321
  if (!localBrowserLaunchOptions.cdpUrl.includes("connect.connect")) {
8334
8322
  logger({
package/lib/index.ts CHANGED
@@ -236,19 +236,6 @@ async function getBrowser(
236
236
  },
237
237
  });
238
238
 
239
- if (localBrowserLaunchOptions) {
240
- logger({
241
- category: "init",
242
- message: "local browser launch options",
243
- auxiliary: {
244
- localLaunchOptions: {
245
- value: JSON.stringify(localBrowserLaunchOptions),
246
- type: "string",
247
- },
248
- },
249
- });
250
- }
251
-
252
239
  if (localBrowserLaunchOptions?.cdpUrl) {
253
240
  if (!localBrowserLaunchOptions.cdpUrl.includes("connect.connect")) {
254
241
  logger({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@browserbasehq/stagehand",
3
- "version": "2.1.0",
3
+ "version": "2.1.1-alpha-b5ca00a25ad0c33a5f4d3198e1bc59edb9956e7c",
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",