appium-webdriveragent 10.4.0 → 10.4.2

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,15 @@
1
+ ## [10.4.2](https://github.com/appium/WebDriverAgent/compare/v10.4.1...v10.4.2) (2025-12-11)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * **deps-dev:** bump @types/node from 24.10.3 to 25.0.0 ([#1081](https://github.com/appium/WebDriverAgent/issues/1081)) ([6157d8e](https://github.com/appium/WebDriverAgent/commit/6157d8edd12f0e40938fd38fa8473d84999ce360))
6
+
7
+ ## [10.4.1](https://github.com/appium/WebDriverAgent/compare/v10.4.0...v10.4.1) (2025-12-07)
8
+
9
+ ### Miscellaneous Chores
10
+
11
+ * Ditch usage of @appium/test-support ([#1080](https://github.com/appium/WebDriverAgent/issues/1080)) ([5c7cd2e](https://github.com/appium/WebDriverAgent/commit/5c7cd2ef2dec11b00dddd7a357bdaafd6df62e73))
12
+
1
13
  ## [10.4.0](https://github.com/appium/WebDriverAgent/compare/v10.3.0...v10.4.0) (2025-12-06)
2
14
 
3
15
  ### Features
@@ -15,11 +15,11 @@
15
15
  <key>CFBundlePackageType</key>
16
16
  <string>FMWK</string>
17
17
  <key>CFBundleShortVersionString</key>
18
- <string>10.4.0</string>
18
+ <string>10.4.2</string>
19
19
  <key>CFBundleSignature</key>
20
20
  <string>????</string>
21
21
  <key>CFBundleVersion</key>
22
- <string>10.4.0</string>
22
+ <string>10.4.2</string>
23
23
  <key>NSPrincipalClass</key>
24
24
  <string/>
25
25
  </dict>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appium-webdriveragent",
3
- "version": "10.4.0",
3
+ "version": "10.4.2",
4
4
  "description": "Package bundling WebDriverAgent",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",
@@ -49,7 +49,6 @@
49
49
  "homepage": "https://github.com/appium/WebDriverAgent#readme",
50
50
  "devDependencies": {
51
51
  "@appium/eslint-config-appium-ts": "^2.0.0-rc.1",
52
- "@appium/test-support": "^4.0.0-rc.1",
53
52
  "@appium/tsconfig": "^1.0.0-rc.1",
54
53
  "@appium/types": "^1.0.0-rc.1",
55
54
  "@semantic-release/changelog": "^6.0.1",
@@ -57,7 +56,7 @@
57
56
  "@types/bluebird": "^3.5.38",
58
57
  "@types/lodash": "^4.14.196",
59
58
  "@types/mocha": "^10.0.1",
60
- "@types/node": "^24.0.0",
59
+ "@types/node": "^25.0.0",
61
60
  "appium-xcode": "^6.0.0",
62
61
  "chai": "^6.0.0",
63
62
  "chai-as-promised": "^8.0.0",