appium-xcuitest-driver 7.0.0 → 7.0.1
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 +44 -58
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [7.0.1](https://github.com/appium/appium-xcuitest-driver/compare/v7.0.0...v7.0.1) (2024-02-14)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Miscellaneous Chores
|
|
5
|
+
|
|
6
|
+
* Bump remote debugger version ([#2328](https://github.com/appium/appium-xcuitest-driver/issues/2328)) ([d12132b](https://github.com/appium/appium-xcuitest-driver/commit/d12132b4c2d0c770e681bdfd339339c23c6f3933))
|
|
7
|
+
|
|
1
8
|
## [7.0.0](https://github.com/appium/appium-xcuitest-driver/compare/v6.2.0...v7.0.0) (2024-02-12)
|
|
2
9
|
|
|
3
10
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-xcuitest-driver",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-xcuitest-driver",
|
|
9
|
-
"version": "7.0.
|
|
9
|
+
"version": "7.0.1",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@colors/colors": "^1.6.0",
|
|
13
13
|
"appium-idb": "^1.6.13",
|
|
14
14
|
"appium-ios-device": "^2.5.4",
|
|
15
15
|
"appium-ios-simulator": "^5.5.1",
|
|
16
|
-
"appium-remote-debugger": "^
|
|
16
|
+
"appium-remote-debugger": "^11.0.0",
|
|
17
17
|
"appium-webdriveragent": "^7.0.0",
|
|
18
18
|
"appium-xcode": "^5.1.4",
|
|
19
19
|
"async-lock": "^1.4.0",
|
|
@@ -90,11 +90,11 @@
|
|
|
90
90
|
}
|
|
91
91
|
},
|
|
92
92
|
"node_modules/@appium/base-driver": {
|
|
93
|
-
"version": "9.5.
|
|
94
|
-
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-9.5.
|
|
95
|
-
"integrity": "sha512-
|
|
93
|
+
"version": "9.5.2",
|
|
94
|
+
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-9.5.2.tgz",
|
|
95
|
+
"integrity": "sha512-0e/QYNPwGkcpeZ2ibRApopCrvH+ULeWeptbpVHq/dIAxYQXVs+8C7KgmK6vgf0/zuz6pdCT7jzRIY74nbuwJug==",
|
|
96
96
|
"dependencies": {
|
|
97
|
-
"@appium/support": "^4.2.
|
|
97
|
+
"@appium/support": "^4.2.2",
|
|
98
98
|
"@appium/types": "^0.16.1",
|
|
99
99
|
"@colors/colors": "1.6.0",
|
|
100
100
|
"@types/async-lock": "1.4.2",
|
|
@@ -168,9 +168,9 @@
|
|
|
168
168
|
}
|
|
169
169
|
},
|
|
170
170
|
"node_modules/@appium/support": {
|
|
171
|
-
"version": "4.2.
|
|
172
|
-
"resolved": "https://registry.npmjs.org/@appium/support/-/support-4.2.
|
|
173
|
-
"integrity": "sha512-
|
|
171
|
+
"version": "4.2.2",
|
|
172
|
+
"resolved": "https://registry.npmjs.org/@appium/support/-/support-4.2.2.tgz",
|
|
173
|
+
"integrity": "sha512-sBaBoGCBbW8l7ZMoVL6KkLLqQxxTRzA06iYLUSP77UI4BSIAgT+ZomLNaZisoHw9ioljQyOSJp2QX3OWqxPPIA==",
|
|
174
174
|
"dependencies": {
|
|
175
175
|
"@appium/tsconfig": "^0.x",
|
|
176
176
|
"@appium/types": "^0.16.1",
|
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
"@types/ncp": "2.0.8",
|
|
186
186
|
"@types/npmlog": "7.0.0",
|
|
187
187
|
"@types/pluralize": "0.0.33",
|
|
188
|
-
"@types/semver": "7.5.
|
|
188
|
+
"@types/semver": "7.5.7",
|
|
189
189
|
"@types/shell-quote": "1.7.5",
|
|
190
190
|
"@types/supports-color": "8.1.3",
|
|
191
191
|
"@types/teen_process": "2.0.4",
|
|
@@ -216,7 +216,7 @@
|
|
|
216
216
|
"read-pkg": "5.2.0",
|
|
217
217
|
"resolve-from": "5.0.0",
|
|
218
218
|
"sanitize-filename": "1.6.3",
|
|
219
|
-
"semver": "7.
|
|
219
|
+
"semver": "7.6.0",
|
|
220
220
|
"shell-quote": "1.8.1",
|
|
221
221
|
"source-map-support": "0.5.21",
|
|
222
222
|
"supports-color": "8.1.1",
|
|
@@ -234,31 +234,6 @@
|
|
|
234
234
|
"sharp": "0.33.2"
|
|
235
235
|
}
|
|
236
236
|
},
|
|
237
|
-
"node_modules/@appium/support/node_modules/lru-cache": {
|
|
238
|
-
"version": "6.0.0",
|
|
239
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
|
|
240
|
-
"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
|
|
241
|
-
"dependencies": {
|
|
242
|
-
"yallist": "^4.0.0"
|
|
243
|
-
},
|
|
244
|
-
"engines": {
|
|
245
|
-
"node": ">=10"
|
|
246
|
-
}
|
|
247
|
-
},
|
|
248
|
-
"node_modules/@appium/support/node_modules/semver": {
|
|
249
|
-
"version": "7.5.4",
|
|
250
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz",
|
|
251
|
-
"integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==",
|
|
252
|
-
"dependencies": {
|
|
253
|
-
"lru-cache": "^6.0.0"
|
|
254
|
-
},
|
|
255
|
-
"bin": {
|
|
256
|
-
"semver": "bin/semver.js"
|
|
257
|
-
},
|
|
258
|
-
"engines": {
|
|
259
|
-
"node": ">=10"
|
|
260
|
-
}
|
|
261
|
-
},
|
|
262
237
|
"node_modules/@appium/support/node_modules/type-fest": {
|
|
263
238
|
"version": "4.10.1",
|
|
264
239
|
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.10.1.tgz",
|
|
@@ -738,9 +713,9 @@
|
|
|
738
713
|
}
|
|
739
714
|
},
|
|
740
715
|
"node_modules/@types/semver": {
|
|
741
|
-
"version": "7.5.
|
|
742
|
-
"resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.
|
|
743
|
-
"integrity": "sha512
|
|
716
|
+
"version": "7.5.7",
|
|
717
|
+
"resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.7.tgz",
|
|
718
|
+
"integrity": "sha512-/wdoPq1QqkSj9/QOeKkFquEuPzQbHTWAMPH/PaUMB+JuR31lXhlWXRZ52IpfDYVlDOUBvX09uBrPwxGT1hjNBg=="
|
|
744
719
|
},
|
|
745
720
|
"node_modules/@types/send": {
|
|
746
721
|
"version": "0.17.4",
|
|
@@ -907,9 +882,9 @@
|
|
|
907
882
|
}
|
|
908
883
|
},
|
|
909
884
|
"node_modules/appium-remote-debugger": {
|
|
910
|
-
"version": "
|
|
911
|
-
"resolved": "https://registry.npmjs.org/appium-remote-debugger/-/appium-remote-debugger-
|
|
912
|
-
"integrity": "sha512
|
|
885
|
+
"version": "11.0.2",
|
|
886
|
+
"resolved": "https://registry.npmjs.org/appium-remote-debugger/-/appium-remote-debugger-11.0.2.tgz",
|
|
887
|
+
"integrity": "sha512-F9ZpVVdibum2/uoND3eZdntxrUc+rAKTlKZrWD1AWBCD6GhvQ3jtW/w8vsN7bKDbXfKwGI83b804b3w1RY5vKg==",
|
|
913
888
|
"dependencies": {
|
|
914
889
|
"@appium/base-driver": "^9.0.0",
|
|
915
890
|
"@appium/support": "^4.0.0",
|
|
@@ -1244,14 +1219,15 @@
|
|
|
1244
1219
|
}
|
|
1245
1220
|
},
|
|
1246
1221
|
"node_modules/call-bind": {
|
|
1247
|
-
"version": "1.0.
|
|
1248
|
-
"resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.
|
|
1249
|
-
"integrity": "sha512-
|
|
1222
|
+
"version": "1.0.7",
|
|
1223
|
+
"resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz",
|
|
1224
|
+
"integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==",
|
|
1250
1225
|
"dependencies": {
|
|
1226
|
+
"es-define-property": "^1.0.0",
|
|
1251
1227
|
"es-errors": "^1.3.0",
|
|
1252
1228
|
"function-bind": "^1.1.2",
|
|
1253
|
-
"get-intrinsic": "^1.2.
|
|
1254
|
-
"set-function-length": "^1.2.
|
|
1229
|
+
"get-intrinsic": "^1.2.4",
|
|
1230
|
+
"set-function-length": "^1.2.1"
|
|
1255
1231
|
},
|
|
1256
1232
|
"engines": {
|
|
1257
1233
|
"node": ">= 0.4"
|
|
@@ -1493,14 +1469,13 @@
|
|
|
1493
1469
|
}
|
|
1494
1470
|
},
|
|
1495
1471
|
"node_modules/define-data-property": {
|
|
1496
|
-
"version": "1.1.
|
|
1497
|
-
"resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.
|
|
1498
|
-
"integrity": "sha512-
|
|
1472
|
+
"version": "1.1.4",
|
|
1473
|
+
"resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
|
|
1474
|
+
"integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
|
|
1499
1475
|
"dependencies": {
|
|
1476
|
+
"es-define-property": "^1.0.0",
|
|
1500
1477
|
"es-errors": "^1.3.0",
|
|
1501
|
-
"
|
|
1502
|
-
"gopd": "^1.0.1",
|
|
1503
|
-
"has-property-descriptors": "^1.0.1"
|
|
1478
|
+
"gopd": "^1.0.1"
|
|
1504
1479
|
},
|
|
1505
1480
|
"engines": {
|
|
1506
1481
|
"node": ">= 0.4"
|
|
@@ -1593,6 +1568,17 @@
|
|
|
1593
1568
|
"is-arrayish": "^0.2.1"
|
|
1594
1569
|
}
|
|
1595
1570
|
},
|
|
1571
|
+
"node_modules/es-define-property": {
|
|
1572
|
+
"version": "1.0.0",
|
|
1573
|
+
"resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz",
|
|
1574
|
+
"integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==",
|
|
1575
|
+
"dependencies": {
|
|
1576
|
+
"get-intrinsic": "^1.2.4"
|
|
1577
|
+
},
|
|
1578
|
+
"engines": {
|
|
1579
|
+
"node": ">= 0.4"
|
|
1580
|
+
}
|
|
1581
|
+
},
|
|
1596
1582
|
"node_modules/es-errors": {
|
|
1597
1583
|
"version": "1.3.0",
|
|
1598
1584
|
"resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
|
|
@@ -2031,11 +2017,11 @@
|
|
|
2031
2017
|
}
|
|
2032
2018
|
},
|
|
2033
2019
|
"node_modules/has-property-descriptors": {
|
|
2034
|
-
"version": "1.0.
|
|
2035
|
-
"resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.
|
|
2036
|
-
"integrity": "sha512-
|
|
2020
|
+
"version": "1.0.2",
|
|
2021
|
+
"resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
|
|
2022
|
+
"integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
|
|
2037
2023
|
"dependencies": {
|
|
2038
|
-
"
|
|
2024
|
+
"es-define-property": "^1.0.0"
|
|
2039
2025
|
},
|
|
2040
2026
|
"funding": {
|
|
2041
2027
|
"url": "https://github.com/sponsors/ljharb"
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"xcuitest",
|
|
9
9
|
"xctest"
|
|
10
10
|
],
|
|
11
|
-
"version": "7.0.
|
|
11
|
+
"version": "7.0.1",
|
|
12
12
|
"author": "Appium Contributors",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"repository": {
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"appium-idb": "^1.6.13",
|
|
81
81
|
"appium-ios-device": "^2.5.4",
|
|
82
82
|
"appium-ios-simulator": "^5.5.1",
|
|
83
|
-
"appium-remote-debugger": "^
|
|
83
|
+
"appium-remote-debugger": "^11.0.0",
|
|
84
84
|
"appium-webdriveragent": "^7.0.0",
|
|
85
85
|
"appium-xcode": "^5.1.4",
|
|
86
86
|
"async-lock": "^1.4.0",
|