appium-xcuitest-driver 4.13.1 → 4.13.2
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 +7 -7
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [4.13.2](https://github.com/appium/appium-xcuitest-driver/compare/v4.13.1...v4.13.2) (2022-12-05)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Miscellaneous Chores
|
|
5
|
+
|
|
6
|
+
* Bump webdriverio from 7.27.0 to 8.0.5 ([#1460](https://github.com/appium/appium-xcuitest-driver/issues/1460)) ([7f1c079](https://github.com/appium/appium-xcuitest-driver/commit/7f1c0793b83b6c41a71c848472e93de04eb1cb04))
|
|
7
|
+
|
|
1
8
|
## [4.13.1](https://github.com/appium/appium-xcuitest-driver/compare/v4.13.0...v4.13.1) (2022-12-01)
|
|
2
9
|
|
|
3
10
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-xcuitest-driver",
|
|
3
|
-
"version": "4.13.
|
|
3
|
+
"version": "4.13.2",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-xcuitest-driver",
|
|
9
|
-
"version": "4.13.
|
|
9
|
+
"version": "4.13.2",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@babel/runtime": "^7.0.0",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"prettier": "^2.7.1",
|
|
68
68
|
"semantic-release": "^19.0.2",
|
|
69
69
|
"sinon": "^15.0.0",
|
|
70
|
-
"webdriverio": "^
|
|
70
|
+
"webdriverio": "^8.0.5"
|
|
71
71
|
},
|
|
72
72
|
"engines": {
|
|
73
73
|
"node": ">=14",
|
|
@@ -1227,7 +1227,7 @@
|
|
|
1227
1227
|
}
|
|
1228
1228
|
},
|
|
1229
1229
|
"node_modules/appium-ios-simulator": {
|
|
1230
|
-
"version": "4.1.
|
|
1230
|
+
"version": "4.1.7",
|
|
1231
1231
|
"license": "Apache-2.0",
|
|
1232
1232
|
"dependencies": {
|
|
1233
1233
|
"@appium/support": "^2.55.3",
|
|
@@ -1293,7 +1293,7 @@
|
|
|
1293
1293
|
}
|
|
1294
1294
|
},
|
|
1295
1295
|
"node_modules/appium-xcode": {
|
|
1296
|
-
"version": "4.0.
|
|
1296
|
+
"version": "4.0.4",
|
|
1297
1297
|
"license": "Apache-2.0",
|
|
1298
1298
|
"dependencies": {
|
|
1299
1299
|
"@appium/support": "^2.55.3",
|
|
@@ -5912,7 +5912,7 @@
|
|
|
5912
5912
|
}
|
|
5913
5913
|
},
|
|
5914
5914
|
"appium-ios-simulator": {
|
|
5915
|
-
"version": "4.1.
|
|
5915
|
+
"version": "4.1.7",
|
|
5916
5916
|
"requires": {
|
|
5917
5917
|
"@appium/support": "^2.55.3",
|
|
5918
5918
|
"@babel/runtime": "^7.0.0",
|
|
@@ -5963,7 +5963,7 @@
|
|
|
5963
5963
|
}
|
|
5964
5964
|
},
|
|
5965
5965
|
"appium-xcode": {
|
|
5966
|
-
"version": "4.0.
|
|
5966
|
+
"version": "4.0.4",
|
|
5967
5967
|
"requires": {
|
|
5968
5968
|
"@appium/support": "^2.55.3",
|
|
5969
5969
|
"@babel/runtime": "^7.0.0",
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"xcuitest",
|
|
9
9
|
"xctest"
|
|
10
10
|
],
|
|
11
|
-
"version": "4.13.
|
|
11
|
+
"version": "4.13.2",
|
|
12
12
|
"author": "Appium Contributors",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"repository": {
|
|
@@ -159,6 +159,6 @@
|
|
|
159
159
|
"prettier": "^2.7.1",
|
|
160
160
|
"semantic-release": "^19.0.2",
|
|
161
161
|
"sinon": "^15.0.0",
|
|
162
|
-
"webdriverio": "^
|
|
162
|
+
"webdriverio": "^8.0.5"
|
|
163
163
|
}
|
|
164
164
|
}
|