appium-xcuitest-driver 10.0.5 → 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 +6 -0
- package/build/index.d.ts +5 -0
- package/npm-shrinkwrap.json +50 -16
- package/package.json +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
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
|
+
|
|
1
7
|
## [10.0.5](https://github.com/appium/appium-xcuitest-driver/compare/v10.0.4...v10.0.5) (2025-09-03)
|
|
2
8
|
|
|
3
9
|
### 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",
|
|
@@ -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": {
|
|
@@ -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"
|
|
@@ -3129,18 +3147,34 @@
|
|
|
3129
3147
|
}
|
|
3130
3148
|
},
|
|
3131
3149
|
"node_modules/raw-body": {
|
|
3132
|
-
"version": "3.0.
|
|
3133
|
-
"resolved": "https://registry.npmjs.org/raw-body/-/raw-body-3.0.
|
|
3134
|
-
"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==",
|
|
3135
3153
|
"license": "MIT",
|
|
3136
3154
|
"dependencies": {
|
|
3137
3155
|
"bytes": "3.1.2",
|
|
3138
3156
|
"http-errors": "2.0.0",
|
|
3139
|
-
"iconv-lite": "0.
|
|
3157
|
+
"iconv-lite": "0.7.0",
|
|
3140
3158
|
"unpipe": "1.0.0"
|
|
3141
3159
|
},
|
|
3142
3160
|
"engines": {
|
|
3143
|
-
"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"
|
|
3144
3178
|
}
|
|
3145
3179
|
},
|
|
3146
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",
|