appium-xcuitest-driver 9.1.2 → 9.1.3
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 +9 -9
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [9.1.3](https://github.com/appium/appium-xcuitest-driver/compare/v9.1.2...v9.1.3) (2025-04-02)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* Bump WDA ([2a59ee5](https://github.com/appium/appium-xcuitest-driver/commit/2a59ee573303c5ee7e0c8a323e1de08da505f10a))
|
|
6
|
+
|
|
1
7
|
## [9.1.2](https://github.com/appium/appium-xcuitest-driver/compare/v9.1.1...v9.1.2) (2025-03-31)
|
|
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.1.
|
|
3
|
+
"version": "9.1.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-xcuitest-driver",
|
|
9
|
-
"version": "9.1.
|
|
9
|
+
"version": "9.1.3",
|
|
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.0",
|
|
16
16
|
"appium-remote-debugger": "^12.2.0",
|
|
17
|
-
"appium-webdriveragent": "^9.
|
|
17
|
+
"appium-webdriveragent": "^9.4.0",
|
|
18
18
|
"appium-xcode": "^5.1.4",
|
|
19
19
|
"async-lock": "^1.4.0",
|
|
20
20
|
"asyncbox": "^3.0.0",
|
|
@@ -489,9 +489,9 @@
|
|
|
489
489
|
"license": "MIT"
|
|
490
490
|
},
|
|
491
491
|
"node_modules/@types/node": {
|
|
492
|
-
"version": "22.13.
|
|
493
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.
|
|
494
|
-
"integrity": "sha512-
|
|
492
|
+
"version": "22.13.17",
|
|
493
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.17.tgz",
|
|
494
|
+
"integrity": "sha512-nAJuQXoyPj04uLgu+obZcSmsfOenUg6DxPKogeUy6yNCFwWaj5sBF8/G/pNo8EtBJjAfSVgfIlugR/BCOleO+g==",
|
|
495
495
|
"license": "MIT",
|
|
496
496
|
"dependencies": {
|
|
497
497
|
"undici-types": "~6.20.0"
|
|
@@ -658,9 +658,9 @@
|
|
|
658
658
|
}
|
|
659
659
|
},
|
|
660
660
|
"node_modules/appium-webdriveragent": {
|
|
661
|
-
"version": "9.
|
|
662
|
-
"resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-9.
|
|
663
|
-
"integrity": "sha512-
|
|
661
|
+
"version": "9.4.0",
|
|
662
|
+
"resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-9.4.0.tgz",
|
|
663
|
+
"integrity": "sha512-2UgNvVHL4fZrjaUwrsDRYa4ZuYJ09HtzVJJmwr+bQnGSS7ryM2vDUme1uRMZbPHt7VDXYx8IFz48mohAU/iZ6g==",
|
|
664
664
|
"license": "Apache-2.0",
|
|
665
665
|
"dependencies": {
|
|
666
666
|
"@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.1.
|
|
11
|
+
"version": "9.1.3",
|
|
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.0",
|
|
83
83
|
"appium-remote-debugger": "^12.2.0",
|
|
84
|
-
"appium-webdriveragent": "^9.
|
|
84
|
+
"appium-webdriveragent": "^9.4.0",
|
|
85
85
|
"appium-xcode": "^5.1.4",
|
|
86
86
|
"async-lock": "^1.4.0",
|
|
87
87
|
"asyncbox": "^3.0.0",
|