appium-xcuitest-driver 4.32.19 → 4.32.21
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 +14 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [4.32.21](https://github.com/appium/appium-xcuitest-driver/compare/v4.32.20...v4.32.21) (2023-07-16)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update dependency appium-webdriveragent to v5.6.0 for waitForQuiescence in in /wda/apps/launch ([#1817](https://github.com/appium/appium-xcuitest-driver/issues/1817)) ([9e4ded1](https://github.com/appium/appium-xcuitest-driver/commit/9e4ded1fe475d7aa83c638b1d2ca3e79936e7fc5))
|
|
7
|
+
|
|
8
|
+
## [4.32.20](https://github.com/appium/appium-xcuitest-driver/compare/v4.32.19...v4.32.20) (2023-07-13)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **deps:** update dependency @xmldom/xmldom to v0.8.9 ([a5312c6](https://github.com/appium/appium-xcuitest-driver/commit/a5312c6bf1fd4fe2a2f5722e776b4ac7f17248a8))
|
|
14
|
+
|
|
1
15
|
## [4.32.19](https://github.com/appium/appium-xcuitest-driver/compare/v4.32.18...v4.32.19) (2023-07-09)
|
|
2
16
|
|
|
3
17
|
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"xcuitest",
|
|
9
9
|
"xctest"
|
|
10
10
|
],
|
|
11
|
-
"version": "4.32.
|
|
11
|
+
"version": "4.32.21",
|
|
12
12
|
"author": "Appium Contributors",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"repository": {
|
|
@@ -68,12 +68,12 @@
|
|
|
68
68
|
],
|
|
69
69
|
"types": "./build/index.d.ts",
|
|
70
70
|
"dependencies": {
|
|
71
|
-
"@xmldom/xmldom": "0.8.
|
|
71
|
+
"@xmldom/xmldom": "0.8.9",
|
|
72
72
|
"appium-idb": "1.6.13",
|
|
73
73
|
"appium-ios-device": "2.5.4",
|
|
74
74
|
"appium-ios-simulator": "5.1.1",
|
|
75
75
|
"appium-remote-debugger": "9.1.17",
|
|
76
|
-
"appium-webdriveragent": "5.
|
|
76
|
+
"appium-webdriveragent": "5.6.0",
|
|
77
77
|
"appium-xcode": "5.1.4",
|
|
78
78
|
"async-lock": "1.4.0",
|
|
79
79
|
"asyncbox": "2.9.4",
|
|
@@ -151,15 +151,15 @@
|
|
|
151
151
|
"@types/sinon": "10.0.15",
|
|
152
152
|
"@types/sinon-chai": "3.2.9",
|
|
153
153
|
"@types/teen_process": "2.0.0",
|
|
154
|
-
"@typescript-eslint/eslint-plugin": "5.
|
|
155
|
-
"@typescript-eslint/parser": "5.
|
|
154
|
+
"@typescript-eslint/eslint-plugin": "5.62.0",
|
|
155
|
+
"@typescript-eslint/parser": "5.62.0",
|
|
156
156
|
"appium": "2.0.0-rc.2",
|
|
157
157
|
"axios": "1.4.0",
|
|
158
158
|
"chai": "4.3.7",
|
|
159
159
|
"chai-as-promised": "7.1.1",
|
|
160
160
|
"chai-subset": "1.6.0",
|
|
161
161
|
"conventional-changelog-conventionalcommits": "6.1.0",
|
|
162
|
-
"eslint": "8.
|
|
162
|
+
"eslint": "8.45.0",
|
|
163
163
|
"eslint-config-prettier": "8.8.0",
|
|
164
164
|
"eslint-import-resolver-typescript": "3.5.5",
|
|
165
165
|
"eslint-plugin-import": "2.27.5",
|
|
@@ -170,18 +170,18 @@
|
|
|
170
170
|
"husky": "8.0.3",
|
|
171
171
|
"lint-staged": "13.2.3",
|
|
172
172
|
"mocha": "10.2.0",
|
|
173
|
-
"mocha-junit-reporter": "2.2.
|
|
173
|
+
"mocha-junit-reporter": "2.2.1",
|
|
174
174
|
"mocha-multi-reporters": "1.5.1",
|
|
175
175
|
"nyc": "15.1.0",
|
|
176
176
|
"pem": "1.14.8",
|
|
177
177
|
"prettier": "2.8.8",
|
|
178
178
|
"rimraf": "5.0.1",
|
|
179
179
|
"semantic-release": "20.1.3",
|
|
180
|
-
"sharp": "0.32.
|
|
180
|
+
"sharp": "0.32.3",
|
|
181
181
|
"sinon": "15.2.0",
|
|
182
182
|
"sinon-chai": "3.7.0",
|
|
183
183
|
"ts-node": "10.9.1",
|
|
184
|
-
"type-fest": "3.
|
|
184
|
+
"type-fest": "3.13.0",
|
|
185
185
|
"typescript": "4.9.5",
|
|
186
186
|
"webdriverio": "8.10.7"
|
|
187
187
|
},
|