appium-xcuitest-driver 4.12.4 → 4.13.0
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 +15 -14
- package/package.json +4 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [4.13.0](https://github.com/appium/appium-xcuitest-driver/compare/v4.12.4...v4.13.0) (2022-12-01)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* Add a script to open WDA in Xcode ([#1457](https://github.com/appium/appium-xcuitest-driver/issues/1457)) ([e2255fe](https://github.com/appium/appium-xcuitest-driver/commit/e2255fe92d1a4e3bb129b840b06a61fc312d1a11))
|
|
7
|
+
|
|
1
8
|
## [4.12.4](https://github.com/appium/appium-xcuitest-driver/compare/v4.12.3...v4.12.4) (2022-11-29)
|
|
2
9
|
|
|
3
10
|
## [4.12.3](https://github.com/appium/appium-xcuitest-driver/compare/v4.12.2...v4.12.3) (2022-11-25)
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-xcuitest-driver",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.13.0",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-xcuitest-driver",
|
|
9
|
-
"version": "4.
|
|
9
|
+
"version": "4.13.0",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@babel/runtime": "^7.0.0",
|
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
"asyncbox": "^2.3.1",
|
|
22
22
|
"bluebird": "^3.5.1",
|
|
23
23
|
"css-selector-parser": "^1.4.1",
|
|
24
|
+
"fancy-log": "^2.0.0",
|
|
24
25
|
"js2xmlparser2": "^0.x",
|
|
25
26
|
"lodash": "^4.17.10",
|
|
26
27
|
"lru-cache": "^7.0.1",
|
|
@@ -996,7 +997,7 @@
|
|
|
996
997
|
}
|
|
997
998
|
},
|
|
998
999
|
"node_modules/@types/node": {
|
|
999
|
-
"version": "18.11.
|
|
1000
|
+
"version": "18.11.10",
|
|
1000
1001
|
"license": "MIT"
|
|
1001
1002
|
},
|
|
1002
1003
|
"node_modules/@types/normalize-package-data": {
|
|
@@ -1225,7 +1226,7 @@
|
|
|
1225
1226
|
}
|
|
1226
1227
|
},
|
|
1227
1228
|
"node_modules/appium-ios-simulator": {
|
|
1228
|
-
"version": "4.1.
|
|
1229
|
+
"version": "4.1.6",
|
|
1229
1230
|
"license": "Apache-2.0",
|
|
1230
1231
|
"dependencies": {
|
|
1231
1232
|
"@appium/support": "^2.55.3",
|
|
@@ -1269,7 +1270,7 @@
|
|
|
1269
1270
|
}
|
|
1270
1271
|
},
|
|
1271
1272
|
"node_modules/appium-webdriveragent": {
|
|
1272
|
-
"version": "4.10.
|
|
1273
|
+
"version": "4.10.11",
|
|
1273
1274
|
"license": "Apache-2.0",
|
|
1274
1275
|
"dependencies": {
|
|
1275
1276
|
"@appium/base-driver": "^8.7.3",
|
|
@@ -2476,7 +2477,7 @@
|
|
|
2476
2477
|
}
|
|
2477
2478
|
},
|
|
2478
2479
|
"node_modules/glob/node_modules/minimatch": {
|
|
2479
|
-
"version": "5.1.
|
|
2480
|
+
"version": "5.1.1",
|
|
2480
2481
|
"license": "ISC",
|
|
2481
2482
|
"dependencies": {
|
|
2482
2483
|
"brace-expansion": "^2.0.1"
|
|
@@ -3521,7 +3522,7 @@
|
|
|
3521
3522
|
}
|
|
3522
3523
|
},
|
|
3523
3524
|
"node_modules/node-simctl": {
|
|
3524
|
-
"version": "7.1.
|
|
3525
|
+
"version": "7.1.7",
|
|
3525
3526
|
"license": "Apache-2.0",
|
|
3526
3527
|
"dependencies": {
|
|
3527
3528
|
"@babel/runtime": "^7.0.0",
|
|
@@ -4105,7 +4106,7 @@
|
|
|
4105
4106
|
}
|
|
4106
4107
|
},
|
|
4107
4108
|
"node_modules/readdir-glob/node_modules/minimatch": {
|
|
4108
|
-
"version": "5.1.
|
|
4109
|
+
"version": "5.1.1",
|
|
4109
4110
|
"license": "ISC",
|
|
4110
4111
|
"dependencies": {
|
|
4111
4112
|
"brace-expansion": "^2.0.1"
|
|
@@ -5754,7 +5755,7 @@
|
|
|
5754
5755
|
}
|
|
5755
5756
|
},
|
|
5756
5757
|
"@types/node": {
|
|
5757
|
-
"version": "18.11.
|
|
5758
|
+
"version": "18.11.10"
|
|
5758
5759
|
},
|
|
5759
5760
|
"@types/normalize-package-data": {
|
|
5760
5761
|
"version": "2.4.1"
|
|
@@ -5910,7 +5911,7 @@
|
|
|
5910
5911
|
}
|
|
5911
5912
|
},
|
|
5912
5913
|
"appium-ios-simulator": {
|
|
5913
|
-
"version": "4.1.
|
|
5914
|
+
"version": "4.1.6",
|
|
5914
5915
|
"requires": {
|
|
5915
5916
|
"@appium/support": "^2.55.3",
|
|
5916
5917
|
"@babel/runtime": "^7.0.0",
|
|
@@ -5944,7 +5945,7 @@
|
|
|
5944
5945
|
}
|
|
5945
5946
|
},
|
|
5946
5947
|
"appium-webdriveragent": {
|
|
5947
|
-
"version": "4.10.
|
|
5948
|
+
"version": "4.10.11",
|
|
5948
5949
|
"requires": {
|
|
5949
5950
|
"@appium/base-driver": "^8.7.3",
|
|
5950
5951
|
"@appium/support": "^2.61.0",
|
|
@@ -6741,7 +6742,7 @@
|
|
|
6741
6742
|
}
|
|
6742
6743
|
},
|
|
6743
6744
|
"minimatch": {
|
|
6744
|
-
"version": "5.1.
|
|
6745
|
+
"version": "5.1.1",
|
|
6745
6746
|
"requires": {
|
|
6746
6747
|
"brace-expansion": "^2.0.1"
|
|
6747
6748
|
}
|
|
@@ -7410,7 +7411,7 @@
|
|
|
7410
7411
|
"version": "0.6.3"
|
|
7411
7412
|
},
|
|
7412
7413
|
"node-simctl": {
|
|
7413
|
-
"version": "7.1.
|
|
7414
|
+
"version": "7.1.7",
|
|
7414
7415
|
"requires": {
|
|
7415
7416
|
"@babel/runtime": "^7.0.0",
|
|
7416
7417
|
"asyncbox": "^2.3.1",
|
|
@@ -7773,7 +7774,7 @@
|
|
|
7773
7774
|
}
|
|
7774
7775
|
},
|
|
7775
7776
|
"minimatch": {
|
|
7776
|
-
"version": "5.1.
|
|
7777
|
+
"version": "5.1.1",
|
|
7777
7778
|
"requires": {
|
|
7778
7779
|
"brace-expansion": "^2.0.1"
|
|
7779
7780
|
}
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"xcuitest",
|
|
9
9
|
"xctest"
|
|
10
10
|
],
|
|
11
|
-
"version": "4.
|
|
11
|
+
"version": "4.13.0",
|
|
12
12
|
"author": "Appium Contributors",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"repository": {
|
|
@@ -31,7 +31,8 @@
|
|
|
31
31
|
],
|
|
32
32
|
"mainClass": "XCUITestDriver",
|
|
33
33
|
"scripts": {
|
|
34
|
-
"build-wda": "./build/lib/build-wda.js"
|
|
34
|
+
"build-wda": "./build/lib/build-wda.js",
|
|
35
|
+
"open-wda": "./scripts/open-wda.js"
|
|
35
36
|
},
|
|
36
37
|
"schema": {
|
|
37
38
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
@@ -77,6 +78,7 @@
|
|
|
77
78
|
"asyncbox": "^2.3.1",
|
|
78
79
|
"bluebird": "^3.5.1",
|
|
79
80
|
"css-selector-parser": "^1.4.1",
|
|
81
|
+
"fancy-log": "^2.0.0",
|
|
80
82
|
"js2xmlparser2": "^0.x",
|
|
81
83
|
"lodash": "^4.17.10",
|
|
82
84
|
"lru-cache": "^7.0.1",
|