@crawlee/stagehand 3.18.2-beta.3 → 3.18.2-beta.4

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.
@@ -62,7 +62,7 @@ class StagehandController extends browser_pool_1.BrowserController {
62
62
  const page = await context.newPage();
63
63
  // Track active pages
64
64
  page.once('close', () => {
65
- this.registerPageClosed(page);
65
+ this.activePages--;
66
66
  });
67
67
  try {
68
68
  await this.waitForStagehandToRegisterPage(page);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crawlee/stagehand",
3
- "version": "3.18.2-beta.3",
3
+ "version": "3.18.2-beta.4",
4
4
  "description": "AI-powered web crawling with Stagehand integration for Crawlee - enables natural language browser automation with act(), extract(), and observe() methods.",
5
5
  "engines": {
6
6
  "node": ">=16.0.0"
@@ -58,11 +58,11 @@
58
58
  "dependencies": {
59
59
  "@apify/log": "^2.4.0",
60
60
  "@apify/timeout": "^0.4.0",
61
- "@crawlee/browser": "3.18.2-beta.3",
62
- "@crawlee/browser-pool": "3.18.2-beta.3",
63
- "@crawlee/core": "3.18.2-beta.3",
64
- "@crawlee/types": "3.18.2-beta.3",
65
- "@crawlee/utils": "3.18.2-beta.3",
61
+ "@crawlee/browser": "3.18.2-beta.4",
62
+ "@crawlee/browser-pool": "3.18.2-beta.4",
63
+ "@crawlee/core": "3.18.2-beta.4",
64
+ "@crawlee/types": "3.18.2-beta.4",
65
+ "@crawlee/utils": "3.18.2-beta.4",
66
66
  "ow": "^0.28.1",
67
67
  "tslib": "^2.4.0"
68
68
  },
@@ -94,5 +94,5 @@
94
94
  }
95
95
  }
96
96
  },
97
- "gitHead": "feed328453d1967b36ccd45cc4531d44498915b8"
97
+ "gitHead": "ee9640fb13d1414a03fcd21ccc5255bca3963aef"
98
98
  }