@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.
- package/dist/{chunk-WSLVHVNP.js → chunk-SLEK4XYQ.js} +4 -2
- package/dist/{chunk-WSLVHVNP.js.map → chunk-SLEK4XYQ.js.map} +1 -1
- package/dist/{chunk-ELFD4Y4W.js → chunk-TUIYJ5KQ.js} +2 -2
- package/dist/{chunk-WAX2THXK.js → chunk-UAWCLBR5.js} +2 -2
- package/dist/{chunk-TL4GV2TJ.js → chunk-VZKHZLRD.js} +3 -3
- package/dist/{chunk-ERR5JR42.js → chunk-WPJ2KZXP.js} +2 -2
- package/dist/commands/fleet.js +3 -3
- package/dist/commands/start.js +3 -3
- package/dist/commands/watchdog.js +3 -3
- package/dist/index.js +2 -2
- package/dist/main.js +5 -5
- package/dist/start.js +1 -1
- package/install.sh +11 -0
- package/package.json +1 -1
- /package/dist/{chunk-ELFD4Y4W.js.map → chunk-TUIYJ5KQ.js.map} +0 -0
- /package/dist/{chunk-WAX2THXK.js.map → chunk-UAWCLBR5.js.map} +0 -0
- /package/dist/{chunk-TL4GV2TJ.js.map → chunk-VZKHZLRD.js.map} +0 -0
- /package/dist/{chunk-ERR5JR42.js.map → chunk-WPJ2KZXP.js.map} +0 -0
|
@@ -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-
|
|
6505
|
+
//# sourceMappingURL=chunk-SLEK4XYQ.js.map
|