appium-xcuitest-driver 10.10.0 → 10.10.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 +6 -0
- package/npm-shrinkwrap.json +14 -4
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [10.10.1](https://github.com/appium/appium-xcuitest-driver/compare/v10.10.0...v10.10.1) (2025-12-11)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* **deps-dev:** bump @types/node from 24.10.3 to 25.0.0 ([#2671](https://github.com/appium/appium-xcuitest-driver/issues/2671)) ([a176bf2](https://github.com/appium/appium-xcuitest-driver/commit/a176bf21c146919f6ba666240c3241eceb605957))
|
|
6
|
+
|
|
1
7
|
## [10.10.0](https://github.com/appium/appium-xcuitest-driver/compare/v10.9.2...v10.10.0) (2025-12-11)
|
|
2
8
|
|
|
3
9
|
### Features
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-xcuitest-driver",
|
|
3
|
-
"version": "10.10.
|
|
3
|
+
"version": "10.10.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-xcuitest-driver",
|
|
9
|
-
"version": "10.10.
|
|
9
|
+
"version": "10.10.1",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@appium/strongbox": "^1.0.0-rc.1",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@types/bluebird": "^3.5.38",
|
|
46
46
|
"@types/lodash": "^4.14.196",
|
|
47
47
|
"@types/mocha": "^10.0.1",
|
|
48
|
-
"@types/node": "^
|
|
48
|
+
"@types/node": "^25.0.0",
|
|
49
49
|
"@types/portscanner": "^2.1.1",
|
|
50
50
|
"axios": "^1.4.0",
|
|
51
51
|
"chai": "^6.0.0",
|
|
@@ -699,6 +699,16 @@
|
|
|
699
699
|
"npm": ">=10"
|
|
700
700
|
}
|
|
701
701
|
},
|
|
702
|
+
"node_modules/appium-ios-remotexpc/node_modules/@types/node": {
|
|
703
|
+
"version": "24.10.3",
|
|
704
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.3.tgz",
|
|
705
|
+
"integrity": "sha512-gqkrWUsS8hcm0r44yn7/xZeV1ERva/nLgrLxFRUGb7aoNMIJfZJ3AC261zDQuOAKC7MiXai1WCpYc48jAHoShQ==",
|
|
706
|
+
"license": "MIT",
|
|
707
|
+
"optional": true,
|
|
708
|
+
"dependencies": {
|
|
709
|
+
"undici-types": "~7.16.0"
|
|
710
|
+
}
|
|
711
|
+
},
|
|
702
712
|
"node_modules/appium-ios-simulator": {
|
|
703
713
|
"version": "8.0.5",
|
|
704
714
|
"resolved": "https://registry.npmjs.org/appium-ios-simulator/-/appium-ios-simulator-8.0.5.tgz",
|
|
@@ -4462,7 +4472,7 @@
|
|
|
4462
4472
|
"version": "7.16.0",
|
|
4463
4473
|
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
|
|
4464
4474
|
"integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==",
|
|
4465
|
-
"
|
|
4475
|
+
"devOptional": true,
|
|
4466
4476
|
"license": "MIT"
|
|
4467
4477
|
},
|
|
4468
4478
|
"node_modules/unorm": {
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"xcuitest",
|
|
9
9
|
"xctest"
|
|
10
10
|
],
|
|
11
|
-
"version": "10.10.
|
|
11
|
+
"version": "10.10.1",
|
|
12
12
|
"author": "Appium Contributors",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"repository": {
|
|
@@ -152,7 +152,7 @@
|
|
|
152
152
|
"@types/bluebird": "^3.5.38",
|
|
153
153
|
"@types/lodash": "^4.14.196",
|
|
154
154
|
"@types/mocha": "^10.0.1",
|
|
155
|
-
"@types/node": "^
|
|
155
|
+
"@types/node": "^25.0.0",
|
|
156
156
|
"@types/portscanner": "^2.1.1",
|
|
157
157
|
"axios": "^1.4.0",
|
|
158
158
|
"chai": "^6.0.0",
|