appium-ios-remotexpc 5.1.2 → 5.1.3

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/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## [5.1.3](https://github.com/appium/appium-ios-remotexpc/compare/v5.1.2...v5.1.3) (2026-06-20)
2
+
3
+ ### Bug Fixes
4
+
5
+ * reuse discovered devices when starting Apple TV tunnels ([c2ff387](https://github.com/appium/appium-ios-remotexpc/commit/c2ff38731e3eb16c994b337fd277f3fde2a3309d))
6
+
1
7
  ## [5.1.2](https://github.com/appium/appium-ios-remotexpc/compare/v5.1.1...v5.1.2) (2026-06-19)
2
8
 
3
9
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appium-ios-remotexpc",
3
- "version": "5.1.2",
3
+ "version": "5.1.3",
4
4
  "main": "build/src/index.js",
5
5
  "types": "build/src/index.d.ts",
6
6
  "type": "module",
@@ -475,6 +475,7 @@ async function main() {
475
475
  undefined,
476
476
  d.identifier,
477
477
  {
478
+ devices,
478
479
  discoveryTimeoutMs: options.discoveryTimeout,
479
480
  },
480
481
  );