@swmansion/argent 0.23.1-next.2 → 0.24.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.
Binary file
Binary file
Binary file
Binary file
package/dist/cli-cmds.mjs CHANGED
@@ -7253,7 +7253,7 @@ var _CI_VENDOR_COUNT_FOR_TEST = vendors_default.length;
7253
7253
  var SESSION_ID2 = randomUUID5();
7254
7254
  function readCliVersion() {
7255
7255
  if (true) {
7256
- return "0.23.1-next.2";
7256
+ return "0.24.0";
7257
7257
  }
7258
7258
  return "0.0.0";
7259
7259
  }
@@ -16625,7 +16625,7 @@ var _CI_VENDOR_COUNT_FOR_TEST = vendors_default.length;
16625
16625
  var SESSION_ID = randomUUID4();
16626
16626
  function readCliVersion() {
16627
16627
  if (true) {
16628
- return "0.23.1-next.2";
16628
+ return "0.24.0";
16629
16629
  }
16630
16630
  return "0.0.0";
16631
16631
  }
@@ -93916,7 +93916,7 @@ var _CI_VENDOR_COUNT_FOR_TEST = vendors_default.length;
93916
93916
  var SESSION_ID = (0, import_node_crypto3.randomUUID)();
93917
93917
  function readCliVersion() {
93918
93918
  if (true) {
93919
- return "0.23.1-next.2";
93919
+ return "0.24.0";
93920
93920
  }
93921
93921
  return "0.0.0";
93922
93922
  }
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swmansion/argent",
3
- "version": "0.23.1-next.2",
3
+ "version": "0.24.0",
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",