@swmansion/argent 0.13.1-next.2 → 0.14.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
package/dist/cli-cmds.mjs CHANGED
@@ -6679,7 +6679,7 @@ var _CI_VENDOR_COUNT_FOR_TEST = vendors_default.length;
6679
6679
  var SESSION_ID2 = randomUUID3();
6680
6680
  function readCliVersion() {
6681
6681
  if (true) {
6682
- return "0.13.0";
6682
+ return "0.14.0";
6683
6683
  }
6684
6684
  return "0.0.0";
6685
6685
  }
@@ -16900,7 +16900,7 @@ var _CI_VENDOR_COUNT_FOR_TEST = vendors_default.length;
16900
16900
  var SESSION_ID = randomUUID3();
16901
16901
  function readCliVersion() {
16902
16902
  if (true) {
16903
- return "0.13.0";
16903
+ return "0.14.0";
16904
16904
  }
16905
16905
  return "0.0.0";
16906
16906
  }
@@ -100249,7 +100249,7 @@ var _CI_VENDOR_COUNT_FOR_TEST = vendors_default.length;
100249
100249
  var SESSION_ID = (0, import_node_crypto3.randomUUID)();
100250
100250
  function readCliVersion() {
100251
100251
  if (true) {
100252
- return "0.13.0";
100252
+ return "0.14.0";
100253
100253
  }
100254
100254
  return "0.0.0";
100255
100255
  }
@@ -101263,7 +101263,7 @@ var import_node_path4 = __toESM(require("node:path"));
101263
101263
  var import_semver = __toESM(require_semver2());
101264
101264
 
101265
101265
  // ../tool-server/package.json
101266
- var version3 = "0.13.0";
101266
+ var version3 = "0.14.0";
101267
101267
 
101268
101268
  // ../tool-server/src/utils/update-checker.ts
101269
101269
  var import_update_core = __toESM(require_dist4());
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swmansion/argent",
3
- "version": "0.13.1-next.2",
3
+ "version": "0.14.0",
4
4
  "description": "MCP server for iOS Simulator and Android Emulator control",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {