appium-ios-remotexpc 0.44.2 → 0.45.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ ## [0.45.1](https://github.com/appium/appium-ios-remotexpc/compare/v0.45.0...v0.45.1) (2026-04-21)
2
+
3
+ ### Bug Fixes
4
+
5
+ * Revert "refactor!: remove deprecated discovery and WebInspector APIs ([#190](https://github.com/appium/appium-ios-remotexpc/issues/190))" ([#191](https://github.com/appium/appium-ios-remotexpc/issues/191)) ([daf4e78](https://github.com/appium/appium-ios-remotexpc/commit/daf4e78915d1881a170ce43199585281cb601519))
6
+
7
+ ## [0.45.0](https://github.com/appium/appium-ios-remotexpc/compare/v0.44.2...v0.45.0) (2026-04-21)
8
+
9
+ ### ⚠ BREAKING CHANGES
10
+
11
+ * DiscoveredDeviceMetadata no longer includes minVersion, authTag, or serviceType.
12
+ * AppleTVDevice no longer includes minVersion, authTag, or interfaceIndex.
13
+ * WebInspectorService.stopListening() removed; use stopListeningAsync() instead.
14
+
15
+ ### Code Refactoring
16
+
17
+ * remove deprecated discovery and WebInspector APIs ([#190](https://github.com/appium/appium-ios-remotexpc/issues/190)) ([fd67be0](https://github.com/appium/appium-ios-remotexpc/commit/fd67be0ebbfcb38d3ba64ed8b74617862afd8544))
18
+
1
19
  ## [0.44.2](https://github.com/appium/appium-ios-remotexpc/compare/v0.44.1...v0.44.2) (2026-04-13)
2
20
 
3
21
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appium-ios-remotexpc",
3
- "version": "0.44.2",
3
+ "version": "0.45.1",
4
4
  "main": "build/src/index.js",
5
5
  "types": "build/src/index.d.ts",
6
6
  "type": "module",