@midscene/cli 0.8.5 → 0.8.6-beta-20241209120337.0

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/es/index.js CHANGED
@@ -15050,7 +15050,7 @@ var require_package2 = __commonJS({
15050
15050
  module.exports = {
15051
15051
  name: "@midscene/cli",
15052
15052
  description: "An AI-powered automation SDK can control the page, perform assertions, and extract data in JSON format using natural language. See https://midscenejs.com/ for details.",
15053
- version: "0.8.5",
15053
+ version: "0.8.6-beta-20241209120337.0",
15054
15054
  repository: "https://github.com/web-infra-dev/midscene",
15055
15055
  homepage: "https://midscenejs.com/",
15056
15056
  "jsnext:source": "./src/index.ts",
@@ -16607,7 +16607,13 @@ var init_yaml_player = __esm({
16607
16607
  );
16608
16608
  }
16609
16609
  const browser = yield puppeteer.launch({
16610
- headless: !headed
16610
+ headless: !headed,
16611
+ args: [
16612
+ "--no-sandbox",
16613
+ "--disable-setuid-sandbox",
16614
+ "--disable-features=PasswordLeakDetection",
16615
+ "--disable-save-password-bubble"
16616
+ ]
16611
16617
  });
16612
16618
  freeFn.push({
16613
16619
  name: "puppeteer_browser",
package/dist/lib/index.js CHANGED
@@ -5556,7 +5556,7 @@ var require_package2 = __commonJS({
5556
5556
  module2.exports = {
5557
5557
  name: "@midscene/cli",
5558
5558
  description: "An AI-powered automation SDK can control the page, perform assertions, and extract data in JSON format using natural language. See https://midscenejs.com/ for details.",
5559
- version: "0.8.5",
5559
+ version: "0.8.6-beta-20241209120337.0",
5560
5560
  repository: "https://github.com/web-infra-dev/midscene",
5561
5561
  homepage: "https://midscenejs.com/",
5562
5562
  "jsnext:source": "./src/index.ts",
@@ -16405,7 +16405,13 @@ var ScriptPlayer = class {
16405
16405
  );
16406
16406
  }
16407
16407
  const browser = yield import_puppeteer.default.launch({
16408
- headless: !headed
16408
+ headless: !headed,
16409
+ args: [
16410
+ "--no-sandbox",
16411
+ "--disable-setuid-sandbox",
16412
+ "--disable-features=PasswordLeakDetection",
16413
+ "--disable-save-password-bubble"
16414
+ ]
16409
16415
  });
16410
16416
  freeFn.push({
16411
16417
  name: "puppeteer_browser",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@midscene/cli",
3
3
  "description": "An AI-powered automation SDK can control the page, perform assertions, and extract data in JSON format using natural language. See https://midscenejs.com/ for details.",
4
- "version": "0.8.5",
4
+ "version": "0.8.6-beta-20241209120337.0",
5
5
  "repository": "https://github.com/web-infra-dev/midscene",
6
6
  "homepage": "https://midscenejs.com/",
7
7
  "jsnext:source": "./src/index.ts",
@@ -17,8 +17,8 @@
17
17
  "dependencies": {
18
18
  "http-server": "14.1.1",
19
19
  "puppeteer": "23.0.2",
20
- "@midscene/core": "0.8.5",
21
- "@midscene/web": "0.8.5"
20
+ "@midscene/core": "0.8.6-beta-20241209120337.0",
21
+ "@midscene/web": "0.8.6-beta-20241209120337.0"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@modern-js/module-tools": "2.60.6",