appium-xcuitest-driver 7.9.0 → 7.9.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 CHANGED
@@ -1,3 +1,10 @@
1
+ ## [7.9.1](https://github.com/appium/appium-xcuitest-driver/compare/v7.9.0...v7.9.1) (2024-03-31)
2
+
3
+
4
+ ### Miscellaneous Chores
5
+
6
+ * bump wda ([a777b93](https://github.com/appium/appium-xcuitest-driver/commit/a777b93a5953dfd59e54f40817d198307f72289f))
7
+
1
8
  ## [7.9.0](https://github.com/appium/appium-xcuitest-driver/compare/v7.8.2...v7.9.0) (2024-03-31)
2
9
 
3
10
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-xcuitest-driver",
3
- "version": "7.9.0",
3
+ "version": "7.9.1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-xcuitest-driver",
9
- "version": "7.9.0",
9
+ "version": "7.9.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.5.4",
15
15
  "appium-ios-simulator": "^6.1.2",
16
16
  "appium-remote-debugger": "^11.0.0",
17
- "appium-webdriveragent": "^8.3.0",
17
+ "appium-webdriveragent": "^8.3.1",
18
18
  "appium-xcode": "^5.1.4",
19
19
  "async-lock": "^1.4.0",
20
20
  "asyncbox": "^3.0.0",
@@ -953,9 +953,9 @@
953
953
  }
954
954
  },
955
955
  "node_modules/appium-webdriveragent": {
956
- "version": "8.3.0",
957
- "resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-8.3.0.tgz",
958
- "integrity": "sha512-g8vEBH7VdLf/fzH3VIXtem2v5GUVSw+ilHzZfqGg9hOVqOZ4oZ2GfjSVo7mM4Jux1/CidG3gczTriIWgmD3WBA==",
956
+ "version": "8.3.1",
957
+ "resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-8.3.1.tgz",
958
+ "integrity": "sha512-tofiPgPdutA+A7H380negfUYM5y7EH2zjljtH3+JMrOlsiSYVLTjK2HozWe7A7hkL3LBUinN7dcKPy8wjq1wJg==",
959
959
  "dependencies": {
960
960
  "@appium/base-driver": "^9.0.0",
961
961
  "@appium/strongbox": "^0.x",
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "xcuitest",
9
9
  "xctest"
10
10
  ],
11
- "version": "7.9.0",
11
+ "version": "7.9.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.5.4",
82
82
  "appium-ios-simulator": "^6.1.2",
83
83
  "appium-remote-debugger": "^11.0.0",
84
- "appium-webdriveragent": "^8.3.0",
84
+ "appium-webdriveragent": "^8.3.1",
85
85
  "appium-xcode": "^5.1.4",
86
86
  "async-lock": "^1.4.0",
87
87
  "asyncbox": "^3.0.0",