appium-remote-debugger 15.10.3 → 15.10.5

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 +12 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## [15.10.5](https://github.com/appium/appium-remote-debugger/compare/v15.10.4...v15.10.5) (2026-06-19)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * **deps-dev:** bump @types/node from 25.9.4 to 26.0.0 ([#503](https://github.com/appium/appium-remote-debugger/issues/503)) ([bd89860](https://github.com/appium/appium-remote-debugger/commit/bd89860def7b8b6cfd8262228ecd0cd209348f28))
6
+
7
+ ## [15.10.4](https://github.com/appium/appium-remote-debugger/compare/v15.10.3...v15.10.4) (2026-06-19)
8
+
9
+ ### Miscellaneous Chores
10
+
11
+ * **deps:** bump appium-ios-remotexpc from 2.4.0 to 5.0.1 ([#502](https://github.com/appium/appium-remote-debugger/issues/502)) ([5e87eb3](https://github.com/appium/appium-remote-debugger/commit/5e87eb38018affd70a258e7ef3b7fc355b14786a))
12
+
1
13
  ## [15.10.3](https://github.com/appium/appium-remote-debugger/compare/v15.10.2...v15.10.3) (2026-05-26)
2
14
 
3
15
  ### Bug Fixes
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "keywords": [
5
5
  "appium"
6
6
  ],
7
- "version": "15.10.3",
7
+ "version": "15.10.5",
8
8
  "author": "Appium Contributors",
9
9
  "license": "Apache-2.0",
10
10
  "repository": {
@@ -41,7 +41,7 @@
41
41
  "teen_process": "^4.0.4"
42
42
  },
43
43
  "optionalDependencies": {
44
- "appium-ios-remotexpc": "^2.0.0"
44
+ "appium-ios-remotexpc": "^5.0.1"
45
45
  },
46
46
  "scripts": {
47
47
  "build": "tsc -b",
@@ -77,7 +77,7 @@
77
77
  "@types/chai-as-promised": "^8.0.2",
78
78
  "@types/finalhandler": "^1.2.4",
79
79
  "@types/mocha": "^10.0.1",
80
- "@types/node": "^25.0.0",
80
+ "@types/node": "^26.0.0",
81
81
  "@types/serve-static": "^2.2.0",
82
82
  "@types/sinon": "^21.0.1",
83
83
  "appium-ios-simulator": "^8.0.0",