appium-webdriveragent 4.10.13 → 4.10.15

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 +16 -0
  2. package/package.json +6 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## [4.10.15](https://github.com/appium/WebDriverAgent/compare/v4.10.14...v4.10.15) (2022-12-16)
2
+
3
+
4
+ ### Miscellaneous Chores
5
+
6
+ * **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))
7
+ * **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))
8
+
9
+ ## [4.10.14](https://github.com/appium/WebDriverAgent/compare/v4.10.13...v4.10.14) (2022-12-14)
10
+
11
+
12
+ ### Miscellaneous Chores
13
+
14
+ * **deps-dev:** bump @appium/test-support from 2.0.2 to 3.0.0 ([#644](https://github.com/appium/WebDriverAgent/issues/644)) ([ab84580](https://github.com/appium/WebDriverAgent/commit/ab8458027457563b7faaeef36d9019b7ac1921b0))
15
+ * **deps:** bump @appium/support from 2.61.1 to 3.0.0 ([#643](https://github.com/appium/WebDriverAgent/issues/643)) ([3ca197a](https://github.com/appium/WebDriverAgent/commit/3ca197ac7526036e408584207b26129847a615ca))
16
+
1
17
  ## [4.10.13](https://github.com/appium/WebDriverAgent/compare/v4.10.12...v4.10.13) (2022-12-13)
2
18
 
3
19
  ## [4.10.12](https://github.com/appium/WebDriverAgent/compare/v4.10.11...v4.10.12) (2022-12-08)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appium-webdriveragent",
3
- "version": "4.10.13",
3
+ "version": "4.10.15",
4
4
  "description": "Package bundling WebDriverAgent",
5
5
  "main": "./build/index.js",
6
6
  "scripts": {
@@ -53,7 +53,7 @@
53
53
  "homepage": "https://github.com/appium/WebDriverAgent#readme",
54
54
  "devDependencies": {
55
55
  "@appium/eslint-config-appium": "^6.0.0",
56
- "@appium/test-support": "^2.0.0",
56
+ "@appium/test-support": "^3.0.0",
57
57
  "@babel/cli": "^7.18.10",
58
58
  "@babel/core": "^7.18.10",
59
59
  "@babel/eslint-parser": "^7.18.9",
@@ -66,6 +66,7 @@
66
66
  "appium-xcode": "^4.0.1",
67
67
  "chai": "^4.2.0",
68
68
  "chai-as-promised": "^7.1.1",
69
+ "conventional-changelog-conventionalcommits": "^5.0.0",
69
70
  "eslint": "^7.32.0",
70
71
  "eslint-config-prettier": "^8.5.0",
71
72
  "glob": "^8.0.1",
@@ -80,10 +81,10 @@
80
81
  "sinon": "^15.0.0"
81
82
  },
82
83
  "dependencies": {
83
- "@appium/base-driver": "^8.7.3",
84
- "@appium/support": "^2.61.0",
84
+ "@appium/base-driver": "^9.0.0",
85
+ "@appium/support": "^3.0.0",
85
86
  "@babel/runtime": "^7.0.0",
86
- "appium-ios-simulator": "^4.0.0",
87
+ "appium-ios-simulator": "^5.0.1",
87
88
  "async-lock": "^1.0.0",
88
89
  "asyncbox": "^2.5.3",
89
90
  "axios": "^1.x",