appium-xcuitest-driver 4.24.1 → 4.24.3
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
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [4.24.3](https://github.com/appium/appium-xcuitest-driver/compare/v4.24.2...v4.24.3) (2023-04-22)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update dependency semver to v7.5.0 ([c5e21dc](https://github.com/appium/appium-xcuitest-driver/commit/c5e21dc7e18d734a8c7b9bc48cbe2bb5f00dbf64))
|
|
7
|
+
|
|
8
|
+
## [4.24.2](https://github.com/appium/appium-xcuitest-driver/compare/v4.24.1...v4.24.2) (2023-04-21)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* make whitespace in execute methods insignificant ([#1628](https://github.com/appium/appium-xcuitest-driver/issues/1628)) ([1dc7777](https://github.com/appium/appium-xcuitest-driver/commit/1dc7777cc6c3cd23f75085967d193562b63e6562))
|
|
14
|
+
|
|
1
15
|
## [4.24.1](https://github.com/appium/appium-xcuitest-driver/compare/v4.24.0...v4.24.1) (2023-04-20)
|
|
2
16
|
|
|
3
17
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"execute.d.ts","sourceRoot":"","sources":["../../../lib/commands/execute.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"execute.d.ts","sourceRoot":"","sources":["../../../lib/commands/execute.js"],"names":[],"mappings":";IA2EE;;;;;OAKG;IAEH,4FAqBC;IAED;;;;;;;OAOG;IACH,mKAaC;IACD;;;OAGG;IACH,kFAaC;;;oCAKU,OAAO,eAAe,EAAE,YAAY,CAAC,CAAC,CAAC;gCAIvC,SAAS,GAAG,EAAE,GAAG,SAAS,CAAC,YAAY,CAAC,GAAG,SAAS,YAAY,CAAC"}
|
|
@@ -37,7 +37,7 @@ function executeMethodExpectsParam(script, param) {
|
|
|
37
37
|
* @returns {script is keyof XCUITestDriver.executeMethodMap}
|
|
38
38
|
*/
|
|
39
39
|
function isExecuteMethod(script) {
|
|
40
|
-
return script
|
|
40
|
+
return script in driver_1.XCUITestDriver.executeMethodMap;
|
|
41
41
|
}
|
|
42
42
|
/**
|
|
43
43
|
* Massages the arguments going into an execute method.
|
|
@@ -65,7 +65,8 @@ function preprocessExecuteMethodArgs(script, args) {
|
|
|
65
65
|
* Most of these Execute Methods (typically beginning with `mobile*`) will accept an `Element|string` for `elementId`, in practice they will only ever get a `string`. `Element|string` in the method's docstring is simply for documentation purposes.
|
|
66
66
|
*/
|
|
67
67
|
if ('elementId' in executeMethodArgs && executeMethodExpectsParam(script, 'elementId')) {
|
|
68
|
-
executeMethodArgs.elementId = support_1.util.unwrapElement(
|
|
68
|
+
executeMethodArgs.elementId = support_1.util.unwrapElement(
|
|
69
|
+
/** @type {import('@appium/types').Element|string} */ (executeMethodArgs.elementId));
|
|
69
70
|
}
|
|
70
71
|
return executeMethodArgs;
|
|
71
72
|
}
|
|
@@ -104,6 +105,7 @@ exports.default = {
|
|
|
104
105
|
*/
|
|
105
106
|
async execute(script, args) {
|
|
106
107
|
// TODO: create a type that converts args to the parameters of the associated method using the `command` prop of `executeMethodMap`
|
|
108
|
+
script = script.trim().replace(/^mobile:\s*/, 'mobile: ');
|
|
107
109
|
if (isExecuteMethod(script)) {
|
|
108
110
|
const executeMethodArgs = preprocessExecuteMethodArgs(script, args);
|
|
109
111
|
return await this.executeMethod(script, [executeMethodArgs]);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"execute.js","sourceRoot":"","sources":["../../../lib/commands/execute.js"],"names":[],"mappings":";;;;;AAAA,oDAAuB;AACvB,sCAAyC;AACzC,0CAA0E;AAC1E,4CAAoC;AAEpC;;;;;;;GAOG;AACH,SAAS,yBAAyB,CAAC,MAAM,EAAE,KAAK;IAC9C,8CAA8C;IAC9C,IAAI,QAAQ,CAAC;IACb,8CAA8C;IAC9C,IAAI,QAAQ,CAAC;IACb,MAAM,aAAa,GAAG,uBAAc,CAAC,gBAAgB,CAAC,MAAM,CAAC,CAAC;IAC9D,IAAI,QAAQ,IAAI,aAAa,EAAE;QAC7B,IAAI,UAAU,IAAI,aAAa,CAAC,MAAM,EAAE;YACtC,QAAQ,GAAG,aAAa,CAAC,MAAM,CAAC,QAAQ,CAAC;SAC1C;QACD,IAAI,UAAU,IAAI,aAAa,CAAC,MAAM,EAAE;YACtC,QAAQ,GAAG,aAAa,CAAC,MAAM,CAAC,QAAQ,CAAC;SAC1C;KACF;IACD,MAAM,SAAS,GAAG,IAAI,GAAG,CAAC,gBAAC,CAAC,OAAO,CAAC,CAAC,GAAG,CAAC,QAAQ,IAAI,EAAE,CAAC,EAAE,GAAG,CAAC,QAAQ,IAAI,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC;IACjF,OAAO,SAAS,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;AAC9B,CAAC;AAED;;;GAGG;AACH,SAAS,eAAe,CAAC,MAAM;IAC7B,OAAO,MAAM,
|
|
1
|
+
{"version":3,"file":"execute.js","sourceRoot":"","sources":["../../../lib/commands/execute.js"],"names":[],"mappings":"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"}
|
package/lib/commands/execute.js
CHANGED
|
@@ -34,7 +34,7 @@ function executeMethodExpectsParam(script, param) {
|
|
|
34
34
|
* @returns {script is keyof XCUITestDriver.executeMethodMap}
|
|
35
35
|
*/
|
|
36
36
|
function isExecuteMethod(script) {
|
|
37
|
-
return script
|
|
37
|
+
return script in XCUITestDriver.executeMethodMap;
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
/**
|
|
@@ -64,7 +64,9 @@ function preprocessExecuteMethodArgs(script, args) {
|
|
|
64
64
|
* Most of these Execute Methods (typically beginning with `mobile*`) will accept an `Element|string` for `elementId`, in practice they will only ever get a `string`. `Element|string` in the method's docstring is simply for documentation purposes.
|
|
65
65
|
*/
|
|
66
66
|
if ('elementId' in executeMethodArgs && executeMethodExpectsParam(script, 'elementId')) {
|
|
67
|
-
executeMethodArgs.elementId = util.unwrapElement(
|
|
67
|
+
executeMethodArgs.elementId = util.unwrapElement(
|
|
68
|
+
/** @type {import('@appium/types').Element|string} */ (executeMethodArgs.elementId)
|
|
69
|
+
);
|
|
68
70
|
}
|
|
69
71
|
|
|
70
72
|
return executeMethodArgs;
|
|
@@ -111,11 +113,12 @@ export default {
|
|
|
111
113
|
*/
|
|
112
114
|
async execute(script, args) {
|
|
113
115
|
// TODO: create a type that converts args to the parameters of the associated method using the `command` prop of `executeMethodMap`
|
|
116
|
+
script = script.trim().replace(/^mobile:\s*/, 'mobile: ');
|
|
114
117
|
if (isExecuteMethod(script)) {
|
|
115
118
|
const executeMethodArgs = preprocessExecuteMethodArgs(script, args);
|
|
116
119
|
return await this.executeMethod(script, [executeMethodArgs]);
|
|
117
120
|
} else if (this.isWebContext()) {
|
|
118
|
-
const atomsArgs = this.convertElementsForAtoms(/** @type {readonly any[]} */(args));
|
|
121
|
+
const atomsArgs = this.convertElementsForAtoms(/** @type {readonly any[]} */ (args));
|
|
119
122
|
const result = await this.executeAtom('execute_script', [script, atomsArgs]);
|
|
120
123
|
return this.cacheWebElements(result);
|
|
121
124
|
} else {
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-xcuitest-driver",
|
|
3
|
-
"version": "4.24.
|
|
3
|
+
"version": "4.24.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-xcuitest-driver",
|
|
9
|
-
"version": "4.24.
|
|
9
|
+
"version": "4.24.3",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@xmldom/xmldom": "0.8.7",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"moment-timezone": "0.5.43",
|
|
29
29
|
"node-simctl": "7.1.12",
|
|
30
30
|
"portscanner": "2.2.0",
|
|
31
|
-
"semver": "7.
|
|
31
|
+
"semver": "7.5.0",
|
|
32
32
|
"source-map-support": "0.5.21",
|
|
33
33
|
"teen_process": "2.0.2",
|
|
34
34
|
"ws": "8.13.0"
|
|
@@ -49,15 +49,15 @@
|
|
|
49
49
|
"@types/chai-as-promised": "7.1.5",
|
|
50
50
|
"@types/lodash": "4.14.194",
|
|
51
51
|
"@types/mocha": "10.0.1",
|
|
52
|
-
"@types/node": "18.15.
|
|
52
|
+
"@types/node": "18.15.13",
|
|
53
53
|
"@types/portscanner": "2.1.1",
|
|
54
54
|
"@types/sinon": "10.0.14",
|
|
55
55
|
"@types/sinon-chai": "3.2.9",
|
|
56
56
|
"@types/teen_process": "2.0.0",
|
|
57
|
-
"@typescript-eslint/eslint-plugin": "5.
|
|
58
|
-
"@typescript-eslint/parser": "5.
|
|
57
|
+
"@typescript-eslint/eslint-plugin": "5.59.0",
|
|
58
|
+
"@typescript-eslint/parser": "5.59.0",
|
|
59
59
|
"appium": "2.0.0-beta.62",
|
|
60
|
-
"axios": "1.3.
|
|
60
|
+
"axios": "1.3.6",
|
|
61
61
|
"chai": "4.3.7",
|
|
62
62
|
"chai-as-promised": "7.1.1",
|
|
63
63
|
"chai-subset": "1.6.0",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"prettier": "2.8.7",
|
|
82
82
|
"rimraf": "5.0.0",
|
|
83
83
|
"semantic-release": "20.1.3",
|
|
84
|
-
"sinon": "15.0.
|
|
84
|
+
"sinon": "15.0.4",
|
|
85
85
|
"sinon-chai": "3.7.0",
|
|
86
86
|
"ts-node": "10.9.1",
|
|
87
87
|
"type-fest": "3.8.0",
|
|
@@ -144,6 +144,16 @@
|
|
|
144
144
|
"npm": ">=8"
|
|
145
145
|
}
|
|
146
146
|
},
|
|
147
|
+
"node_modules/@appium/base-driver/node_modules/axios": {
|
|
148
|
+
"version": "1.3.5",
|
|
149
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.3.5.tgz",
|
|
150
|
+
"integrity": "sha512-glL/PvG/E+xCWwV8S6nCHcrfg1exGx7vxyUIivIA1iL7BIh6bePylCfVHwp6k13ao7SATxB6imau2kqY+I67kw==",
|
|
151
|
+
"dependencies": {
|
|
152
|
+
"follow-redirects": "^1.15.0",
|
|
153
|
+
"form-data": "^4.0.0",
|
|
154
|
+
"proxy-from-env": "^1.1.0"
|
|
155
|
+
}
|
|
156
|
+
},
|
|
147
157
|
"node_modules/@appium/base-plugin": {
|
|
148
158
|
"version": "2.2.6",
|
|
149
159
|
"resolved": "https://registry.npmjs.org/@appium/base-plugin/-/base-plugin-2.2.6.tgz",
|
|
@@ -199,6 +209,39 @@
|
|
|
199
209
|
"npm": ">=8"
|
|
200
210
|
}
|
|
201
211
|
},
|
|
212
|
+
"node_modules/@appium/docutils/node_modules/lru-cache": {
|
|
213
|
+
"version": "6.0.0",
|
|
214
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
|
|
215
|
+
"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
|
|
216
|
+
"dev": true,
|
|
217
|
+
"dependencies": {
|
|
218
|
+
"yallist": "^4.0.0"
|
|
219
|
+
},
|
|
220
|
+
"engines": {
|
|
221
|
+
"node": ">=10"
|
|
222
|
+
}
|
|
223
|
+
},
|
|
224
|
+
"node_modules/@appium/docutils/node_modules/semver": {
|
|
225
|
+
"version": "7.4.0",
|
|
226
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.4.0.tgz",
|
|
227
|
+
"integrity": "sha512-RgOxM8Mw+7Zus0+zcLEUn8+JfoLpj/huFTItQy2hsM4khuC1HYRDp0cU482Ewn/Fcy6bCjufD8vAj7voC66KQw==",
|
|
228
|
+
"dev": true,
|
|
229
|
+
"dependencies": {
|
|
230
|
+
"lru-cache": "^6.0.0"
|
|
231
|
+
},
|
|
232
|
+
"bin": {
|
|
233
|
+
"semver": "bin/semver.js"
|
|
234
|
+
},
|
|
235
|
+
"engines": {
|
|
236
|
+
"node": ">=10"
|
|
237
|
+
}
|
|
238
|
+
},
|
|
239
|
+
"node_modules/@appium/docutils/node_modules/yallist": {
|
|
240
|
+
"version": "4.0.0",
|
|
241
|
+
"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
|
|
242
|
+
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
|
|
243
|
+
"dev": true
|
|
244
|
+
},
|
|
202
245
|
"node_modules/@appium/eslint-config-appium": {
|
|
203
246
|
"version": "8.0.3",
|
|
204
247
|
"resolved": "https://registry.npmjs.org/@appium/eslint-config-appium/-/eslint-config-appium-8.0.3.tgz",
|
|
@@ -337,6 +380,16 @@
|
|
|
337
380
|
"npm": ">=8"
|
|
338
381
|
}
|
|
339
382
|
},
|
|
383
|
+
"node_modules/@appium/support/node_modules/axios": {
|
|
384
|
+
"version": "1.3.5",
|
|
385
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.3.5.tgz",
|
|
386
|
+
"integrity": "sha512-glL/PvG/E+xCWwV8S6nCHcrfg1exGx7vxyUIivIA1iL7BIh6bePylCfVHwp6k13ao7SATxB6imau2kqY+I67kw==",
|
|
387
|
+
"dependencies": {
|
|
388
|
+
"follow-redirects": "^1.15.0",
|
|
389
|
+
"form-data": "^4.0.0",
|
|
390
|
+
"proxy-from-env": "^1.1.0"
|
|
391
|
+
}
|
|
392
|
+
},
|
|
340
393
|
"node_modules/@appium/support/node_modules/brace-expansion": {
|
|
341
394
|
"version": "2.0.1",
|
|
342
395
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
|
|
@@ -363,6 +416,17 @@
|
|
|
363
416
|
"url": "https://github.com/sponsors/isaacs"
|
|
364
417
|
}
|
|
365
418
|
},
|
|
419
|
+
"node_modules/@appium/support/node_modules/lru-cache": {
|
|
420
|
+
"version": "6.0.0",
|
|
421
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
|
|
422
|
+
"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
|
|
423
|
+
"dependencies": {
|
|
424
|
+
"yallist": "^4.0.0"
|
|
425
|
+
},
|
|
426
|
+
"engines": {
|
|
427
|
+
"node": ">=10"
|
|
428
|
+
}
|
|
429
|
+
},
|
|
366
430
|
"node_modules/@appium/support/node_modules/minimatch": {
|
|
367
431
|
"version": "5.1.6",
|
|
368
432
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
|
|
@@ -427,6 +491,25 @@
|
|
|
427
491
|
"node": "*"
|
|
428
492
|
}
|
|
429
493
|
},
|
|
494
|
+
"node_modules/@appium/support/node_modules/semver": {
|
|
495
|
+
"version": "7.4.0",
|
|
496
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.4.0.tgz",
|
|
497
|
+
"integrity": "sha512-RgOxM8Mw+7Zus0+zcLEUn8+JfoLpj/huFTItQy2hsM4khuC1HYRDp0cU482Ewn/Fcy6bCjufD8vAj7voC66KQw==",
|
|
498
|
+
"dependencies": {
|
|
499
|
+
"lru-cache": "^6.0.0"
|
|
500
|
+
},
|
|
501
|
+
"bin": {
|
|
502
|
+
"semver": "bin/semver.js"
|
|
503
|
+
},
|
|
504
|
+
"engines": {
|
|
505
|
+
"node": ">=10"
|
|
506
|
+
}
|
|
507
|
+
},
|
|
508
|
+
"node_modules/@appium/support/node_modules/yallist": {
|
|
509
|
+
"version": "4.0.0",
|
|
510
|
+
"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
|
|
511
|
+
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
|
|
512
|
+
},
|
|
430
513
|
"node_modules/@appium/test-support": {
|
|
431
514
|
"version": "3.0.13",
|
|
432
515
|
"resolved": "https://registry.npmjs.org/@appium/test-support/-/test-support-3.0.13.tgz",
|
|
@@ -450,6 +533,36 @@
|
|
|
450
533
|
"npm": ">=8"
|
|
451
534
|
}
|
|
452
535
|
},
|
|
536
|
+
"node_modules/@appium/test-support/node_modules/sinon": {
|
|
537
|
+
"version": "15.0.3",
|
|
538
|
+
"resolved": "https://registry.npmjs.org/sinon/-/sinon-15.0.3.tgz",
|
|
539
|
+
"integrity": "sha512-si3geiRkeovP7Iel2O+qGL4NrO9vbMf3KsrJEi0ghP1l5aBkB5UxARea5j0FUsSqH3HLBh0dQPAyQ8fObRUqHw==",
|
|
540
|
+
"dev": true,
|
|
541
|
+
"dependencies": {
|
|
542
|
+
"@sinonjs/commons": "^3.0.0",
|
|
543
|
+
"@sinonjs/fake-timers": "^10.0.2",
|
|
544
|
+
"@sinonjs/samsam": "^8.0.0",
|
|
545
|
+
"diff": "^5.1.0",
|
|
546
|
+
"nise": "^5.1.4",
|
|
547
|
+
"supports-color": "^7.2.0"
|
|
548
|
+
},
|
|
549
|
+
"funding": {
|
|
550
|
+
"type": "opencollective",
|
|
551
|
+
"url": "https://opencollective.com/sinon"
|
|
552
|
+
}
|
|
553
|
+
},
|
|
554
|
+
"node_modules/@appium/test-support/node_modules/supports-color": {
|
|
555
|
+
"version": "7.2.0",
|
|
556
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
557
|
+
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
558
|
+
"dev": true,
|
|
559
|
+
"dependencies": {
|
|
560
|
+
"has-flag": "^4.0.0"
|
|
561
|
+
},
|
|
562
|
+
"engines": {
|
|
563
|
+
"node": ">=8"
|
|
564
|
+
}
|
|
565
|
+
},
|
|
453
566
|
"node_modules/@appium/tsconfig": {
|
|
454
567
|
"version": "0.3.0",
|
|
455
568
|
"resolved": "https://registry.npmjs.org/@appium/tsconfig/-/tsconfig-0.3.0.tgz",
|
|
@@ -2711,9 +2824,9 @@
|
|
|
2711
2824
|
}
|
|
2712
2825
|
},
|
|
2713
2826
|
"node_modules/@types/node": {
|
|
2714
|
-
"version": "18.15.
|
|
2715
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.15.
|
|
2716
|
-
"integrity": "sha512-
|
|
2827
|
+
"version": "18.15.13",
|
|
2828
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.15.13.tgz",
|
|
2829
|
+
"integrity": "sha512-N+0kuo9KgrUQ1Sn/ifDXsvg0TTleP7rIy4zOBGECxAljqvqfqpTfzx0Q1NUedOixRMBfe2Whhb056a42cWs26Q=="
|
|
2717
2830
|
},
|
|
2718
2831
|
"node_modules/@types/normalize-package-data": {
|
|
2719
2832
|
"version": "2.4.1",
|
|
@@ -2884,15 +2997,15 @@
|
|
|
2884
2997
|
}
|
|
2885
2998
|
},
|
|
2886
2999
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
2887
|
-
"version": "5.
|
|
2888
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.
|
|
2889
|
-
"integrity": "sha512-
|
|
3000
|
+
"version": "5.59.0",
|
|
3001
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.0.tgz",
|
|
3002
|
+
"integrity": "sha512-p0QgrEyrxAWBecR56gyn3wkG15TJdI//eetInP3zYRewDh0XS+DhB3VUAd3QqvziFsfaQIoIuZMxZRB7vXYaYw==",
|
|
2890
3003
|
"dev": true,
|
|
2891
3004
|
"dependencies": {
|
|
2892
3005
|
"@eslint-community/regexpp": "^4.4.0",
|
|
2893
|
-
"@typescript-eslint/scope-manager": "5.
|
|
2894
|
-
"@typescript-eslint/type-utils": "5.
|
|
2895
|
-
"@typescript-eslint/utils": "5.
|
|
3006
|
+
"@typescript-eslint/scope-manager": "5.59.0",
|
|
3007
|
+
"@typescript-eslint/type-utils": "5.59.0",
|
|
3008
|
+
"@typescript-eslint/utils": "5.59.0",
|
|
2896
3009
|
"debug": "^4.3.4",
|
|
2897
3010
|
"grapheme-splitter": "^1.0.4",
|
|
2898
3011
|
"ignore": "^5.2.0",
|
|
@@ -2918,14 +3031,14 @@
|
|
|
2918
3031
|
}
|
|
2919
3032
|
},
|
|
2920
3033
|
"node_modules/@typescript-eslint/parser": {
|
|
2921
|
-
"version": "5.
|
|
2922
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.
|
|
2923
|
-
"integrity": "sha512-
|
|
3034
|
+
"version": "5.59.0",
|
|
3035
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.59.0.tgz",
|
|
3036
|
+
"integrity": "sha512-qK9TZ70eJtjojSUMrrEwA9ZDQ4N0e/AuoOIgXuNBorXYcBDk397D2r5MIe1B3cok/oCtdNC5j+lUUpVB+Dpb+w==",
|
|
2924
3037
|
"dev": true,
|
|
2925
3038
|
"dependencies": {
|
|
2926
|
-
"@typescript-eslint/scope-manager": "5.
|
|
2927
|
-
"@typescript-eslint/types": "5.
|
|
2928
|
-
"@typescript-eslint/typescript-estree": "5.
|
|
3039
|
+
"@typescript-eslint/scope-manager": "5.59.0",
|
|
3040
|
+
"@typescript-eslint/types": "5.59.0",
|
|
3041
|
+
"@typescript-eslint/typescript-estree": "5.59.0",
|
|
2929
3042
|
"debug": "^4.3.4"
|
|
2930
3043
|
},
|
|
2931
3044
|
"engines": {
|
|
@@ -2945,13 +3058,13 @@
|
|
|
2945
3058
|
}
|
|
2946
3059
|
},
|
|
2947
3060
|
"node_modules/@typescript-eslint/scope-manager": {
|
|
2948
|
-
"version": "5.
|
|
2949
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.
|
|
2950
|
-
"integrity": "sha512-
|
|
3061
|
+
"version": "5.59.0",
|
|
3062
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.59.0.tgz",
|
|
3063
|
+
"integrity": "sha512-tsoldKaMh7izN6BvkK6zRMINj4Z2d6gGhO2UsI8zGZY3XhLq1DndP3Ycjhi1JwdwPRwtLMW4EFPgpuKhbCGOvQ==",
|
|
2951
3064
|
"dev": true,
|
|
2952
3065
|
"dependencies": {
|
|
2953
|
-
"@typescript-eslint/types": "5.
|
|
2954
|
-
"@typescript-eslint/visitor-keys": "5.
|
|
3066
|
+
"@typescript-eslint/types": "5.59.0",
|
|
3067
|
+
"@typescript-eslint/visitor-keys": "5.59.0"
|
|
2955
3068
|
},
|
|
2956
3069
|
"engines": {
|
|
2957
3070
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
@@ -2962,13 +3075,13 @@
|
|
|
2962
3075
|
}
|
|
2963
3076
|
},
|
|
2964
3077
|
"node_modules/@typescript-eslint/type-utils": {
|
|
2965
|
-
"version": "5.
|
|
2966
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.
|
|
2967
|
-
"integrity": "sha512-
|
|
3078
|
+
"version": "5.59.0",
|
|
3079
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.59.0.tgz",
|
|
3080
|
+
"integrity": "sha512-d/B6VSWnZwu70kcKQSCqjcXpVH+7ABKH8P1KNn4K7j5PXXuycZTPXF44Nui0TEm6rbWGi8kc78xRgOC4n7xFgA==",
|
|
2968
3081
|
"dev": true,
|
|
2969
3082
|
"dependencies": {
|
|
2970
|
-
"@typescript-eslint/typescript-estree": "5.
|
|
2971
|
-
"@typescript-eslint/utils": "5.
|
|
3083
|
+
"@typescript-eslint/typescript-estree": "5.59.0",
|
|
3084
|
+
"@typescript-eslint/utils": "5.59.0",
|
|
2972
3085
|
"debug": "^4.3.4",
|
|
2973
3086
|
"tsutils": "^3.21.0"
|
|
2974
3087
|
},
|
|
@@ -2989,9 +3102,9 @@
|
|
|
2989
3102
|
}
|
|
2990
3103
|
},
|
|
2991
3104
|
"node_modules/@typescript-eslint/types": {
|
|
2992
|
-
"version": "5.
|
|
2993
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.
|
|
2994
|
-
"integrity": "sha512-
|
|
3105
|
+
"version": "5.59.0",
|
|
3106
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.0.tgz",
|
|
3107
|
+
"integrity": "sha512-yR2h1NotF23xFFYKHZs17QJnB51J/s+ud4PYU4MqdZbzeNxpgUr05+dNeCN/bb6raslHvGdd6BFCkVhpPk/ZeA==",
|
|
2995
3108
|
"dev": true,
|
|
2996
3109
|
"engines": {
|
|
2997
3110
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
@@ -3002,13 +3115,13 @@
|
|
|
3002
3115
|
}
|
|
3003
3116
|
},
|
|
3004
3117
|
"node_modules/@typescript-eslint/typescript-estree": {
|
|
3005
|
-
"version": "5.
|
|
3006
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.
|
|
3007
|
-
"integrity": "sha512-
|
|
3118
|
+
"version": "5.59.0",
|
|
3119
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.0.tgz",
|
|
3120
|
+
"integrity": "sha512-sUNnktjmI8DyGzPdZ8dRwW741zopGxltGs/SAPgGL/AAgDpiLsCFLcMNSpbfXfmnNeHmK9h3wGmCkGRGAoUZAg==",
|
|
3008
3121
|
"dev": true,
|
|
3009
3122
|
"dependencies": {
|
|
3010
|
-
"@typescript-eslint/types": "5.
|
|
3011
|
-
"@typescript-eslint/visitor-keys": "5.
|
|
3123
|
+
"@typescript-eslint/types": "5.59.0",
|
|
3124
|
+
"@typescript-eslint/visitor-keys": "5.59.0",
|
|
3012
3125
|
"debug": "^4.3.4",
|
|
3013
3126
|
"globby": "^11.1.0",
|
|
3014
3127
|
"is-glob": "^4.0.3",
|
|
@@ -3029,17 +3142,17 @@
|
|
|
3029
3142
|
}
|
|
3030
3143
|
},
|
|
3031
3144
|
"node_modules/@typescript-eslint/utils": {
|
|
3032
|
-
"version": "5.
|
|
3033
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.
|
|
3034
|
-
"integrity": "sha512-
|
|
3145
|
+
"version": "5.59.0",
|
|
3146
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.59.0.tgz",
|
|
3147
|
+
"integrity": "sha512-GGLFd+86drlHSvPgN/el6dRQNYYGOvRSDVydsUaQluwIW3HvbXuxyuD5JETvBt/9qGYe+lOrDk6gRrWOHb/FvA==",
|
|
3035
3148
|
"dev": true,
|
|
3036
3149
|
"dependencies": {
|
|
3037
3150
|
"@eslint-community/eslint-utils": "^4.2.0",
|
|
3038
3151
|
"@types/json-schema": "^7.0.9",
|
|
3039
3152
|
"@types/semver": "^7.3.12",
|
|
3040
|
-
"@typescript-eslint/scope-manager": "5.
|
|
3041
|
-
"@typescript-eslint/types": "5.
|
|
3042
|
-
"@typescript-eslint/typescript-estree": "5.
|
|
3153
|
+
"@typescript-eslint/scope-manager": "5.59.0",
|
|
3154
|
+
"@typescript-eslint/types": "5.59.0",
|
|
3155
|
+
"@typescript-eslint/typescript-estree": "5.59.0",
|
|
3043
3156
|
"eslint-scope": "^5.1.1",
|
|
3044
3157
|
"semver": "^7.3.7"
|
|
3045
3158
|
},
|
|
@@ -3055,12 +3168,12 @@
|
|
|
3055
3168
|
}
|
|
3056
3169
|
},
|
|
3057
3170
|
"node_modules/@typescript-eslint/visitor-keys": {
|
|
3058
|
-
"version": "5.
|
|
3059
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.
|
|
3060
|
-
"integrity": "sha512
|
|
3171
|
+
"version": "5.59.0",
|
|
3172
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.0.tgz",
|
|
3173
|
+
"integrity": "sha512-qZ3iXxQhanchCeaExlKPV3gDQFxMUmU35xfd5eCXB6+kUw1TUAbIy2n7QIrwz9s98DQLzNWyHp61fY0da4ZcbA==",
|
|
3061
3174
|
"dev": true,
|
|
3062
3175
|
"dependencies": {
|
|
3063
|
-
"@typescript-eslint/types": "5.
|
|
3176
|
+
"@typescript-eslint/types": "5.59.0",
|
|
3064
3177
|
"eslint-visitor-keys": "^3.3.0"
|
|
3065
3178
|
},
|
|
3066
3179
|
"engines": {
|
|
@@ -3740,6 +3853,17 @@
|
|
|
3740
3853
|
"npm": ">=8"
|
|
3741
3854
|
}
|
|
3742
3855
|
},
|
|
3856
|
+
"node_modules/appium/node_modules/axios": {
|
|
3857
|
+
"version": "1.3.5",
|
|
3858
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.3.5.tgz",
|
|
3859
|
+
"integrity": "sha512-glL/PvG/E+xCWwV8S6nCHcrfg1exGx7vxyUIivIA1iL7BIh6bePylCfVHwp6k13ao7SATxB6imau2kqY+I67kw==",
|
|
3860
|
+
"dev": true,
|
|
3861
|
+
"dependencies": {
|
|
3862
|
+
"follow-redirects": "^1.15.0",
|
|
3863
|
+
"form-data": "^4.0.0",
|
|
3864
|
+
"proxy-from-env": "^1.1.0"
|
|
3865
|
+
}
|
|
3866
|
+
},
|
|
3743
3867
|
"node_modules/appium/node_modules/brace-expansion": {
|
|
3744
3868
|
"version": "2.0.1",
|
|
3745
3869
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
|
|
@@ -4155,9 +4279,9 @@
|
|
|
4155
4279
|
}
|
|
4156
4280
|
},
|
|
4157
4281
|
"node_modules/axios": {
|
|
4158
|
-
"version": "1.3.
|
|
4159
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.3.
|
|
4160
|
-
"integrity": "sha512-
|
|
4282
|
+
"version": "1.3.6",
|
|
4283
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.3.6.tgz",
|
|
4284
|
+
"integrity": "sha512-PEcdkk7JcdPiMDkvM4K6ZBRYq9keuVJsToxm2zQIM70Qqo2WHTdJZMXcG9X+RmRp2VPNUQC8W1RAGbgt6b1yMg==",
|
|
4161
4285
|
"dependencies": {
|
|
4162
4286
|
"follow-redirects": "^1.15.0",
|
|
4163
4287
|
"form-data": "^4.0.0",
|
|
@@ -15732,9 +15856,9 @@
|
|
|
15732
15856
|
}
|
|
15733
15857
|
},
|
|
15734
15858
|
"node_modules/semver": {
|
|
15735
|
-
"version": "7.
|
|
15736
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.
|
|
15737
|
-
"integrity": "sha512
|
|
15859
|
+
"version": "7.5.0",
|
|
15860
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.0.tgz",
|
|
15861
|
+
"integrity": "sha512-+XC0AD/R7Q2mPSRuy2Id0+CGTZ98+8f+KvwirxOKIEyid+XSx6HbC63p+O4IndTHuX5Z+JxQ0TghCkO5Cg/2HA==",
|
|
15738
15862
|
"dependencies": {
|
|
15739
15863
|
"lru-cache": "^6.0.0"
|
|
15740
15864
|
},
|
|
@@ -16086,9 +16210,9 @@
|
|
|
16086
16210
|
"dev": true
|
|
16087
16211
|
},
|
|
16088
16212
|
"node_modules/sinon": {
|
|
16089
|
-
"version": "15.0.
|
|
16090
|
-
"resolved": "https://registry.npmjs.org/sinon/-/sinon-15.0.
|
|
16091
|
-
"integrity": "sha512-
|
|
16213
|
+
"version": "15.0.4",
|
|
16214
|
+
"resolved": "https://registry.npmjs.org/sinon/-/sinon-15.0.4.tgz",
|
|
16215
|
+
"integrity": "sha512-uzmfN6zx3GQaria1kwgWGeKiXSSbShBbue6Dcj0SI8fiCNFbiUDqKl57WFlY5lyhxZVUKmXvzgG2pilRQCBwWg==",
|
|
16092
16216
|
"dev": true,
|
|
16093
16217
|
"dependencies": {
|
|
16094
16218
|
"@sinonjs/commons": "^3.0.0",
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"xcuitest",
|
|
9
9
|
"xctest"
|
|
10
10
|
],
|
|
11
|
-
"version": "4.24.
|
|
11
|
+
"version": "4.24.3",
|
|
12
12
|
"author": "Appium Contributors",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"repository": {
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"moment-timezone": "0.5.43",
|
|
88
88
|
"node-simctl": "7.1.12",
|
|
89
89
|
"portscanner": "2.2.0",
|
|
90
|
-
"semver": "7.
|
|
90
|
+
"semver": "7.5.0",
|
|
91
91
|
"source-map-support": "0.5.21",
|
|
92
92
|
"teen_process": "2.0.2",
|
|
93
93
|
"ws": "8.13.0"
|
|
@@ -146,15 +146,15 @@
|
|
|
146
146
|
"@types/chai-as-promised": "7.1.5",
|
|
147
147
|
"@types/lodash": "4.14.194",
|
|
148
148
|
"@types/mocha": "10.0.1",
|
|
149
|
-
"@types/node": "18.15.
|
|
149
|
+
"@types/node": "18.15.13",
|
|
150
150
|
"@types/portscanner": "2.1.1",
|
|
151
151
|
"@types/sinon": "10.0.14",
|
|
152
152
|
"@types/sinon-chai": "3.2.9",
|
|
153
153
|
"@types/teen_process": "2.0.0",
|
|
154
|
-
"@typescript-eslint/eslint-plugin": "5.
|
|
155
|
-
"@typescript-eslint/parser": "5.
|
|
154
|
+
"@typescript-eslint/eslint-plugin": "5.59.0",
|
|
155
|
+
"@typescript-eslint/parser": "5.59.0",
|
|
156
156
|
"appium": "2.0.0-beta.62",
|
|
157
|
-
"axios": "1.3.
|
|
157
|
+
"axios": "1.3.6",
|
|
158
158
|
"chai": "4.3.7",
|
|
159
159
|
"chai-as-promised": "7.1.1",
|
|
160
160
|
"chai-subset": "1.6.0",
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
"prettier": "2.8.7",
|
|
179
179
|
"rimraf": "5.0.0",
|
|
180
180
|
"semantic-release": "20.1.3",
|
|
181
|
-
"sinon": "15.0.
|
|
181
|
+
"sinon": "15.0.4",
|
|
182
182
|
"sinon-chai": "3.7.0",
|
|
183
183
|
"ts-node": "10.9.1",
|
|
184
184
|
"type-fest": "3.8.0",
|