appium-ios-remotexpc 0.2.0 → 0.3.0

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 +15 -0
  2. package/package.json +8 -12
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ ## [0.3.0](https://github.com/appium/appium-ios-remotexpc/compare/v0.2.0...v0.3.0) (2025-08-26)
2
+
3
+ ### Features
4
+
5
+ * Tune Node.js engines ([#60](https://github.com/appium/appium-ios-remotexpc/issues/60)) ([ab3a259](https://github.com/appium/appium-ios-remotexpc/commit/ab3a25966569c4fa07c50aad250c91cf9a837507))
6
+
7
+ ### Bug Fixes
8
+
9
+ * use 0.9+ explicitly for xmldom reps ([#63](https://github.com/appium/appium-ios-remotexpc/issues/63)) ([4940032](https://github.com/appium/appium-ios-remotexpc/commit/4940032d439e5dd6a4537c8b8dde8ed49be7ebb9))
10
+
11
+ ### Miscellaneous Chores
12
+
13
+ * **deps:** bump actions/checkout from 3 to 4 ([#57](https://github.com/appium/appium-ios-remotexpc/issues/57)) ([4d80170](https://github.com/appium/appium-ios-remotexpc/commit/4d80170359af0b41edfb11016ecc08aa6867a28c))
14
+ * **deps:** bump actions/setup-node from 3 to 4 ([#58](https://github.com/appium/appium-ios-remotexpc/issues/58)) ([1f2abdd](https://github.com/appium/appium-ios-remotexpc/commit/1f2abddc315900825d5a94dd817b234a393e1f85))
15
+
1
16
  ## [0.2.0](https://github.com/appium/appium-ios-remotexpc/compare/v0.1.1...v0.2.0) (2025-08-14)
2
17
 
3
18
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appium-ios-remotexpc",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "main": "build/src/index.js",
5
5
  "types": "build/src/index.d.ts",
6
6
  "type": "module",
@@ -11,7 +11,8 @@
11
11
  }
12
12
  },
13
13
  "engines": {
14
- "node": ">=20 <23"
14
+ "node": "^20.19.0 || ^22.12.0 || >=24.0.0",
15
+ "npm": ">=10"
15
16
  },
16
17
  "scripts": {
17
18
  "clean:build": "rimraf ./build",
@@ -44,21 +45,17 @@
44
45
  },
45
46
  "description": "",
46
47
  "devDependencies": {
47
- "@appium/eslint-config-appium-ts": "^1.0.4",
48
- "@appium/tsconfig": "^0.3.5",
49
- "@eslint/js": "^9.23.0",
48
+ "@appium/eslint-config-appium-ts": "^2.0.0-rc.1",
49
+ "@appium/tsconfig": "^1.0.0-rc.1",
50
50
  "@semantic-release/changelog": "^6.0.3",
51
51
  "@semantic-release/git": "^10.0.1",
52
52
  "@trivago/prettier-plugin-sort-imports": "^5.2.2",
53
53
  "@types/chai": "^5.2.1",
54
54
  "@types/chai-as-promised": "^8.0.2",
55
55
  "@types/mocha": "^10.0.10",
56
- "appium": "^2.17.1",
57
56
  "chai": "^5.2.0",
58
57
  "chai-as-promised": "^8.0.1",
59
58
  "conventional-changelog-conventionalcommits": "^8.0.0",
60
- "eslint": "^9.23.0",
61
- "eslint-config-prettier": "^10.1.2",
62
59
  "eslint-plugin-unicorn": "^58.0.0",
63
60
  "mocha": "^11.1.0",
64
61
  "prettier": "^3.5.3",
@@ -66,12 +63,11 @@
66
63
  "semantic-release": "^24.0.0",
67
64
  "ts-node": "^10.9.2",
68
65
  "tsx": "^4.7.0",
69
- "typescript": "^5.2.2",
70
- "typescript-eslint": "^8.29.0"
66
+ "typescript": "^5.2.2"
71
67
  },
72
68
  "dependencies": {
73
- "@appium/strongbox": "^0.x",
74
- "@appium/support": "^6.1.0",
69
+ "@appium/strongbox": "^1.0.0-rc.1",
70
+ "@appium/support": "^7.0.0-rc.1",
75
71
  "@types/node": "^24.0.10",
76
72
  "@xmldom/xmldom": "^0.9.8",
77
73
  "npm-run-all2": "^7.0.2",