appium-webdriveragent 4.10.14 → 4.10.16

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 +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ ## [4.10.16](https://github.com/appium/WebDriverAgent/compare/v4.10.15...v4.10.16) (2022-12-29)
2
+
3
+
4
+ ### Miscellaneous Chores
5
+
6
+ * build only arm64 for generic build in a release ([#648](https://github.com/appium/WebDriverAgent/issues/648)) ([63e175d](https://github.com/appium/WebDriverAgent/commit/63e175d56526d9fb74d9053dbe60fd0c80b9c670))
7
+
8
+ ## [4.10.15](https://github.com/appium/WebDriverAgent/compare/v4.10.14...v4.10.15) (2022-12-16)
9
+
10
+
11
+ ### Miscellaneous Chores
12
+
13
+ * **deps:** bump @appium/base-driver from 8.7.3 to 9.0.0 ([#645](https://github.com/appium/WebDriverAgent/issues/645)) ([35dd981](https://github.com/appium/WebDriverAgent/commit/35dd98111f1d8222bc0cb412c11cb1442d10295e))
14
+ * **deps:** bump appium-ios-simulator from 4.2.1 to 5.0.1 ([#646](https://github.com/appium/WebDriverAgent/issues/646)) ([7911cbb](https://github.com/appium/WebDriverAgent/commit/7911cbb3607b1d75091bdf3dc436baae3868854a))
15
+
1
16
  ## [4.10.14](https://github.com/appium/WebDriverAgent/compare/v4.10.13...v4.10.14) (2022-12-14)
2
17
 
3
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appium-webdriveragent",
3
- "version": "4.10.14",
3
+ "version": "4.10.16",
4
4
  "description": "Package bundling WebDriverAgent",
5
5
  "main": "./build/index.js",
6
6
  "scripts": {
@@ -81,10 +81,10 @@
81
81
  "sinon": "^15.0.0"
82
82
  },
83
83
  "dependencies": {
84
- "@appium/base-driver": "^8.7.3",
84
+ "@appium/base-driver": "^9.0.0",
85
85
  "@appium/support": "^3.0.0",
86
86
  "@babel/runtime": "^7.0.0",
87
- "appium-ios-simulator": "^4.0.0",
87
+ "appium-ios-simulator": "^5.0.1",
88
88
  "async-lock": "^1.0.0",
89
89
  "asyncbox": "^2.5.3",
90
90
  "axios": "^1.x",