appium-xcuitest-driver 7.24.18 → 7.26.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 +12 -0
- package/build/lib/commands/context.d.ts +1 -1
- package/build/lib/commands/context.d.ts.map +1 -1
- package/build/lib/commands/context.js +20 -16
- package/build/lib/commands/context.js.map +1 -1
- package/build/lib/commands/index.d.ts +2 -0
- package/build/lib/commands/index.d.ts.map +1 -1
- package/build/lib/commands/index.js +2 -0
- package/build/lib/commands/index.js.map +1 -1
- package/build/lib/commands/log.d.ts +16 -0
- package/build/lib/commands/log.d.ts.map +1 -1
- package/build/lib/commands/log.js +82 -21
- package/build/lib/commands/log.js.map +1 -1
- package/build/lib/commands/simctl.d.ts +30 -0
- package/build/lib/commands/simctl.d.ts.map +1 -0
- package/build/lib/commands/simctl.js +68 -0
- package/build/lib/commands/simctl.js.map +1 -0
- package/build/lib/commands/types.d.ts +1 -0
- package/build/lib/commands/types.d.ts.map +1 -1
- package/build/lib/driver.d.ts +22 -2
- package/build/lib/driver.d.ts.map +1 -1
- package/build/lib/driver.js +16 -3
- package/build/lib/driver.js.map +1 -1
- package/build/lib/execute-method-map.d.ts +7 -0
- package/build/lib/execute-method-map.d.ts.map +1 -1
- package/build/lib/execute-method-map.js +7 -0
- package/build/lib/execute-method-map.js.map +1 -1
- package/build/lib/utils.d.ts +2 -0
- package/build/lib/utils.d.ts.map +1 -1
- package/build/lib/utils.js +3 -1
- package/build/lib/utils.js.map +1 -1
- package/lib/commands/context.js +13 -7
- package/lib/commands/index.js +2 -0
- package/lib/commands/log.js +122 -41
- package/lib/commands/simctl.js +75 -0
- package/lib/commands/types.ts +2 -0
- package/lib/driver.js +23 -3
- package/lib/execute-method-map.ts +7 -0
- package/lib/utils.js +2 -0
- package/npm-shrinkwrap.json +37 -28
- package/package.json +2 -2
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-xcuitest-driver",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.26.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-xcuitest-driver",
|
|
9
|
-
"version": "7.
|
|
9
|
+
"version": "7.26.0",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@colors/colors": "^1.6.0",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"lru-cache": "^10.0.0",
|
|
26
26
|
"moment": "^2.29.4",
|
|
27
27
|
"moment-timezone": "^0.x",
|
|
28
|
-
"node-simctl": "^7.
|
|
28
|
+
"node-simctl": "^7.6.0",
|
|
29
29
|
"portscanner": "^2.2.0",
|
|
30
30
|
"semver": "^7.5.4",
|
|
31
31
|
"source-map-support": "^0.x",
|
|
@@ -870,9 +870,9 @@
|
|
|
870
870
|
}
|
|
871
871
|
},
|
|
872
872
|
"node_modules/@types/node": {
|
|
873
|
-
"version": "22.5.
|
|
874
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.
|
|
875
|
-
"integrity": "sha512-
|
|
873
|
+
"version": "22.5.4",
|
|
874
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.4.tgz",
|
|
875
|
+
"integrity": "sha512-FDuKUJQm/ju9fT/SeX/6+gBzoPzlVCzfzmGkwKvRHQVxi4BntVbyIwf6a4Xn62mrvndLiml6z/UBXIdEVjQLXg==",
|
|
876
876
|
"license": "MIT",
|
|
877
877
|
"dependencies": {
|
|
878
878
|
"undici-types": "~6.19.2"
|
|
@@ -990,12 +990,12 @@
|
|
|
990
990
|
}
|
|
991
991
|
},
|
|
992
992
|
"node_modules/@xmldom/xmldom": {
|
|
993
|
-
"version": "0.
|
|
994
|
-
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.
|
|
995
|
-
"integrity": "sha512-
|
|
993
|
+
"version": "0.9.1",
|
|
994
|
+
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.1.tgz",
|
|
995
|
+
"integrity": "sha512-uXFabECwV3nxWzaWnhafM50sPa3jSqS8VGXJTBiQIko5mDTvB9UYX5rEF5dNqFf41Krhbtw0+IgB2CaWMD8mNw==",
|
|
996
996
|
"license": "MIT",
|
|
997
997
|
"engines": {
|
|
998
|
-
"node": ">=
|
|
998
|
+
"node": ">=14.0.0"
|
|
999
999
|
}
|
|
1000
1000
|
},
|
|
1001
1001
|
"node_modules/abort-controller": {
|
|
@@ -1265,9 +1265,9 @@
|
|
|
1265
1265
|
"license": "MIT"
|
|
1266
1266
|
},
|
|
1267
1267
|
"node_modules/axios": {
|
|
1268
|
-
"version": "1.7.
|
|
1269
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.
|
|
1270
|
-
"integrity": "sha512-
|
|
1268
|
+
"version": "1.7.7",
|
|
1269
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.7.tgz",
|
|
1270
|
+
"integrity": "sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==",
|
|
1271
1271
|
"license": "MIT",
|
|
1272
1272
|
"dependencies": {
|
|
1273
1273
|
"follow-redirects": "^1.15.6",
|
|
@@ -1929,9 +1929,9 @@
|
|
|
1929
1929
|
}
|
|
1930
1930
|
},
|
|
1931
1931
|
"node_modules/escalade": {
|
|
1932
|
-
"version": "3.
|
|
1933
|
-
"resolved": "https://registry.npmjs.org/escalade/-/escalade-3.
|
|
1934
|
-
"integrity": "sha512-
|
|
1932
|
+
"version": "3.2.0",
|
|
1933
|
+
"resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
|
|
1934
|
+
"integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
|
|
1935
1935
|
"license": "MIT",
|
|
1936
1936
|
"engines": {
|
|
1937
1937
|
"node": ">=6"
|
|
@@ -2089,9 +2089,9 @@
|
|
|
2089
2089
|
}
|
|
2090
2090
|
},
|
|
2091
2091
|
"node_modules/follow-redirects": {
|
|
2092
|
-
"version": "1.15.
|
|
2093
|
-
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.
|
|
2094
|
-
"integrity": "sha512-
|
|
2092
|
+
"version": "1.15.8",
|
|
2093
|
+
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.8.tgz",
|
|
2094
|
+
"integrity": "sha512-xgrmBhBToVKay1q2Tao5LI26B83UhrB/vM1avwVSDzt8rx3rO6AizBAaF46EgksTVr+rFTQaqZZ9MVBfUe4nig==",
|
|
2095
2095
|
"funding": [
|
|
2096
2096
|
{
|
|
2097
2097
|
"type": "individual",
|
|
@@ -3086,9 +3086,9 @@
|
|
|
3086
3086
|
}
|
|
3087
3087
|
},
|
|
3088
3088
|
"node_modules/node-simctl": {
|
|
3089
|
-
"version": "7.
|
|
3090
|
-
"resolved": "https://registry.npmjs.org/node-simctl/-/node-simctl-7.
|
|
3091
|
-
"integrity": "sha512-
|
|
3089
|
+
"version": "7.6.0",
|
|
3090
|
+
"resolved": "https://registry.npmjs.org/node-simctl/-/node-simctl-7.6.0.tgz",
|
|
3091
|
+
"integrity": "sha512-6dheyC9j77szDkejzL2RojhG1Z36WhIFjr88U9O03J3VjFnfYtrmqz4lH/fC1k2XMyjgqZsh03iI0THUU+qe7g==",
|
|
3092
3092
|
"license": "Apache-2.0",
|
|
3093
3093
|
"dependencies": {
|
|
3094
3094
|
"@appium/logger": "^1.3.0",
|
|
@@ -3344,9 +3344,9 @@
|
|
|
3344
3344
|
"license": "MIT"
|
|
3345
3345
|
},
|
|
3346
3346
|
"node_modules/picocolors": {
|
|
3347
|
-
"version": "1.0
|
|
3348
|
-
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.
|
|
3349
|
-
"integrity": "sha512-
|
|
3347
|
+
"version": "1.1.0",
|
|
3348
|
+
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.0.tgz",
|
|
3349
|
+
"integrity": "sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==",
|
|
3350
3350
|
"license": "ISC"
|
|
3351
3351
|
},
|
|
3352
3352
|
"node_modules/pkg-dir": {
|
|
@@ -3375,6 +3375,15 @@
|
|
|
3375
3375
|
"node": ">=10.4.0"
|
|
3376
3376
|
}
|
|
3377
3377
|
},
|
|
3378
|
+
"node_modules/plist/node_modules/@xmldom/xmldom": {
|
|
3379
|
+
"version": "0.8.10",
|
|
3380
|
+
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.10.tgz",
|
|
3381
|
+
"integrity": "sha512-2WALfTl4xo2SkGCYRt6rDTFfk9R1czmBvUQy12gK2KuRKIpWEhcbbzy8EZXtz/jkRqHX8bFEc6FC1HjX4TUWYw==",
|
|
3382
|
+
"license": "MIT",
|
|
3383
|
+
"engines": {
|
|
3384
|
+
"node": ">=10.0.0"
|
|
3385
|
+
}
|
|
3386
|
+
},
|
|
3378
3387
|
"node_modules/pluralize": {
|
|
3379
3388
|
"version": "8.0.0",
|
|
3380
3389
|
"resolved": "https://registry.npmjs.org/pluralize/-/pluralize-8.0.0.tgz",
|
|
@@ -4009,9 +4018,9 @@
|
|
|
4009
4018
|
}
|
|
4010
4019
|
},
|
|
4011
4020
|
"node_modules/streamx": {
|
|
4012
|
-
"version": "2.
|
|
4013
|
-
"resolved": "https://registry.npmjs.org/streamx/-/streamx-2.
|
|
4014
|
-
"integrity": "sha512-
|
|
4021
|
+
"version": "2.20.0",
|
|
4022
|
+
"resolved": "https://registry.npmjs.org/streamx/-/streamx-2.20.0.tgz",
|
|
4023
|
+
"integrity": "sha512-ZGd1LhDeGFucr1CUCTBOS58ZhEendd0ttpGT3usTvosS4ntIwKN9LJFp+OeCSprsCPL14BXVRZlHGRY1V9PVzQ==",
|
|
4015
4024
|
"license": "MIT",
|
|
4016
4025
|
"dependencies": {
|
|
4017
4026
|
"fast-fifo": "^1.3.2",
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"xcuitest",
|
|
9
9
|
"xctest"
|
|
10
10
|
],
|
|
11
|
-
"version": "7.
|
|
11
|
+
"version": "7.26.0",
|
|
12
12
|
"author": "Appium Contributors",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"repository": {
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"lru-cache": "^10.0.0",
|
|
93
93
|
"moment": "^2.29.4",
|
|
94
94
|
"moment-timezone": "^0.x",
|
|
95
|
-
"node-simctl": "^7.
|
|
95
|
+
"node-simctl": "^7.6.0",
|
|
96
96
|
"portscanner": "^2.2.0",
|
|
97
97
|
"semver": "^7.5.4",
|
|
98
98
|
"source-map-support": "^0.x",
|