appium-xcuitest-driver 7.28.0 → 7.28.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 +6 -6
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [7.28.1](https://github.com/appium/appium-xcuitest-driver/compare/v7.28.0...v7.28.1) (2024-10-18)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* bump WDA to fix transient overlay windows handling when respectSystemAlerts is enabled ([#2482](https://github.com/appium/appium-xcuitest-driver/issues/2482)) ([e504a6d](https://github.com/appium/appium-xcuitest-driver/commit/e504a6dc6fca4a4d5480a4a37d47b2f26cdee243))
|
|
6
|
+
|
|
1
7
|
## [7.28.0](https://github.com/appium/appium-xcuitest-driver/compare/v7.27.1...v7.28.0) (2024-10-17)
|
|
2
8
|
|
|
3
9
|
### Features
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-xcuitest-driver",
|
|
3
|
-
"version": "7.28.
|
|
3
|
+
"version": "7.28.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-xcuitest-driver",
|
|
9
|
-
"version": "7.28.
|
|
9
|
+
"version": "7.28.1",
|
|
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.7.23",
|
|
15
15
|
"appium-ios-simulator": "^6.1.7",
|
|
16
16
|
"appium-remote-debugger": "^12.1.1",
|
|
17
|
-
"appium-webdriveragent": "^8.9.
|
|
17
|
+
"appium-webdriveragent": "^8.9.4",
|
|
18
18
|
"appium-xcode": "^5.1.4",
|
|
19
19
|
"async-lock": "^1.4.0",
|
|
20
20
|
"asyncbox": "^3.0.0",
|
|
@@ -963,9 +963,9 @@
|
|
|
963
963
|
}
|
|
964
964
|
},
|
|
965
965
|
"node_modules/appium-webdriveragent": {
|
|
966
|
-
"version": "8.9.
|
|
967
|
-
"resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-8.9.
|
|
968
|
-
"integrity": "sha512-
|
|
966
|
+
"version": "8.9.4",
|
|
967
|
+
"resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-8.9.4.tgz",
|
|
968
|
+
"integrity": "sha512-04+YmkvLEky9v3JPfsaOgtqwGRRLti77bKWWlcUJYFIJA/I0R1nQre4uNN1qXl7o/e+YO6ng2+Qn1vkftrPpQA==",
|
|
969
969
|
"license": "Apache-2.0",
|
|
970
970
|
"dependencies": {
|
|
971
971
|
"@appium/base-driver": "^9.0.0",
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"xcuitest",
|
|
9
9
|
"xctest"
|
|
10
10
|
],
|
|
11
|
-
"version": "7.28.
|
|
11
|
+
"version": "7.28.1",
|
|
12
12
|
"author": "Appium Contributors",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"repository": {
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"appium-ios-device": "^2.7.23",
|
|
82
82
|
"appium-ios-simulator": "^6.1.7",
|
|
83
83
|
"appium-remote-debugger": "^12.1.1",
|
|
84
|
-
"appium-webdriveragent": "^8.9.
|
|
84
|
+
"appium-webdriveragent": "^8.9.4",
|
|
85
85
|
"appium-xcode": "^5.1.4",
|
|
86
86
|
"async-lock": "^1.4.0",
|
|
87
87
|
"asyncbox": "^3.0.0",
|