@swmansion/argent 0.22.2-next.10 → 0.22.2-next.11

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
@@ -7225,7 +7225,7 @@ var _CI_VENDOR_COUNT_FOR_TEST = vendors_default.length;
7225
7225
  var SESSION_ID2 = randomUUID5();
7226
7226
  function readCliVersion() {
7227
7227
  if (true) {
7228
- return "0.22.2-next.10";
7228
+ return "0.22.2-next.11";
7229
7229
  }
7230
7230
  return "0.0.0";
7231
7231
  }
@@ -16610,7 +16610,7 @@ var _CI_VENDOR_COUNT_FOR_TEST = vendors_default.length;
16610
16610
  var SESSION_ID = randomUUID4();
16611
16611
  function readCliVersion() {
16612
16612
  if (true) {
16613
- return "0.22.2-next.10";
16613
+ return "0.22.2-next.11";
16614
16614
  }
16615
16615
  return "0.0.0";
16616
16616
  }
@@ -93901,7 +93901,7 @@ var _CI_VENDOR_COUNT_FOR_TEST = vendors_default.length;
93901
93901
  var SESSION_ID = (0, import_node_crypto3.randomUUID)();
93902
93902
  function readCliVersion() {
93903
93903
  if (true) {
93904
- return "0.22.2-next.10";
93904
+ return "0.22.2-next.11";
93905
93905
  }
93906
93906
  return "0.0.0";
93907
93907
  }
@@ -95252,7 +95252,7 @@ var import_node_path5 = __toESM(require("node:path"));
95252
95252
  var import_semver2 = __toESM(require_semver2());
95253
95253
 
95254
95254
  // ../tool-server/package.json
95255
- var version2 = "0.22.1";
95255
+ var version2 = "0.23.0";
95256
95256
 
95257
95257
  // ../tool-server/src/utils/update-checker.ts
95258
95258
  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.22.2-next.10",
3
+ "version": "0.22.2-next.11",
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",