appium-xcuitest-driver 4.7.3 → 4.7.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/npm-shrinkwrap.json +7 -7
- package/package.json +2 -2
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-xcuitest-driver",
|
|
3
|
-
"version": "4.7.
|
|
3
|
+
"version": "4.7.4",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-xcuitest-driver",
|
|
9
|
-
"version": "4.7.
|
|
9
|
+
"version": "4.7.4",
|
|
10
10
|
"engines": [
|
|
11
11
|
"node"
|
|
12
12
|
],
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"appium-ios-device": "^2.4.0",
|
|
19
19
|
"appium-ios-simulator": "^4.0.0",
|
|
20
20
|
"appium-remote-debugger": "^9.1.1",
|
|
21
|
-
"appium-webdriveragent": "^4.8.
|
|
21
|
+
"appium-webdriveragent": "^4.8.1",
|
|
22
22
|
"appium-xcode": "^4.0.0",
|
|
23
23
|
"async-lock": "^1.0.0",
|
|
24
24
|
"asyncbox": "^2.3.1",
|
|
@@ -1001,7 +1001,7 @@
|
|
|
1001
1001
|
}
|
|
1002
1002
|
},
|
|
1003
1003
|
"node_modules/appium-webdriveragent": {
|
|
1004
|
-
"version": "4.8.
|
|
1004
|
+
"version": "4.8.1",
|
|
1005
1005
|
"license": "Apache-2.0",
|
|
1006
1006
|
"dependencies": {
|
|
1007
1007
|
"@babel/runtime": "^7.0.0",
|
|
@@ -2911,7 +2911,7 @@
|
|
|
2911
2911
|
}
|
|
2912
2912
|
},
|
|
2913
2913
|
"node_modules/lru-cache": {
|
|
2914
|
-
"version": "7.13.
|
|
2914
|
+
"version": "7.13.1",
|
|
2915
2915
|
"license": "ISC",
|
|
2916
2916
|
"engines": {
|
|
2917
2917
|
"node": ">=12"
|
|
@@ -5276,7 +5276,7 @@
|
|
|
5276
5276
|
}
|
|
5277
5277
|
},
|
|
5278
5278
|
"appium-webdriveragent": {
|
|
5279
|
-
"version": "4.8.
|
|
5279
|
+
"version": "4.8.1",
|
|
5280
5280
|
"requires": {
|
|
5281
5281
|
"@babel/runtime": "^7.0.0",
|
|
5282
5282
|
"appium-ios-simulator": "^4.0.0",
|
|
@@ -6524,7 +6524,7 @@
|
|
|
6524
6524
|
}
|
|
6525
6525
|
},
|
|
6526
6526
|
"lru-cache": {
|
|
6527
|
-
"version": "7.13.
|
|
6527
|
+
"version": "7.13.1"
|
|
6528
6528
|
},
|
|
6529
6529
|
"markdown-it": {
|
|
6530
6530
|
"version": "12.3.2",
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"xcuitest",
|
|
9
9
|
"xctest"
|
|
10
10
|
],
|
|
11
|
-
"version": "4.7.
|
|
11
|
+
"version": "4.7.4",
|
|
12
12
|
"author": "appium",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"repository": {
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"appium-ios-device": "^2.4.0",
|
|
71
71
|
"appium-ios-simulator": "^4.0.0",
|
|
72
72
|
"appium-remote-debugger": "^9.1.1",
|
|
73
|
-
"appium-webdriveragent": "^4.8.
|
|
73
|
+
"appium-webdriveragent": "^4.8.1",
|
|
74
74
|
"appium-xcode": "^4.0.0",
|
|
75
75
|
"async-lock": "^1.0.0",
|
|
76
76
|
"asyncbox": "^2.3.1",
|