appium-uiautomator2-driver 3.0.7 → 3.0.8

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
+ ## [3.0.8](https://github.com/appium/appium-uiautomator2-driver/compare/v3.0.7...v3.0.8) (2024-04-09)
2
+
3
+
4
+ ### Miscellaneous Chores
5
+
6
+ * Remove extra imports ([11aea03](https://github.com/appium/appium-uiautomator2-driver/commit/11aea03218fcb2e59e07bfcff25ddca86846a36f))
7
+
1
8
  ## [3.0.7](https://github.com/appium/appium-uiautomator2-driver/compare/v3.0.6...v3.0.7) (2024-04-09)
2
9
 
3
10
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-uiautomator2-driver",
3
- "version": "3.0.7",
3
+ "version": "3.0.8",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-uiautomator2-driver",
9
- "version": "3.0.7",
9
+ "version": "3.0.8",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "appium-adb": "^12.0.0",
@@ -47,8 +47,6 @@
47
47
  "@types/source-map-support": "^0.x",
48
48
  "@types/teen_process": "^2.0.0",
49
49
  "@types/ws": "^8.5.4",
50
- "@typescript-eslint/eslint-plugin": "^7.0.0",
51
- "@typescript-eslint/parser": "^7.0.0",
52
50
  "@xmldom/xmldom": "^0.x",
53
51
  "android-apidemos": "^4.1.1",
54
52
  "appium": "^2.0.0-rc.3",
@@ -1037,9 +1035,9 @@
1037
1035
  }
1038
1036
  },
1039
1037
  "node_modules/appium-android-driver": {
1040
- "version": "9.1.0",
1041
- "resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-9.1.0.tgz",
1042
- "integrity": "sha512-RvS43pR/1oRaOXiZGxNaBaZZ0d8lpDUwK7/o4mkiPHoQpvjggXBo5/2O/ZwiC8uU4iyd97cHY8AdwcRm+GcygQ==",
1038
+ "version": "9.1.1",
1039
+ "resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-9.1.1.tgz",
1040
+ "integrity": "sha512-Z76tqn6yOnqTXf8LoMR2ubC/8a1hC78gVhLUq1/Lwz6Ws5dXz/j4ORBpAuQ9tIaPoPCob0mnv3YpxQu4EavkNw==",
1043
1041
  "dependencies": {
1044
1042
  "@appium/support": "^4.2.0",
1045
1043
  "@colors/colors": "^1.6.0",
@@ -2542,9 +2540,9 @@
2542
2540
  }
2543
2541
  },
2544
2542
  "node_modules/io.appium.settings": {
2545
- "version": "5.7.7",
2546
- "resolved": "https://registry.npmjs.org/io.appium.settings/-/io.appium.settings-5.7.7.tgz",
2547
- "integrity": "sha512-LVVcSFN5TIv/JhAs0jZMvAELAdQeejo/cDETU9apkYAVMqyLd+pXis/Jy3SBdupu9Gvf8e93geCT0+ntV/R/fQ==",
2543
+ "version": "5.7.9",
2544
+ "resolved": "https://registry.npmjs.org/io.appium.settings/-/io.appium.settings-5.7.9.tgz",
2545
+ "integrity": "sha512-l49zL1oj5knyvCVj/+PVmdoKaUDg2Vzd9o+BxV75qZXQx+O5z0OHiY0540VCXEbSyje+4nwfG4LqQSZ1D3WtEA==",
2548
2546
  "dependencies": {
2549
2547
  "asyncbox": "^3.0.0",
2550
2548
  "bluebird": "^3.5.1",
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "automated testing",
8
8
  "android"
9
9
  ],
10
- "version": "3.0.7",
10
+ "version": "3.0.8",
11
11
  "bugs": {
12
12
  "url": "https://github.com/appium/appium-uiautomator2-driver/issues"
13
13
  },
@@ -94,8 +94,6 @@
94
94
  "@types/source-map-support": "^0.x",
95
95
  "@types/teen_process": "^2.0.0",
96
96
  "@types/ws": "^8.5.4",
97
- "@typescript-eslint/eslint-plugin": "^7.0.0",
98
- "@typescript-eslint/parser": "^7.0.0",
99
97
  "@xmldom/xmldom": "^0.x",
100
98
  "android-apidemos": "^4.1.1",
101
99
  "appium": "^2.0.0-rc.3",