@sesamespace/hivemind 0.8.1 → 0.8.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.
@@ -4319,7 +4319,9 @@ function registerBrowserTools(registry, workspaceDir) {
4319
4319
  }
4320
4320
  let page;
4321
4321
  try {
4322
- page = await browser.newPage();
4322
+ page = await browser.newPage({
4323
+ userAgent: "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36"
4324
+ });
4323
4325
  page.setDefaultTimeout(timeout);
4324
4326
  await page.goto(url, { waitUntil: "domcontentloaded", timeout });
4325
4327
  if (waitForSelector) {
@@ -6500,4 +6502,4 @@ smol-toml/dist/index.js:
6500
6502
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
6501
6503
  *)
6502
6504
  */
6503
- //# sourceMappingURL=chunk-WSLVHVNP.js.map
6505
+ //# sourceMappingURL=chunk-SLEK4XYQ.js.map