appium-uiautomator2-driver 6.0.1 → 6.0.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 CHANGED
@@ -1,3 +1,9 @@
1
+ ## [6.0.2](https://github.com/appium/appium-uiautomator2-driver/compare/v6.0.1...v6.0.2) (2025-10-28)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * bump io.appium.settings to 7.0.1 basis ([#932](https://github.com/appium/appium-uiautomator2-driver/issues/932)) ([9a11765](https://github.com/appium/appium-uiautomator2-driver/commit/9a11765f89c9897cd6ae119623c61582770d3ea6))
6
+
1
7
  ## [6.0.1](https://github.com/appium/appium-uiautomator2-driver/compare/v6.0.0...v6.0.1) (2025-10-28)
2
8
 
3
9
  ### Miscellaneous Chores
@@ -1,22 +1,22 @@
1
1
  {
2
2
  "name": "appium-uiautomator2-driver",
3
- "version": "6.0.1",
3
+ "version": "6.0.2",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-uiautomator2-driver",
9
- "version": "6.0.1",
9
+ "version": "6.0.2",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "appium-adb": "^14.0.0",
13
- "appium-android-driver": "^12.0.0",
13
+ "appium-android-driver": "^12.0.2",
14
14
  "appium-uiautomator2-server": "^9.0.0",
15
15
  "asyncbox": "^3.0.0",
16
16
  "axios": "^1.12.2",
17
17
  "bluebird": "^3.5.1",
18
18
  "css-selector-parser": "^3.0.0",
19
- "io.appium.settings": "^7.0.0",
19
+ "io.appium.settings": "^7.0.1",
20
20
  "lodash": "^4.17.4",
21
21
  "portscanner": "^2.2.0",
22
22
  "source-map-support": "^0.x",
@@ -504,9 +504,9 @@
504
504
  }
505
505
  },
506
506
  "node_modules/appium-android-driver": {
507
- "version": "12.0.1",
508
- "resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-12.0.1.tgz",
509
- "integrity": "sha512-pV4+TO07rRLI0JiHeXGBkAJSvoUrI+0JgeiiDU6lvQl/kmm8Phx5TSAP5iKHvnQllJeHUd5E8FTp5Miu4tbgKA==",
507
+ "version": "12.0.2",
508
+ "resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-12.0.2.tgz",
509
+ "integrity": "sha512-1uwoTqwjLrKPCGA2UKylId4GJTFVzUsNWqYZqz91ifRxOyBILsUtYpN7dYdqI8EGYpW9hBfTDepFQkKgfyJ3gw==",
510
510
  "license": "Apache-2.0",
511
511
  "dependencies": {
512
512
  "@appium/support": "^7.0.0-rc.1",
@@ -516,7 +516,7 @@
516
516
  "asyncbox": "^3.0.0",
517
517
  "axios": "^1.x",
518
518
  "bluebird": "^3.4.7",
519
- "io.appium.settings": "^7.0.0",
519
+ "io.appium.settings": "^7.0.1",
520
520
  "lodash": "^4.17.4",
521
521
  "lru-cache": "^11.1.0",
522
522
  "moment": "^2.24.0",
@@ -1982,9 +1982,9 @@
1982
1982
  }
1983
1983
  },
1984
1984
  "node_modules/io.appium.settings": {
1985
- "version": "7.0.0",
1986
- "resolved": "https://registry.npmjs.org/io.appium.settings/-/io.appium.settings-7.0.0.tgz",
1987
- "integrity": "sha512-jf0HHzpReahpYElfngeEfkaiIqmUbUVFC7+xDF1onAOKiL4QBuwwaU+y/iQGY2/ECsYQKYgafK3Gri5MpFT4Yw==",
1985
+ "version": "7.0.1",
1986
+ "resolved": "https://registry.npmjs.org/io.appium.settings/-/io.appium.settings-7.0.1.tgz",
1987
+ "integrity": "sha512-Ct7gLHu4CVYSWXIZxbKXzMVwy5WwgnZ0rhWeFk0h4656xtLV8uf29B+uxeIC675pzcSnZzO3bLAVn3R6D7eVWQ==",
1988
1988
  "license": "Apache-2.0",
1989
1989
  "dependencies": {
1990
1990
  "@appium/logger": "^2.0.0-rc.1",
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "automated testing",
8
8
  "android"
9
9
  ],
10
- "version": "6.0.1",
10
+ "version": "6.0.2",
11
11
  "bugs": {
12
12
  "url": "https://github.com/appium/appium-uiautomator2-driver/issues"
13
13
  },
@@ -57,13 +57,13 @@
57
57
  },
58
58
  "dependencies": {
59
59
  "appium-adb": "^14.0.0",
60
- "appium-android-driver": "^12.0.0",
60
+ "appium-android-driver": "^12.0.2",
61
61
  "appium-uiautomator2-server": "^9.0.0",
62
62
  "asyncbox": "^3.0.0",
63
63
  "axios": "^1.12.2",
64
64
  "bluebird": "^3.5.1",
65
65
  "css-selector-parser": "^3.0.0",
66
- "io.appium.settings": "^7.0.0",
66
+ "io.appium.settings": "^7.0.1",
67
67
  "lodash": "^4.17.4",
68
68
  "portscanner": "^2.2.0",
69
69
  "source-map-support": "^0.x",