appium-xcuitest-driver 4.25.3 → 4.25.4
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 +7 -0
- package/npm-shrinkwrap.json +27 -60
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [4.25.4](https://github.com/appium/appium-xcuitest-driver/compare/v4.25.3...v4.25.4) (2023-05-06)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update dependency appium-webdriveragent to v4.15.1 ([#1667](https://github.com/appium/appium-xcuitest-driver/issues/1667)) ([008d7ef](https://github.com/appium/appium-xcuitest-driver/commit/008d7efda992be1b5dcc42391cf6b3c07b6f68ae))
|
|
7
|
+
|
|
1
8
|
## [4.25.3](https://github.com/appium/appium-xcuitest-driver/compare/v4.25.2...v4.25.3) (2023-05-04)
|
|
2
9
|
|
|
3
10
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-xcuitest-driver",
|
|
3
|
-
"version": "4.25.
|
|
3
|
+
"version": "4.25.4",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-xcuitest-driver",
|
|
9
|
-
"version": "4.25.
|
|
9
|
+
"version": "4.25.4",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@xmldom/xmldom": "0.8.7",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"appium-ios-device": "2.5.0",
|
|
15
15
|
"appium-ios-simulator": "5.0.7",
|
|
16
16
|
"appium-remote-debugger": "9.1.14",
|
|
17
|
-
"appium-webdriveragent": "4.
|
|
17
|
+
"appium-webdriveragent": "4.15.1",
|
|
18
18
|
"appium-xcode": "5.1.0",
|
|
19
19
|
"async-lock": "1.4.0",
|
|
20
20
|
"asyncbox": "2.9.4",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"@appium/test-support": "3.0.13",
|
|
41
41
|
"@appium/tsconfig": "0.3.0",
|
|
42
42
|
"@appium/types": "0.10.4",
|
|
43
|
-
"@commitlint/cli": "17.6.
|
|
44
|
-
"@commitlint/config-conventional": "17.6.
|
|
43
|
+
"@commitlint/cli": "17.6.3",
|
|
44
|
+
"@commitlint/config-conventional": "17.6.3",
|
|
45
45
|
"@semantic-release/changelog": "6.0.3",
|
|
46
46
|
"@semantic-release/git": "10.0.1",
|
|
47
47
|
"@types/bluebird": "3.5.38",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@types/chai-as-promised": "7.1.5",
|
|
50
50
|
"@types/lodash": "4.14.194",
|
|
51
51
|
"@types/mocha": "10.0.1",
|
|
52
|
-
"@types/node": "18.16.
|
|
52
|
+
"@types/node": "18.16.5",
|
|
53
53
|
"@types/portscanner": "2.1.1",
|
|
54
54
|
"@types/sinon": "10.0.14",
|
|
55
55
|
"@types/sinon-chai": "3.2.9",
|
|
@@ -1093,13 +1093,13 @@
|
|
|
1093
1093
|
}
|
|
1094
1094
|
},
|
|
1095
1095
|
"node_modules/@commitlint/cli": {
|
|
1096
|
-
"version": "17.6.
|
|
1097
|
-
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.6.
|
|
1098
|
-
"integrity": "sha512-
|
|
1096
|
+
"version": "17.6.3",
|
|
1097
|
+
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-17.6.3.tgz",
|
|
1098
|
+
"integrity": "sha512-ItSz2fd4F+CujgIbQOfNNerDF1eFlsBGEfp9QcCb1kxTYMuKTYZzA6Nu1YRRrIaaWwe2E7awUGpIMrPoZkOG3A==",
|
|
1099
1099
|
"dev": true,
|
|
1100
1100
|
"dependencies": {
|
|
1101
1101
|
"@commitlint/format": "^17.4.4",
|
|
1102
|
-
"@commitlint/lint": "^17.6.
|
|
1102
|
+
"@commitlint/lint": "^17.6.3",
|
|
1103
1103
|
"@commitlint/load": "^17.5.0",
|
|
1104
1104
|
"@commitlint/read": "^17.5.1",
|
|
1105
1105
|
"@commitlint/types": "^17.4.4",
|
|
@@ -1117,9 +1117,9 @@
|
|
|
1117
1117
|
}
|
|
1118
1118
|
},
|
|
1119
1119
|
"node_modules/@commitlint/config-conventional": {
|
|
1120
|
-
"version": "17.6.
|
|
1121
|
-
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.6.
|
|
1122
|
-
"integrity": "sha512-
|
|
1120
|
+
"version": "17.6.3",
|
|
1121
|
+
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.6.3.tgz",
|
|
1122
|
+
"integrity": "sha512-bLyHEjjRWqlLQWIgYFHmUPbEFMOOLXeF3QbUinDIJev/u9e769tkoTH9YPknEywiuIrAgZaVo+OfzAIsJP0fsw==",
|
|
1123
1123
|
"dev": true,
|
|
1124
1124
|
"dependencies": {
|
|
1125
1125
|
"conventional-changelog-conventionalcommits": "^5.0.0"
|
|
@@ -1181,58 +1181,25 @@
|
|
|
1181
1181
|
}
|
|
1182
1182
|
},
|
|
1183
1183
|
"node_modules/@commitlint/is-ignored": {
|
|
1184
|
-
"version": "17.
|
|
1185
|
-
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-17.
|
|
1186
|
-
"integrity": "sha512-
|
|
1184
|
+
"version": "17.6.3",
|
|
1185
|
+
"resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-17.6.3.tgz",
|
|
1186
|
+
"integrity": "sha512-LQbNdnPbxrpbcrVKR5yf51SvquqktpyZJwqXx3lUMF6+nT9PHB8xn3wLy8pi2EQv5Zwba484JnUwDE1ygVYNQA==",
|
|
1187
1187
|
"dev": true,
|
|
1188
1188
|
"dependencies": {
|
|
1189
1189
|
"@commitlint/types": "^17.4.4",
|
|
1190
|
-
"semver": "7.
|
|
1190
|
+
"semver": "7.5.0"
|
|
1191
1191
|
},
|
|
1192
1192
|
"engines": {
|
|
1193
1193
|
"node": ">=v14"
|
|
1194
1194
|
}
|
|
1195
1195
|
},
|
|
1196
|
-
"node_modules/@commitlint/is-ignored/node_modules/lru-cache": {
|
|
1197
|
-
"version": "6.0.0",
|
|
1198
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
|
|
1199
|
-
"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
|
|
1200
|
-
"dev": true,
|
|
1201
|
-
"dependencies": {
|
|
1202
|
-
"yallist": "^4.0.0"
|
|
1203
|
-
},
|
|
1204
|
-
"engines": {
|
|
1205
|
-
"node": ">=10"
|
|
1206
|
-
}
|
|
1207
|
-
},
|
|
1208
|
-
"node_modules/@commitlint/is-ignored/node_modules/semver": {
|
|
1209
|
-
"version": "7.3.8",
|
|
1210
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz",
|
|
1211
|
-
"integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==",
|
|
1212
|
-
"dev": true,
|
|
1213
|
-
"dependencies": {
|
|
1214
|
-
"lru-cache": "^6.0.0"
|
|
1215
|
-
},
|
|
1216
|
-
"bin": {
|
|
1217
|
-
"semver": "bin/semver.js"
|
|
1218
|
-
},
|
|
1219
|
-
"engines": {
|
|
1220
|
-
"node": ">=10"
|
|
1221
|
-
}
|
|
1222
|
-
},
|
|
1223
|
-
"node_modules/@commitlint/is-ignored/node_modules/yallist": {
|
|
1224
|
-
"version": "4.0.0",
|
|
1225
|
-
"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
|
|
1226
|
-
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
|
|
1227
|
-
"dev": true
|
|
1228
|
-
},
|
|
1229
1196
|
"node_modules/@commitlint/lint": {
|
|
1230
|
-
"version": "17.6.
|
|
1231
|
-
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-17.6.
|
|
1232
|
-
"integrity": "sha512-
|
|
1197
|
+
"version": "17.6.3",
|
|
1198
|
+
"resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-17.6.3.tgz",
|
|
1199
|
+
"integrity": "sha512-fBlXwt6SHJFgm3Tz+luuo3DkydAx9HNC5y4eBqcKuDuMVqHd2ugMNr+bQtx6riv9mXFiPoKp7nE4Xn/ls3iVDA==",
|
|
1233
1200
|
"dev": true,
|
|
1234
1201
|
"dependencies": {
|
|
1235
|
-
"@commitlint/is-ignored": "^17.
|
|
1202
|
+
"@commitlint/is-ignored": "^17.6.3",
|
|
1236
1203
|
"@commitlint/parse": "^17.4.4",
|
|
1237
1204
|
"@commitlint/rules": "^17.6.1",
|
|
1238
1205
|
"@commitlint/types": "^17.4.4"
|
|
@@ -2964,9 +2931,9 @@
|
|
|
2964
2931
|
}
|
|
2965
2932
|
},
|
|
2966
2933
|
"node_modules/@types/node": {
|
|
2967
|
-
"version": "18.16.
|
|
2968
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.16.
|
|
2969
|
-
"integrity": "sha512-
|
|
2934
|
+
"version": "18.16.5",
|
|
2935
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.16.5.tgz",
|
|
2936
|
+
"integrity": "sha512-seOA34WMo9KB+UA78qaJoCO20RJzZGVXQ5Sh6FWu0g/hfT44nKXnej3/tCQl7FL97idFpBhisLYCTB50S0EirA=="
|
|
2970
2937
|
},
|
|
2971
2938
|
"node_modules/@types/normalize-package-data": {
|
|
2972
2939
|
"version": "2.4.1",
|
|
@@ -4033,9 +4000,9 @@
|
|
|
4033
4000
|
}
|
|
4034
4001
|
},
|
|
4035
4002
|
"node_modules/appium-webdriveragent": {
|
|
4036
|
-
"version": "4.
|
|
4037
|
-
"resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-4.
|
|
4038
|
-
"integrity": "sha512-
|
|
4003
|
+
"version": "4.15.1",
|
|
4004
|
+
"resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-4.15.1.tgz",
|
|
4005
|
+
"integrity": "sha512-xlOxQLFnLCCJhzEXQkvrndqt+NCprtGsUgrYqhtHkCrS3MNtPzW4OI9dGncDAu20pyt/6VX/x6w5n7wN/Cg22A==",
|
|
4039
4006
|
"dependencies": {
|
|
4040
4007
|
"@appium/base-driver": "^9.0.0",
|
|
4041
4008
|
"@appium/support": "^3.0.0",
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"xcuitest",
|
|
9
9
|
"xctest"
|
|
10
10
|
],
|
|
11
|
-
"version": "4.25.
|
|
11
|
+
"version": "4.25.4",
|
|
12
12
|
"author": "Appium Contributors",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"repository": {
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"appium-ios-device": "2.5.0",
|
|
74
74
|
"appium-ios-simulator": "5.0.7",
|
|
75
75
|
"appium-remote-debugger": "9.1.14",
|
|
76
|
-
"appium-webdriveragent": "4.
|
|
76
|
+
"appium-webdriveragent": "4.15.1",
|
|
77
77
|
"appium-xcode": "5.1.0",
|
|
78
78
|
"async-lock": "1.4.0",
|
|
79
79
|
"asyncbox": "2.9.4",
|
|
@@ -137,8 +137,8 @@
|
|
|
137
137
|
"@appium/test-support": "3.0.13",
|
|
138
138
|
"@appium/tsconfig": "0.3.0",
|
|
139
139
|
"@appium/types": "0.10.4",
|
|
140
|
-
"@commitlint/cli": "17.6.
|
|
141
|
-
"@commitlint/config-conventional": "17.6.
|
|
140
|
+
"@commitlint/cli": "17.6.3",
|
|
141
|
+
"@commitlint/config-conventional": "17.6.3",
|
|
142
142
|
"@semantic-release/changelog": "6.0.3",
|
|
143
143
|
"@semantic-release/git": "10.0.1",
|
|
144
144
|
"@types/bluebird": "3.5.38",
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
"@types/chai-as-promised": "7.1.5",
|
|
147
147
|
"@types/lodash": "4.14.194",
|
|
148
148
|
"@types/mocha": "10.0.1",
|
|
149
|
-
"@types/node": "18.16.
|
|
149
|
+
"@types/node": "18.16.5",
|
|
150
150
|
"@types/portscanner": "2.1.1",
|
|
151
151
|
"@types/sinon": "10.0.14",
|
|
152
152
|
"@types/sinon-chai": "3.2.9",
|