@swmansion/argent 0.19.1-next.7 → 0.20.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
Binary file
Binary file
package/dist/cli-cmds.mjs CHANGED
@@ -8318,7 +8318,7 @@ var _CI_VENDOR_COUNT_FOR_TEST = vendors_default.length;
8318
8318
  var SESSION_ID2 = randomUUID5();
8319
8319
  function readCliVersion() {
8320
8320
  if (true) {
8321
- return "0.19.0";
8321
+ return "0.20.0";
8322
8322
  }
8323
8323
  return "0.0.0";
8324
8324
  }
@@ -17399,7 +17399,7 @@ var _CI_VENDOR_COUNT_FOR_TEST = vendors_default.length;
17399
17399
  var SESSION_ID = randomUUID3();
17400
17400
  function readCliVersion() {
17401
17401
  if (true) {
17402
- return "0.19.0";
17402
+ return "0.20.0";
17403
17403
  }
17404
17404
  return "0.0.0";
17405
17405
  }
@@ -96798,7 +96798,7 @@ var _CI_VENDOR_COUNT_FOR_TEST = vendors_default.length;
96798
96798
  var SESSION_ID = (0, import_node_crypto3.randomUUID)();
96799
96799
  function readCliVersion() {
96800
96800
  if (true) {
96801
- return "0.19.0";
96801
+ return "0.20.0";
96802
96802
  }
96803
96803
  return "0.0.0";
96804
96804
  }
@@ -98186,7 +98186,7 @@ var import_node_path5 = __toESM(require("node:path"));
98186
98186
  var import_semver = __toESM(require_semver2());
98187
98187
 
98188
98188
  // ../tool-server/package.json
98189
- var version3 = "0.19.0";
98189
+ var version3 = "0.20.0";
98190
98190
 
98191
98191
  // ../tool-server/src/utils/update-checker.ts
98192
98192
  var import_update_core = __toESM(require_dist4());
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.19.1-next.7",
3
+ "version": "0.20.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",