appium-uiautomator2-driver 2.29.1 → 2.29.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 +7 -0
- package/npm-shrinkwrap.json +8 -7
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [2.29.2](https://github.com/appium/appium-uiautomator2-driver/compare/v2.29.1...v2.29.2) (2023-07-03)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Miscellaneous Chores
|
|
5
|
+
|
|
6
|
+
* Bump server version ([583630f](https://github.com/appium/appium-uiautomator2-driver/commit/583630f8d8f9b3f0259a362b50a04313e966631a))
|
|
7
|
+
|
|
1
8
|
## [2.29.1](https://github.com/appium/appium-uiautomator2-driver/compare/v2.29.0...v2.29.1) (2023-06-29)
|
|
2
9
|
|
|
3
10
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-uiautomator2-driver",
|
|
3
|
-
"version": "2.29.
|
|
3
|
+
"version": "2.29.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-uiautomator2-driver",
|
|
9
|
-
"version": "2.29.
|
|
9
|
+
"version": "2.29.2",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@babel/runtime": "^7.0.0",
|
|
13
13
|
"appium-adb": "^9.13.1",
|
|
14
14
|
"appium-android-driver": "^5.14.0",
|
|
15
15
|
"appium-chromedriver": "^5.3.1",
|
|
16
|
-
"appium-uiautomator2-server": "^5.12.
|
|
16
|
+
"appium-uiautomator2-server": "^5.12.2",
|
|
17
17
|
"asyncbox": "^2.3.1",
|
|
18
18
|
"axios": "^1.x",
|
|
19
19
|
"bluebird": "^3.5.1",
|
|
@@ -716,7 +716,7 @@
|
|
|
716
716
|
}
|
|
717
717
|
},
|
|
718
718
|
"node_modules/@types/node": {
|
|
719
|
-
"version": "20.3.
|
|
719
|
+
"version": "20.3.3",
|
|
720
720
|
"license": "MIT"
|
|
721
721
|
},
|
|
722
722
|
"node_modules/@types/normalize-package-data": {
|
|
@@ -915,7 +915,7 @@
|
|
|
915
915
|
}
|
|
916
916
|
},
|
|
917
917
|
"node_modules/appium-adb": {
|
|
918
|
-
"version": "9.
|
|
918
|
+
"version": "9.14.1",
|
|
919
919
|
"license": "Apache-2.0",
|
|
920
920
|
"dependencies": {
|
|
921
921
|
"@appium/support": "^4.0.0",
|
|
@@ -981,7 +981,7 @@
|
|
|
981
981
|
}
|
|
982
982
|
},
|
|
983
983
|
"node_modules/appium-chromedriver": {
|
|
984
|
-
"version": "5.
|
|
984
|
+
"version": "5.5.1",
|
|
985
985
|
"hasInstallScript": true,
|
|
986
986
|
"license": "Apache-2.0",
|
|
987
987
|
"dependencies": {
|
|
@@ -989,6 +989,7 @@
|
|
|
989
989
|
"@appium/support": "^4.0.0",
|
|
990
990
|
"@babel/runtime": "^7.0.0",
|
|
991
991
|
"@xmldom/xmldom": "^0.x",
|
|
992
|
+
"appium-adb": "^9.14.1",
|
|
992
993
|
"asyncbox": "^2.0.2",
|
|
993
994
|
"axios": "^1.x",
|
|
994
995
|
"bluebird": "^3.5.1",
|
|
@@ -1006,7 +1007,7 @@
|
|
|
1006
1007
|
}
|
|
1007
1008
|
},
|
|
1008
1009
|
"node_modules/appium-uiautomator2-server": {
|
|
1009
|
-
"version": "5.12.
|
|
1010
|
+
"version": "5.12.2",
|
|
1010
1011
|
"license": "Apache-2.0",
|
|
1011
1012
|
"engines": {
|
|
1012
1013
|
"node": ">=14",
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"automated testing",
|
|
8
8
|
"android"
|
|
9
9
|
],
|
|
10
|
-
"version": "2.29.
|
|
10
|
+
"version": "2.29.2",
|
|
11
11
|
"author": "Appium Contributors",
|
|
12
12
|
"license": "Apache-2.0",
|
|
13
13
|
"repository": {
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"appium-adb": "^9.13.1",
|
|
61
61
|
"appium-android-driver": "^5.14.0",
|
|
62
62
|
"appium-chromedriver": "^5.3.1",
|
|
63
|
-
"appium-uiautomator2-server": "^5.12.
|
|
63
|
+
"appium-uiautomator2-server": "^5.12.2",
|
|
64
64
|
"asyncbox": "^2.3.1",
|
|
65
65
|
"axios": "^1.x",
|
|
66
66
|
"bluebird": "^3.5.1",
|