@swmansion/argent 0.21.1-next.13 → 0.21.1-next.15

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/cli-cmds.mjs CHANGED
@@ -7214,7 +7214,7 @@ var _CI_VENDOR_COUNT_FOR_TEST = vendors_default.length;
7214
7214
  var SESSION_ID2 = randomUUID5();
7215
7215
  function readCliVersion() {
7216
7216
  if (true) {
7217
- return "0.21.1-next.13";
7217
+ return "0.21.1-next.15";
7218
7218
  }
7219
7219
  return "0.0.0";
7220
7220
  }
@@ -16434,7 +16434,7 @@ var _CI_VENDOR_COUNT_FOR_TEST = vendors_default.length;
16434
16434
  var SESSION_ID = randomUUID4();
16435
16435
  function readCliVersion() {
16436
16436
  if (true) {
16437
- return "0.21.1-next.13";
16437
+ return "0.21.1-next.15";
16438
16438
  }
16439
16439
  return "0.0.0";
16440
16440
  }
@@ -95690,7 +95690,7 @@ var _CI_VENDOR_COUNT_FOR_TEST = vendors_default.length;
95690
95690
  var SESSION_ID = (0, import_node_crypto3.randomUUID)();
95691
95691
  function readCliVersion() {
95692
95692
  if (true) {
95693
- return "0.21.1-next.13";
95693
+ return "0.21.1-next.15";
95694
95694
  }
95695
95695
  return "0.0.0";
95696
95696
  }
@@ -108077,7 +108077,7 @@ var path12 = __toESM(require("node:path"));
108077
108077
  var os4 = __toESM(require("node:os"));
108078
108078
  var import_node_crypto5 = require("node:crypto");
108079
108079
  var import_node_url = require("node:url");
108080
- var DEFAULT_SCREENSHOT_SCALE = 0.3;
108080
+ var DEFAULT_SCREENSHOT_SCALE = 0.25;
108081
108081
  var NO_IMAGE_ERROR = /no image to export/i;
108082
108082
  var FIRST_FRAME_WAIT_MS = 6e3;
108083
108083
  var FIRST_FRAME_POLL_MS = 250;
@@ -120911,7 +120911,7 @@ var zodSchema15 = external_exports.object({
120911
120911
  "Orientation override for the screenshot (rotates the captured image after Page.captureScreenshot on Chromium)."
120912
120912
  ),
120913
120913
  scale: external_exports.number().min(0.01).max(1).optional().describe(
120914
- "Scale factor (0.01-1.0). Defaults to ARGENT_SCREENSHOT_SCALE env var, or 0.3 if unset for iOS/Android. On Chromium the default is 1.0 (no downscale); pass <1 to opt in. Downscaling on Chromium requires the optional `sharp` dependency."
120914
+ "Scale factor (0.01-1.0). Defaults to ARGENT_SCREENSHOT_SCALE env var, or 0.25 if unset for iOS/Android. On Chromium the default is 1.0 (no downscale); pass <1 to opt in. Downscaling on Chromium requires the optional `sharp` dependency."
120915
120915
  ),
120916
120916
  includeImageInContext: external_exports.boolean().optional().default(true).describe(
120917
120917
  "Default true. Set false only when capturing a full-resolution PNG (scale: 1.0) to save as a baseline/current for screenshot-diff \u2014 the file is still written, but the image bytes are not attached to the agent context."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swmansion/argent",
3
- "version": "0.21.1-next.13",
3
+ "version": "0.21.1-next.15",
4
4
  "mcpName": "io.github.software-mansion/argent",
5
5
  "description": "MCP server for iOS Simulator and Android Emulator control",
6
6
  "license": "Apache-2.0",