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

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.
@@ -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.22",
4
4
  "description": "MCP server for iOS Simulator and Android Emulator control",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {