@swmansion/argent 0.18.1-next.17 → 0.18.1-next.18

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.
@@ -148169,7 +148169,7 @@ var path31 = __toESM(require("node:path"));
148169
148169
 
148170
148170
  // ../tool-server/src/tools/flows/flow-device.ts
148171
148171
  init_src();
148172
- var DEVICE_BIND_KEYS = ["udid", "device_id"];
148172
+ var DEVICE_BIND_KEYS = ["udid", "device_id", "device"];
148173
148173
  var DEVICE_ARG_KEYS = [...DEVICE_BIND_KEYS, "device"];
148174
148174
  function deviceEntryId(d) {
148175
148175
  if (d.platform === "ios") return d.udid;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swmansion/argent",
3
- "version": "0.18.1-next.17",
3
+ "version": "0.18.1-next.18",
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",