@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.
- package/dist/tool-server.cjs +1 -1
- package/package.json +1 -1
package/dist/tool-server.cjs
CHANGED
|
@@ -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