appium-xcuitest-driver 9.2.5 → 9.3.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 +6 -0
- package/npm-shrinkwrap.json +21 -21
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [9.3.0](https://github.com/appium/appium-xcuitest-driver/compare/v9.2.5...v9.3.0) (2025-05-28)
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
* Add traits attributes ([#2566](https://github.com/appium/appium-xcuitest-driver/issues/2566)) ([73429cd](https://github.com/appium/appium-xcuitest-driver/commit/73429cd7b9a2e9054dc35ae87be5d2c0e1c62d56))
|
|
6
|
+
|
|
1
7
|
## [9.2.5](https://github.com/appium/appium-xcuitest-driver/compare/v9.2.4...v9.2.5) (2025-05-21)
|
|
2
8
|
|
|
3
9
|
### Miscellaneous Chores
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-xcuitest-driver",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.3.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-xcuitest-driver",
|
|
9
|
-
"version": "9.
|
|
9
|
+
"version": "9.3.0",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@colors/colors": "^1.6.0",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"appium-ios-device": "^2.8.0",
|
|
15
15
|
"appium-ios-simulator": "^6.2.2",
|
|
16
16
|
"appium-remote-debugger": "^12.2.0",
|
|
17
|
-
"appium-webdriveragent": "^9.
|
|
17
|
+
"appium-webdriveragent": "^9.10.0",
|
|
18
18
|
"appium-xcode": "^5.1.4",
|
|
19
19
|
"async-lock": "^1.4.0",
|
|
20
20
|
"asyncbox": "^3.0.0",
|
|
@@ -634,9 +634,9 @@
|
|
|
634
634
|
"license": "MIT"
|
|
635
635
|
},
|
|
636
636
|
"node_modules/@types/node": {
|
|
637
|
-
"version": "22.15.
|
|
638
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.
|
|
639
|
-
"integrity": "sha512-
|
|
637
|
+
"version": "22.15.24",
|
|
638
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.24.tgz",
|
|
639
|
+
"integrity": "sha512-w9CZGm9RDjzTh/D+hFwlBJ3ziUaVw7oufKA3vOFSOZlzmW9AkZnfjPb+DLnrV6qtgL/LNmP0/2zBNCFHL3F0ng==",
|
|
640
640
|
"license": "MIT",
|
|
641
641
|
"dependencies": {
|
|
642
642
|
"undici-types": "~6.21.0"
|
|
@@ -719,9 +719,9 @@
|
|
|
719
719
|
}
|
|
720
720
|
},
|
|
721
721
|
"node_modules/appium-idb": {
|
|
722
|
-
"version": "1.8.
|
|
723
|
-
"resolved": "https://registry.npmjs.org/appium-idb/-/appium-idb-1.8.
|
|
724
|
-
"integrity": "sha512-
|
|
722
|
+
"version": "1.8.23",
|
|
723
|
+
"resolved": "https://registry.npmjs.org/appium-idb/-/appium-idb-1.8.23.tgz",
|
|
724
|
+
"integrity": "sha512-SQJFzuhJkgvEGWf3Aj/WK8POEV9QvpEEouywcXIZXWZowNgyUnsS9r29LoalarYRexUK2Gl1eSJHdXZUL7dCYA==",
|
|
725
725
|
"license": "Apache-2.0",
|
|
726
726
|
"dependencies": {
|
|
727
727
|
"@appium/support": "^6.0.0",
|
|
@@ -737,9 +737,9 @@
|
|
|
737
737
|
}
|
|
738
738
|
},
|
|
739
739
|
"node_modules/appium-ios-device": {
|
|
740
|
-
"version": "2.8.
|
|
741
|
-
"resolved": "https://registry.npmjs.org/appium-ios-device/-/appium-ios-device-2.8.
|
|
742
|
-
"integrity": "sha512-
|
|
740
|
+
"version": "2.8.3",
|
|
741
|
+
"resolved": "https://registry.npmjs.org/appium-ios-device/-/appium-ios-device-2.8.3.tgz",
|
|
742
|
+
"integrity": "sha512-Klxct/L9qj+jrY6s6PmysFaPTPw1Tfc1yHf0SPu3SaNGWTZYcuHELL1AkzNUM4/6NK7X6DAhsfL9Dxf5SrqmVA==",
|
|
743
743
|
"license": "Apache-2.0",
|
|
744
744
|
"dependencies": {
|
|
745
745
|
"@appium/support": "^6.0.0",
|
|
@@ -782,9 +782,9 @@
|
|
|
782
782
|
}
|
|
783
783
|
},
|
|
784
784
|
"node_modules/appium-remote-debugger": {
|
|
785
|
-
"version": "12.2.
|
|
786
|
-
"resolved": "https://registry.npmjs.org/appium-remote-debugger/-/appium-remote-debugger-12.2.
|
|
787
|
-
"integrity": "sha512-
|
|
785
|
+
"version": "12.2.3",
|
|
786
|
+
"resolved": "https://registry.npmjs.org/appium-remote-debugger/-/appium-remote-debugger-12.2.3.tgz",
|
|
787
|
+
"integrity": "sha512-lpA5ly0Hk9s2YHpu3QNyHHCtT9sQAdoedoDAKkrshZqzrhkV4uLhdf/AJbqFvNeper9v6saiW1gEtTEV4MeUoQ==",
|
|
788
788
|
"license": "Apache-2.0",
|
|
789
789
|
"dependencies": {
|
|
790
790
|
"@appium/base-driver": "^9.0.0",
|
|
@@ -803,9 +803,9 @@
|
|
|
803
803
|
}
|
|
804
804
|
},
|
|
805
805
|
"node_modules/appium-webdriveragent": {
|
|
806
|
-
"version": "9.
|
|
807
|
-
"resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-9.
|
|
808
|
-
"integrity": "sha512-
|
|
806
|
+
"version": "9.10.0",
|
|
807
|
+
"resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-9.10.0.tgz",
|
|
808
|
+
"integrity": "sha512-wAJPutV9tCNco0AEJppvdXlMAJm3wnYmob6ZrGWGZIGvU1bz7ov2JiWBosEQN0cljFSYocxwRYaks65IHooRlQ==",
|
|
809
809
|
"license": "Apache-2.0",
|
|
810
810
|
"dependencies": {
|
|
811
811
|
"@appium/base-driver": "^9.0.0",
|
|
@@ -2685,9 +2685,9 @@
|
|
|
2685
2685
|
}
|
|
2686
2686
|
},
|
|
2687
2687
|
"node_modules/moment-timezone": {
|
|
2688
|
-
"version": "0.
|
|
2689
|
-
"resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.
|
|
2690
|
-
"integrity": "sha512-
|
|
2688
|
+
"version": "0.6.0",
|
|
2689
|
+
"resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.6.0.tgz",
|
|
2690
|
+
"integrity": "sha512-ldA5lRNm3iJCWZcBCab4pnNL3HSZYXVb/3TYr75/1WCTWYuTqYUb5f/S384pncYjJ88lbO8Z4uPDvmoluHJc8Q==",
|
|
2691
2691
|
"license": "MIT",
|
|
2692
2692
|
"dependencies": {
|
|
2693
2693
|
"moment": "^2.29.4"
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"xcuitest",
|
|
9
9
|
"xctest"
|
|
10
10
|
],
|
|
11
|
-
"version": "9.
|
|
11
|
+
"version": "9.3.0",
|
|
12
12
|
"author": "Appium Contributors",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"repository": {
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"appium-ios-device": "^2.8.0",
|
|
82
82
|
"appium-ios-simulator": "^6.2.2",
|
|
83
83
|
"appium-remote-debugger": "^12.2.0",
|
|
84
|
-
"appium-webdriveragent": "^9.
|
|
84
|
+
"appium-webdriveragent": "^9.10.0",
|
|
85
85
|
"appium-xcode": "^5.1.4",
|
|
86
86
|
"async-lock": "^1.4.0",
|
|
87
87
|
"asyncbox": "^3.0.0",
|