appium-xcuitest-driver 4.16.8 → 4.16.9
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 +38 -5
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [4.16.9](https://github.com/appium/appium-xcuitest-driver/compare/v4.16.8...v4.16.9) (2023-01-13)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Miscellaneous Chores
|
|
5
|
+
|
|
6
|
+
* Bump appium-xcode from 4.0.5 to 5.0.0 ([#1488](https://github.com/appium/appium-xcuitest-driver/issues/1488)) ([e759033](https://github.com/appium/appium-xcuitest-driver/commit/e759033fdac8b05f4410fd77028c0f85cf22918d))
|
|
7
|
+
|
|
1
8
|
## [4.16.8](https://github.com/appium/appium-xcuitest-driver/compare/v4.16.7...v4.16.8) (2023-01-12)
|
|
2
9
|
|
|
3
10
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-xcuitest-driver",
|
|
3
|
-
"version": "4.16.
|
|
3
|
+
"version": "4.16.9",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-xcuitest-driver",
|
|
9
|
-
"version": "4.16.
|
|
9
|
+
"version": "4.16.9",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@babel/runtime": "^7.0.0",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"appium-ios-simulator": "^5.0.5",
|
|
17
17
|
"appium-remote-debugger": "^9.1.1",
|
|
18
18
|
"appium-webdriveragent": "^4.10.12",
|
|
19
|
-
"appium-xcode": "^
|
|
19
|
+
"appium-xcode": "^5.0.0",
|
|
20
20
|
"async-lock": "^1.0.0",
|
|
21
21
|
"asyncbox": "^2.3.1",
|
|
22
22
|
"bluebird": "^3.5.1",
|
|
@@ -1196,6 +1196,24 @@
|
|
|
1196
1196
|
"npm": ">=8"
|
|
1197
1197
|
}
|
|
1198
1198
|
},
|
|
1199
|
+
"node_modules/appium-ios-simulator/node_modules/appium-xcode": {
|
|
1200
|
+
"version": "4.0.5",
|
|
1201
|
+
"license": "Apache-2.0",
|
|
1202
|
+
"dependencies": {
|
|
1203
|
+
"@appium/support": "^3.0.0",
|
|
1204
|
+
"@babel/runtime": "^7.0.0",
|
|
1205
|
+
"asyncbox": "^2.3.0",
|
|
1206
|
+
"lodash": "^4.17.4",
|
|
1207
|
+
"plist": "^3.0.1",
|
|
1208
|
+
"semver": "^7.0.0",
|
|
1209
|
+
"source-map-support": "^0.x",
|
|
1210
|
+
"teen_process": "^2.0.0"
|
|
1211
|
+
},
|
|
1212
|
+
"engines": {
|
|
1213
|
+
"node": ">=14",
|
|
1214
|
+
"npm": ">=8"
|
|
1215
|
+
}
|
|
1216
|
+
},
|
|
1199
1217
|
"node_modules/appium-remote-debugger": {
|
|
1200
1218
|
"version": "9.1.11",
|
|
1201
1219
|
"license": "Apache-2.0",
|
|
@@ -1241,7 +1259,7 @@
|
|
|
1241
1259
|
}
|
|
1242
1260
|
},
|
|
1243
1261
|
"node_modules/appium-xcode": {
|
|
1244
|
-
"version": "
|
|
1262
|
+
"version": "5.0.0",
|
|
1245
1263
|
"license": "Apache-2.0",
|
|
1246
1264
|
"dependencies": {
|
|
1247
1265
|
"@appium/support": "^3.0.0",
|
|
@@ -5376,6 +5394,21 @@
|
|
|
5376
5394
|
"semver": "^7.0.0",
|
|
5377
5395
|
"source-map-support": "^0.x",
|
|
5378
5396
|
"teen_process": "^2.0.0"
|
|
5397
|
+
},
|
|
5398
|
+
"dependencies": {
|
|
5399
|
+
"appium-xcode": {
|
|
5400
|
+
"version": "4.0.5",
|
|
5401
|
+
"requires": {
|
|
5402
|
+
"@appium/support": "^3.0.0",
|
|
5403
|
+
"@babel/runtime": "^7.0.0",
|
|
5404
|
+
"asyncbox": "^2.3.0",
|
|
5405
|
+
"lodash": "^4.17.4",
|
|
5406
|
+
"plist": "^3.0.1",
|
|
5407
|
+
"semver": "^7.0.0",
|
|
5408
|
+
"source-map-support": "^0.x",
|
|
5409
|
+
"teen_process": "^2.0.0"
|
|
5410
|
+
}
|
|
5411
|
+
}
|
|
5379
5412
|
}
|
|
5380
5413
|
},
|
|
5381
5414
|
"appium-remote-debugger": {
|
|
@@ -5413,7 +5446,7 @@
|
|
|
5413
5446
|
}
|
|
5414
5447
|
},
|
|
5415
5448
|
"appium-xcode": {
|
|
5416
|
-
"version": "
|
|
5449
|
+
"version": "5.0.0",
|
|
5417
5450
|
"requires": {
|
|
5418
5451
|
"@appium/support": "^3.0.0",
|
|
5419
5452
|
"@babel/runtime": "^7.0.0",
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"xcuitest",
|
|
9
9
|
"xctest"
|
|
10
10
|
],
|
|
11
|
-
"version": "4.16.
|
|
11
|
+
"version": "4.16.9",
|
|
12
12
|
"author": "Appium Contributors",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"repository": {
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"appium-ios-simulator": "^5.0.5",
|
|
75
75
|
"appium-remote-debugger": "^9.1.1",
|
|
76
76
|
"appium-webdriveragent": "^4.10.12",
|
|
77
|
-
"appium-xcode": "^
|
|
77
|
+
"appium-xcode": "^5.0.0",
|
|
78
78
|
"async-lock": "^1.0.0",
|
|
79
79
|
"asyncbox": "^2.3.1",
|
|
80
80
|
"bluebird": "^3.5.1",
|