@swmansion/argent 0.18.1-next.22 → 0.18.1-next.24

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.
Binary file
Binary file
Binary file
Binary file
package/dist/cli-cmds.mjs CHANGED
@@ -8289,7 +8289,7 @@ var _CI_VENDOR_COUNT_FOR_TEST = vendors_default.length;
8289
8289
  var SESSION_ID2 = randomUUID5();
8290
8290
  function readCliVersion() {
8291
8291
  if (true) {
8292
- return "0.18.1";
8292
+ return "0.19.0";
8293
8293
  }
8294
8294
  return "0.0.0";
8295
8295
  }
@@ -17370,7 +17370,7 @@ var _CI_VENDOR_COUNT_FOR_TEST = vendors_default.length;
17370
17370
  var SESSION_ID = randomUUID3();
17371
17371
  function readCliVersion() {
17372
17372
  if (true) {
17373
- return "0.18.1";
17373
+ return "0.19.0";
17374
17374
  }
17375
17375
  return "0.0.0";
17376
17376
  }
@@ -104774,7 +104774,7 @@ var _CI_VENDOR_COUNT_FOR_TEST = vendors_default.length;
104774
104774
  var SESSION_ID = (0, import_node_crypto3.randomUUID)();
104775
104775
  function readCliVersion() {
104776
104776
  if (true) {
104777
- return "0.18.1";
104777
+ return "0.19.0";
104778
104778
  }
104779
104779
  return "0.0.0";
104780
104780
  }
@@ -106162,7 +106162,7 @@ var import_node_path5 = __toESM(require("node:path"));
106162
106162
  var import_semver = __toESM(require_semver2());
106163
106163
 
106164
106164
  // ../tool-server/package.json
106165
- var version3 = "0.18.1";
106165
+ var version3 = "0.19.0";
106166
106166
 
106167
106167
  // ../tool-server/src/utils/update-checker.ts
106168
106168
  var import_update_core = __toESM(require_dist4());
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swmansion/argent",
3
- "version": "0.18.1-next.22",
3
+ "version": "0.18.1-next.24",
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",