appium-xcuitest-driver 10.0.4 → 10.0.6
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/index.d.ts +5 -0
- package/npm-shrinkwrap.json +70 -49
- package/package.json +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## [10.0.6](https://github.com/appium/appium-xcuitest-driver/compare/v10.0.5...v10.0.6) (2025-09-05)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* add TypeScript declarations to npm package files ([#2620](https://github.com/appium/appium-xcuitest-driver/issues/2620)) ([15c0798](https://github.com/appium/appium-xcuitest-driver/commit/15c079840ce2c91552bc3110d49a0f9bf12c406d))
|
|
6
|
+
|
|
7
|
+
## [10.0.5](https://github.com/appium/appium-xcuitest-driver/compare/v10.0.4...v10.0.5) (2025-09-03)
|
|
8
|
+
|
|
9
|
+
### Miscellaneous Chores
|
|
10
|
+
|
|
11
|
+
* Bump WDA ([#2619](https://github.com/appium/appium-xcuitest-driver/issues/2619)) ([280b1bc](https://github.com/appium/appium-xcuitest-driver/commit/280b1bc6bb0e612eb08c3242648c83bb42e38973))
|
|
12
|
+
|
|
1
13
|
## [10.0.4](https://github.com/appium/appium-xcuitest-driver/compare/v10.0.3...v10.0.4) (2025-08-29)
|
|
2
14
|
|
|
3
15
|
### Miscellaneous Chores
|
package/build/index.d.ts
ADDED
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-xcuitest-driver",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.6",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-xcuitest-driver",
|
|
9
|
-
"version": "10.0.
|
|
9
|
+
"version": "10.0.6",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@appium/strongbox": "^1.0.0-rc.1",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"appium-ios-device": "^3.0.0",
|
|
16
16
|
"appium-ios-simulator": "^7.0.0",
|
|
17
17
|
"appium-remote-debugger": "^14.0.5",
|
|
18
|
-
"appium-webdriveragent": "^10.
|
|
18
|
+
"appium-webdriveragent": "^10.1.0",
|
|
19
19
|
"appium-xcode": "^6.0.0",
|
|
20
20
|
"async-lock": "^1.4.0",
|
|
21
21
|
"asyncbox": "^3.0.0",
|
|
@@ -109,6 +109,15 @@
|
|
|
109
109
|
"spdy": "4.0.2"
|
|
110
110
|
}
|
|
111
111
|
},
|
|
112
|
+
"node_modules/@appium/base-driver/node_modules/lru-cache": {
|
|
113
|
+
"version": "11.1.0",
|
|
114
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.1.0.tgz",
|
|
115
|
+
"integrity": "sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==",
|
|
116
|
+
"license": "ISC",
|
|
117
|
+
"engines": {
|
|
118
|
+
"node": "20 || >=22"
|
|
119
|
+
}
|
|
120
|
+
},
|
|
112
121
|
"node_modules/@appium/docutils": {
|
|
113
122
|
"version": "2.0.1",
|
|
114
123
|
"resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-2.0.1.tgz",
|
|
@@ -170,6 +179,15 @@
|
|
|
170
179
|
"npm": ">=10"
|
|
171
180
|
}
|
|
172
181
|
},
|
|
182
|
+
"node_modules/@appium/logger/node_modules/lru-cache": {
|
|
183
|
+
"version": "11.1.0",
|
|
184
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.1.0.tgz",
|
|
185
|
+
"integrity": "sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==",
|
|
186
|
+
"license": "ISC",
|
|
187
|
+
"engines": {
|
|
188
|
+
"node": "20 || >=22"
|
|
189
|
+
}
|
|
190
|
+
},
|
|
173
191
|
"node_modules/@appium/schema": {
|
|
174
192
|
"version": "1.0.0",
|
|
175
193
|
"resolved": "https://registry.npmjs.org/@appium/schema/-/schema-1.0.0.tgz",
|
|
@@ -420,9 +438,9 @@
|
|
|
420
438
|
"license": "MIT"
|
|
421
439
|
},
|
|
422
440
|
"node_modules/@types/node": {
|
|
423
|
-
"version": "24.3.
|
|
424
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.3.
|
|
425
|
-
"integrity": "sha512-
|
|
441
|
+
"version": "24.3.1",
|
|
442
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.3.1.tgz",
|
|
443
|
+
"integrity": "sha512-3vXmQDXy+woz+gnrTvuvNrPzekOi+Ds0ReMxw0LzBiK3a+1k0kQn9f2NWk+lgD4rJehFUmYy2gMhJ2ZI+7YP9g==",
|
|
426
444
|
"devOptional": true,
|
|
427
445
|
"license": "MIT",
|
|
428
446
|
"dependencies": {
|
|
@@ -543,9 +561,9 @@
|
|
|
543
561
|
}
|
|
544
562
|
},
|
|
545
563
|
"node_modules/appium-ios-remotexpc": {
|
|
546
|
-
"version": "0.3.
|
|
547
|
-
"resolved": "https://registry.npmjs.org/appium-ios-remotexpc/-/appium-ios-remotexpc-0.3.
|
|
548
|
-
"integrity": "sha512-
|
|
564
|
+
"version": "0.3.3",
|
|
565
|
+
"resolved": "https://registry.npmjs.org/appium-ios-remotexpc/-/appium-ios-remotexpc-0.3.3.tgz",
|
|
566
|
+
"integrity": "sha512-dm9kdJ8KA88O8FyBBKOunhfkgFnbNKFI52ZwjNDVkJQYCymzp/4VuKz6Tw4//BapUekj5TX9GHYxwCICJC4nYA==",
|
|
549
567
|
"license": "Apache-2.0",
|
|
550
568
|
"optional": true,
|
|
551
569
|
"dependencies": {
|
|
@@ -554,7 +572,7 @@
|
|
|
554
572
|
"@types/node": "^24.0.10",
|
|
555
573
|
"@xmldom/xmldom": "^0.9.8",
|
|
556
574
|
"appium-ios-tuntap": "^0.x",
|
|
557
|
-
"npm-run-all2": "^
|
|
575
|
+
"npm-run-all2": "^8.0.4"
|
|
558
576
|
},
|
|
559
577
|
"engines": {
|
|
560
578
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
@@ -624,9 +642,9 @@
|
|
|
624
642
|
}
|
|
625
643
|
},
|
|
626
644
|
"node_modules/appium-webdriveragent": {
|
|
627
|
-
"version": "10.0
|
|
628
|
-
"resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-10.0.
|
|
629
|
-
"integrity": "sha512-
|
|
645
|
+
"version": "10.1.0",
|
|
646
|
+
"resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-10.1.0.tgz",
|
|
647
|
+
"integrity": "sha512-wcUrQyI+pOK2hHwQtDKMJ6955s61pKbhtS42hZdQ1h71K/RQfzD09h9zgI3XqyMEG+IMyBkFzML5qgUqrl27uQ==",
|
|
630
648
|
"license": "Apache-2.0",
|
|
631
649
|
"dependencies": {
|
|
632
650
|
"@appium/base-driver": "^10.0.0-rc.1",
|
|
@@ -1819,9 +1837,9 @@
|
|
|
1819
1837
|
}
|
|
1820
1838
|
},
|
|
1821
1839
|
"node_modules/get-east-asian-width": {
|
|
1822
|
-
"version": "1.3.
|
|
1823
|
-
"resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.3.
|
|
1824
|
-
"integrity": "sha512-
|
|
1840
|
+
"version": "1.3.1",
|
|
1841
|
+
"resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.3.1.tgz",
|
|
1842
|
+
"integrity": "sha512-R1QfovbPsKmosqTnPoRFiJ7CF9MLRgb53ChvMZm+r4p76/+8yKDy17qLL2PKInORy2RkZZekuK0efYgmzTkXyQ==",
|
|
1825
1843
|
"license": "MIT",
|
|
1826
1844
|
"engines": {
|
|
1827
1845
|
"node": ">=18"
|
|
@@ -2432,9 +2450,9 @@
|
|
|
2432
2450
|
}
|
|
2433
2451
|
},
|
|
2434
2452
|
"node_modules/lru-cache": {
|
|
2435
|
-
"version": "11.1
|
|
2436
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.1.
|
|
2437
|
-
"integrity": "sha512-
|
|
2453
|
+
"version": "11.2.1",
|
|
2454
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.1.tgz",
|
|
2455
|
+
"integrity": "sha512-r8LA6i4LP4EeWOhqBaZZjDWwehd1xUJPCJd9Sv300H0ZmcUER4+JPh7bqqZeqs1o5pgtgvXm+d9UGrB5zZGDiQ==",
|
|
2438
2456
|
"license": "ISC",
|
|
2439
2457
|
"engines": {
|
|
2440
2458
|
"node": "20 || >=22"
|
|
@@ -2726,16 +2744,16 @@
|
|
|
2726
2744
|
}
|
|
2727
2745
|
},
|
|
2728
2746
|
"node_modules/npm-run-all2": {
|
|
2729
|
-
"version": "
|
|
2730
|
-
"resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-
|
|
2731
|
-
"integrity": "sha512-
|
|
2747
|
+
"version": "8.0.4",
|
|
2748
|
+
"resolved": "https://registry.npmjs.org/npm-run-all2/-/npm-run-all2-8.0.4.tgz",
|
|
2749
|
+
"integrity": "sha512-wdbB5My48XKp2ZfJUlhnLVihzeuA1hgBnqB2J9ahV77wLS+/YAJAlN8I+X3DIFIPZ3m5L7nplmlbhNiFDmXRDA==",
|
|
2732
2750
|
"license": "MIT",
|
|
2733
2751
|
"optional": true,
|
|
2734
2752
|
"dependencies": {
|
|
2735
2753
|
"ansi-styles": "^6.2.1",
|
|
2736
2754
|
"cross-spawn": "^7.0.6",
|
|
2737
2755
|
"memorystream": "^0.3.1",
|
|
2738
|
-
"
|
|
2756
|
+
"picomatch": "^4.0.2",
|
|
2739
2757
|
"pidtree": "^0.6.0",
|
|
2740
2758
|
"read-package-json-fast": "^4.0.0",
|
|
2741
2759
|
"shell-quote": "^1.7.3",
|
|
@@ -2748,8 +2766,8 @@
|
|
|
2748
2766
|
"run-s": "bin/run-s/index.js"
|
|
2749
2767
|
},
|
|
2750
2768
|
"engines": {
|
|
2751
|
-
"node": "^
|
|
2752
|
-
"npm": ">=
|
|
2769
|
+
"node": "^20.5.0 || >=22.0.0",
|
|
2770
|
+
"npm": ">= 10"
|
|
2753
2771
|
}
|
|
2754
2772
|
},
|
|
2755
2773
|
"node_modules/npm-run-all2/node_modules/ansi-styles": {
|
|
@@ -2765,30 +2783,17 @@
|
|
|
2765
2783
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
2766
2784
|
}
|
|
2767
2785
|
},
|
|
2768
|
-
"node_modules/npm-run-all2/node_modules/
|
|
2769
|
-
"version": "
|
|
2770
|
-
"resolved": "https://registry.npmjs.org/
|
|
2771
|
-
"integrity": "sha512-
|
|
2786
|
+
"node_modules/npm-run-all2/node_modules/picomatch": {
|
|
2787
|
+
"version": "4.0.3",
|
|
2788
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
|
|
2789
|
+
"integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
|
|
2772
2790
|
"license": "MIT",
|
|
2773
2791
|
"optional": true,
|
|
2774
|
-
"dependencies": {
|
|
2775
|
-
"balanced-match": "^1.0.0"
|
|
2776
|
-
}
|
|
2777
|
-
},
|
|
2778
|
-
"node_modules/npm-run-all2/node_modules/minimatch": {
|
|
2779
|
-
"version": "9.0.5",
|
|
2780
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
|
2781
|
-
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
|
2782
|
-
"license": "ISC",
|
|
2783
|
-
"optional": true,
|
|
2784
|
-
"dependencies": {
|
|
2785
|
-
"brace-expansion": "^2.0.1"
|
|
2786
|
-
},
|
|
2787
2792
|
"engines": {
|
|
2788
|
-
"node": ">=
|
|
2793
|
+
"node": ">=12"
|
|
2789
2794
|
},
|
|
2790
2795
|
"funding": {
|
|
2791
|
-
"url": "https://github.com/sponsors/
|
|
2796
|
+
"url": "https://github.com/sponsors/jonschlinkert"
|
|
2792
2797
|
}
|
|
2793
2798
|
},
|
|
2794
2799
|
"node_modules/object-inspect": {
|
|
@@ -3142,18 +3147,34 @@
|
|
|
3142
3147
|
}
|
|
3143
3148
|
},
|
|
3144
3149
|
"node_modules/raw-body": {
|
|
3145
|
-
"version": "3.0.
|
|
3146
|
-
"resolved": "https://registry.npmjs.org/raw-body/-/raw-body-3.0.
|
|
3147
|
-
"integrity": "sha512-
|
|
3150
|
+
"version": "3.0.1",
|
|
3151
|
+
"resolved": "https://registry.npmjs.org/raw-body/-/raw-body-3.0.1.tgz",
|
|
3152
|
+
"integrity": "sha512-9G8cA+tuMS75+6G/TzW8OtLzmBDMo8p1JRxN5AZ+LAp8uxGA8V8GZm4GQ4/N5QNQEnLmg6SS7wyuSmbKepiKqA==",
|
|
3148
3153
|
"license": "MIT",
|
|
3149
3154
|
"dependencies": {
|
|
3150
3155
|
"bytes": "3.1.2",
|
|
3151
3156
|
"http-errors": "2.0.0",
|
|
3152
|
-
"iconv-lite": "0.
|
|
3157
|
+
"iconv-lite": "0.7.0",
|
|
3153
3158
|
"unpipe": "1.0.0"
|
|
3154
3159
|
},
|
|
3155
3160
|
"engines": {
|
|
3156
|
-
"node": ">= 0.
|
|
3161
|
+
"node": ">= 0.10"
|
|
3162
|
+
}
|
|
3163
|
+
},
|
|
3164
|
+
"node_modules/raw-body/node_modules/iconv-lite": {
|
|
3165
|
+
"version": "0.7.0",
|
|
3166
|
+
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.0.tgz",
|
|
3167
|
+
"integrity": "sha512-cf6L2Ds3h57VVmkZe+Pn+5APsT7FpqJtEhhieDCvrE2MK5Qk9MyffgQyuxQTm6BChfeZNtcOLHp9IcWRVcIcBQ==",
|
|
3168
|
+
"license": "MIT",
|
|
3169
|
+
"dependencies": {
|
|
3170
|
+
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
3171
|
+
},
|
|
3172
|
+
"engines": {
|
|
3173
|
+
"node": ">=0.10.0"
|
|
3174
|
+
},
|
|
3175
|
+
"funding": {
|
|
3176
|
+
"type": "opencollective",
|
|
3177
|
+
"url": "https://opencollective.com/express"
|
|
3157
3178
|
}
|
|
3158
3179
|
},
|
|
3159
3180
|
"node_modules/read-package-json-fast": {
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"xcuitest",
|
|
9
9
|
"xctest"
|
|
10
10
|
],
|
|
11
|
-
"version": "10.0.
|
|
11
|
+
"version": "10.0.6",
|
|
12
12
|
"author": "Appium Contributors",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"repository": {
|
|
@@ -70,6 +70,7 @@
|
|
|
70
70
|
"lib",
|
|
71
71
|
"scripts",
|
|
72
72
|
"build/index.js",
|
|
73
|
+
"build/index.d.ts",
|
|
73
74
|
"build/lib",
|
|
74
75
|
"!.DS_Store",
|
|
75
76
|
"CHANGELOG.md",
|
|
@@ -84,7 +85,7 @@
|
|
|
84
85
|
"appium-ios-device": "^3.0.0",
|
|
85
86
|
"appium-ios-simulator": "^7.0.0",
|
|
86
87
|
"appium-remote-debugger": "^14.0.5",
|
|
87
|
-
"appium-webdriveragent": "^10.
|
|
88
|
+
"appium-webdriveragent": "^10.1.0",
|
|
88
89
|
"appium-xcode": "^6.0.0",
|
|
89
90
|
"async-lock": "^1.4.0",
|
|
90
91
|
"asyncbox": "^3.0.0",
|