appium-uiautomator2-driver 2.29.0 → 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 +14 -0
- package/npm-shrinkwrap.json +27 -26
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
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
|
+
|
|
8
|
+
## [2.29.1](https://github.com/appium/appium-uiautomator2-driver/compare/v2.29.0...v2.29.1) (2023-06-29)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Miscellaneous Chores
|
|
12
|
+
|
|
13
|
+
* Bump the server version ([c202967](https://github.com/appium/appium-uiautomator2-driver/commit/c202967482a3748a12be70edec87fb518766a638))
|
|
14
|
+
|
|
1
15
|
## [2.29.0](https://github.com/appium/appium-uiautomator2-driver/compare/v2.28.1...v2.29.0) (2023-06-25)
|
|
2
16
|
|
|
3
17
|
|
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",
|
|
@@ -62,11 +62,11 @@
|
|
|
62
62
|
}
|
|
63
63
|
},
|
|
64
64
|
"node_modules/@appium/base-driver": {
|
|
65
|
-
"version": "9.3.
|
|
65
|
+
"version": "9.3.14",
|
|
66
66
|
"license": "Apache-2.0",
|
|
67
67
|
"dependencies": {
|
|
68
|
-
"@appium/support": "^4.1.
|
|
69
|
-
"@appium/types": "^0.13.
|
|
68
|
+
"@appium/support": "^4.1.1",
|
|
69
|
+
"@appium/types": "^0.13.1",
|
|
70
70
|
"@colors/colors": "1.5.0",
|
|
71
71
|
"@types/async-lock": "1.4.0",
|
|
72
72
|
"@types/bluebird": "3.5.38",
|
|
@@ -104,12 +104,12 @@
|
|
|
104
104
|
}
|
|
105
105
|
},
|
|
106
106
|
"node_modules/@appium/base-plugin": {
|
|
107
|
-
"version": "2.2.
|
|
107
|
+
"version": "2.2.14",
|
|
108
108
|
"extraneous": true,
|
|
109
109
|
"license": "Apache-2.0",
|
|
110
110
|
"dependencies": {
|
|
111
|
-
"@appium/base-driver": "^9.3.
|
|
112
|
-
"@appium/support": "^4.1.
|
|
111
|
+
"@appium/base-driver": "^9.3.14",
|
|
112
|
+
"@appium/support": "^4.1.1"
|
|
113
113
|
},
|
|
114
114
|
"engines": {
|
|
115
115
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
@@ -117,11 +117,11 @@
|
|
|
117
117
|
}
|
|
118
118
|
},
|
|
119
119
|
"node_modules/@appium/docutils": {
|
|
120
|
-
"version": "0.4.
|
|
120
|
+
"version": "0.4.3",
|
|
121
121
|
"extraneous": true,
|
|
122
122
|
"license": "Apache-2.0",
|
|
123
123
|
"dependencies": {
|
|
124
|
-
"@appium/support": "^4.1.
|
|
124
|
+
"@appium/support": "^4.1.1",
|
|
125
125
|
"@appium/tsconfig": "^0.3.0",
|
|
126
126
|
"@appium/typedoc-plugin-appium": "^0.6.5",
|
|
127
127
|
"@sliphua/lilconfig-ts-loader": "3.2.2",
|
|
@@ -274,11 +274,11 @@
|
|
|
274
274
|
}
|
|
275
275
|
},
|
|
276
276
|
"node_modules/@appium/support": {
|
|
277
|
-
"version": "4.1.
|
|
277
|
+
"version": "4.1.1",
|
|
278
278
|
"license": "Apache-2.0",
|
|
279
279
|
"dependencies": {
|
|
280
280
|
"@appium/tsconfig": "^0.3.0",
|
|
281
|
-
"@appium/types": "^0.13.
|
|
281
|
+
"@appium/types": "^0.13.1",
|
|
282
282
|
"@colors/colors": "1.5.0",
|
|
283
283
|
"@types/archiver": "5.3.2",
|
|
284
284
|
"@types/base64-stream": "1.0.2",
|
|
@@ -295,7 +295,7 @@
|
|
|
295
295
|
"@types/shell-quote": "1.7.1",
|
|
296
296
|
"@types/supports-color": "8.1.1",
|
|
297
297
|
"@types/teen_process": "2.0.0",
|
|
298
|
-
"@types/uuid": "9.0.
|
|
298
|
+
"@types/uuid": "9.0.2",
|
|
299
299
|
"@types/which": "3.0.0",
|
|
300
300
|
"archiver": "5.3.1",
|
|
301
301
|
"axios": "1.4.0",
|
|
@@ -417,14 +417,14 @@
|
|
|
417
417
|
}
|
|
418
418
|
},
|
|
419
419
|
"node_modules/@appium/types": {
|
|
420
|
-
"version": "0.13.
|
|
420
|
+
"version": "0.13.1",
|
|
421
421
|
"license": "Apache-2.0",
|
|
422
422
|
"dependencies": {
|
|
423
423
|
"@appium/schema": "^0.3.0",
|
|
424
424
|
"@appium/tsconfig": "^0.3.0",
|
|
425
425
|
"@types/express": "4.17.17",
|
|
426
426
|
"@types/npmlog": "4.1.4",
|
|
427
|
-
"@types/ws": "8.5.
|
|
427
|
+
"@types/ws": "8.5.5",
|
|
428
428
|
"type-fest": "3.11.1"
|
|
429
429
|
},
|
|
430
430
|
"engines": {
|
|
@@ -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": {
|
|
@@ -795,7 +795,7 @@
|
|
|
795
795
|
"license": "MIT"
|
|
796
796
|
},
|
|
797
797
|
"node_modules/@types/uuid": {
|
|
798
|
-
"version": "9.0.
|
|
798
|
+
"version": "9.0.2",
|
|
799
799
|
"license": "MIT"
|
|
800
800
|
},
|
|
801
801
|
"node_modules/@types/which": {
|
|
@@ -808,7 +808,7 @@
|
|
|
808
808
|
"license": "MIT"
|
|
809
809
|
},
|
|
810
810
|
"node_modules/@types/ws": {
|
|
811
|
-
"version": "8.5.
|
|
811
|
+
"version": "8.5.5",
|
|
812
812
|
"license": "MIT",
|
|
813
813
|
"dependencies": {
|
|
814
814
|
"@types/node": "*"
|
|
@@ -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",
|
|
@@ -1128,7 +1129,7 @@
|
|
|
1128
1129
|
}
|
|
1129
1130
|
},
|
|
1130
1131
|
"node_modules/are-we-there-yet/node_modules/readable-stream": {
|
|
1131
|
-
"version": "4.4.
|
|
1132
|
+
"version": "4.4.1",
|
|
1132
1133
|
"license": "MIT",
|
|
1133
1134
|
"dependencies": {
|
|
1134
1135
|
"abort-controller": "^3.0.0",
|
|
@@ -1677,7 +1678,7 @@
|
|
|
1677
1678
|
}
|
|
1678
1679
|
},
|
|
1679
1680
|
"node_modules/css-selector-parser": {
|
|
1680
|
-
"version": "2.3.
|
|
1681
|
+
"version": "2.3.2",
|
|
1681
1682
|
"funding": [
|
|
1682
1683
|
{
|
|
1683
1684
|
"type": "github",
|
|
@@ -3750,7 +3751,7 @@
|
|
|
3750
3751
|
}
|
|
3751
3752
|
},
|
|
3752
3753
|
"node_modules/shiki": {
|
|
3753
|
-
"version": "0.14.
|
|
3754
|
+
"version": "0.14.3",
|
|
3754
3755
|
"extraneous": true,
|
|
3755
3756
|
"license": "MIT",
|
|
3756
3757
|
"dependencies": {
|
|
@@ -4042,7 +4043,7 @@
|
|
|
4042
4043
|
}
|
|
4043
4044
|
},
|
|
4044
4045
|
"node_modules/tslib": {
|
|
4045
|
-
"version": "2.
|
|
4046
|
+
"version": "2.6.0",
|
|
4046
4047
|
"extraneous": true,
|
|
4047
4048
|
"license": "0BSD"
|
|
4048
4049
|
},
|
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",
|