appium-xcuitest-driver 9.9.1 → 9.9.2
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 +12 -12
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [9.9.2](https://github.com/appium/appium-xcuitest-driver/compare/v9.9.1...v9.9.2) (2025-07-03)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* Bump remote debugger ([edab935](https://github.com/appium/appium-xcuitest-driver/commit/edab935a5964aa4a6033e92e69db18b00493976a))
|
|
6
|
+
|
|
1
7
|
## [9.9.1](https://github.com/appium/appium-xcuitest-driver/compare/v9.9.0...v9.9.1) (2025-06-28)
|
|
2
8
|
|
|
3
9
|
### Bug Fixes
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-xcuitest-driver",
|
|
3
|
-
"version": "9.9.
|
|
3
|
+
"version": "9.9.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-xcuitest-driver",
|
|
9
|
-
"version": "9.9.
|
|
9
|
+
"version": "9.9.2",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@appium/strongbox": "^0.x",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"appium-idb": "^1.6.13",
|
|
16
16
|
"appium-ios-device": "^2.8.0",
|
|
17
17
|
"appium-ios-simulator": "^6.2.2",
|
|
18
|
-
"appium-remote-debugger": "^12.2.
|
|
18
|
+
"appium-remote-debugger": "^12.2.6",
|
|
19
19
|
"appium-webdriveragent": "^9.11.0",
|
|
20
20
|
"appium-xcode": "^5.1.4",
|
|
21
21
|
"async-lock": "^1.4.0",
|
|
@@ -481,15 +481,15 @@
|
|
|
481
481
|
"license": "MIT"
|
|
482
482
|
},
|
|
483
483
|
"node_modules/@types/lodash": {
|
|
484
|
-
"version": "4.17.
|
|
485
|
-
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.
|
|
486
|
-
"integrity": "sha512-
|
|
484
|
+
"version": "4.17.20",
|
|
485
|
+
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.20.tgz",
|
|
486
|
+
"integrity": "sha512-H3MHACvFUEiujabxhaI/ImO6gUrd8oOurg7LQtS7mbwIXA/cUqWrvBsaeJ23aZEPk1TAYkurjfMbSELfoCXlGA==",
|
|
487
487
|
"license": "MIT"
|
|
488
488
|
},
|
|
489
489
|
"node_modules/@types/node": {
|
|
490
|
-
"version": "24.0.
|
|
491
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.
|
|
492
|
-
"integrity": "sha512-
|
|
490
|
+
"version": "24.0.10",
|
|
491
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.10.tgz",
|
|
492
|
+
"integrity": "sha512-ENHwaH+JIRTDIEEbDK6QSQntAYGtbvdDXnMXnZaZ6k13Du1dPMmprkEHIL7ok2Wl2aZevetwTAb5S+7yIF+enA==",
|
|
493
493
|
"license": "MIT",
|
|
494
494
|
"dependencies": {
|
|
495
495
|
"undici-types": "~7.8.0"
|
|
@@ -641,9 +641,9 @@
|
|
|
641
641
|
}
|
|
642
642
|
},
|
|
643
643
|
"node_modules/appium-remote-debugger": {
|
|
644
|
-
"version": "12.2.
|
|
645
|
-
"resolved": "https://registry.npmjs.org/appium-remote-debugger/-/appium-remote-debugger-12.2.
|
|
646
|
-
"integrity": "sha512-
|
|
644
|
+
"version": "12.2.6",
|
|
645
|
+
"resolved": "https://registry.npmjs.org/appium-remote-debugger/-/appium-remote-debugger-12.2.6.tgz",
|
|
646
|
+
"integrity": "sha512-oD6vD+RBQDFcjwR0VLxdGvQP4PottK2jn4lGJ+tTFj29pNLukB7K8VwxCGw+nejVD6iRUihsfyZcdR8aB71seg==",
|
|
647
647
|
"license": "Apache-2.0",
|
|
648
648
|
"dependencies": {
|
|
649
649
|
"@appium/base-driver": "^9.0.0",
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"xcuitest",
|
|
9
9
|
"xctest"
|
|
10
10
|
],
|
|
11
|
-
"version": "9.9.
|
|
11
|
+
"version": "9.9.2",
|
|
12
12
|
"author": "Appium Contributors",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"repository": {
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"appium-idb": "^1.6.13",
|
|
85
85
|
"appium-ios-device": "^2.8.0",
|
|
86
86
|
"appium-ios-simulator": "^6.2.2",
|
|
87
|
-
"appium-remote-debugger": "^12.2.
|
|
87
|
+
"appium-remote-debugger": "^12.2.6",
|
|
88
88
|
"appium-webdriveragent": "^9.11.0",
|
|
89
89
|
"appium-xcode": "^5.1.4",
|
|
90
90
|
"async-lock": "^1.4.0",
|