@swmansion/argent 0.14.1-next.21 → 0.14.1-next.23

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.
package/dist/cli-cmds.mjs CHANGED
@@ -6865,7 +6865,7 @@ var _CI_VENDOR_COUNT_FOR_TEST = vendors_default.length;
6865
6865
  var SESSION_ID2 = randomUUID3();
6866
6866
  function readCliVersion() {
6867
6867
  if (true) {
6868
- return "0.14.0";
6868
+ return "0.15.0";
6869
6869
  }
6870
6870
  return "0.0.0";
6871
6871
  }
@@ -16971,7 +16971,7 @@ var _CI_VENDOR_COUNT_FOR_TEST = vendors_default.length;
16971
16971
  var SESSION_ID = randomUUID3();
16972
16972
  function readCliVersion() {
16973
16973
  if (true) {
16974
- return "0.14.0";
16974
+ return "0.15.0";
16975
16975
  }
16976
16976
  return "0.0.0";
16977
16977
  }
@@ -100364,7 +100364,7 @@ var _CI_VENDOR_COUNT_FOR_TEST = vendors_default.length;
100364
100364
  var SESSION_ID = (0, import_node_crypto3.randomUUID)();
100365
100365
  function readCliVersion() {
100366
100366
  if (true) {
100367
- return "0.14.0";
100367
+ return "0.15.0";
100368
100368
  }
100369
100369
  return "0.0.0";
100370
100370
  }
@@ -101727,7 +101727,7 @@ var import_node_path4 = __toESM(require("node:path"));
101727
101727
  var import_semver = __toESM(require_semver2());
101728
101728
 
101729
101729
  // ../tool-server/package.json
101730
- var version3 = "0.14.0";
101730
+ var version3 = "0.15.0";
101731
101731
 
101732
101732
  // ../tool-server/src/utils/update-checker.ts
101733
101733
  var import_update_core = __toESM(require_dist4());
@@ -109659,6 +109659,7 @@ async function openMoqClient(udid) {
109659
109659
  async function openMoqClientFromInfo(info) {
109660
109660
  await ensurePolyfill();
109661
109661
  const url2 = new URL(info.url);
109662
+ if (info.token) url2.searchParams.set("token", info.token);
109662
109663
  const fingerprint = decodeHexFingerprint(info.fingerprint);
109663
109664
  let established;
109664
109665
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swmansion/argent",
3
- "version": "0.14.1-next.21",
3
+ "version": "0.14.1-next.23",
4
4
  "description": "MCP server for iOS Simulator and Android Emulator control",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {