appium-uiautomator2-driver 2.11.0 → 2.11.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 +7 -0
- package/npm-shrinkwrap.json +9 -8
- package/package.json +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [2.11.1](https://github.com/appium/appium-uiautomator2-driver/compare/v2.11.0...v2.11.1) (2022-12-01)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Miscellaneous Chores
|
|
5
|
+
|
|
6
|
+
* update releaserc ([#566](https://github.com/appium/appium-uiautomator2-driver/issues/566)) ([ffb04bd](https://github.com/appium/appium-uiautomator2-driver/commit/ffb04bda088bb9b21e4b179c985245c1c72da577))
|
|
7
|
+
|
|
1
8
|
# [2.11.0](https://github.com/appium/appium-uiautomator2-driver/compare/v2.10.2...v2.11.0) (2022-11-30)
|
|
2
9
|
|
|
3
10
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-uiautomator2-driver",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.1",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-uiautomator2-driver",
|
|
9
|
-
"version": "2.11.
|
|
9
|
+
"version": "2.11.1",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@babel/runtime": "^7.0.0",
|
|
@@ -39,6 +39,7 @@
|
|
|
39
39
|
"babel-plugin-source-map-support": "^2.2.0",
|
|
40
40
|
"chai": "^4.1.0",
|
|
41
41
|
"chai-as-promised": "^7.1.1",
|
|
42
|
+
"conventional-changelog-conventionalcommits": "^5.0.0",
|
|
42
43
|
"eslint-config-prettier": "^8.5.0",
|
|
43
44
|
"fancy-log": "^2.0.0",
|
|
44
45
|
"lint-staged": "^13.0.3",
|
|
@@ -970,7 +971,7 @@
|
|
|
970
971
|
}
|
|
971
972
|
},
|
|
972
973
|
"node_modules/@types/node": {
|
|
973
|
-
"version": "18.11.
|
|
974
|
+
"version": "18.11.10",
|
|
974
975
|
"license": "MIT"
|
|
975
976
|
},
|
|
976
977
|
"node_modules/@types/normalize-package-data": {
|
|
@@ -1174,7 +1175,7 @@
|
|
|
1174
1175
|
"license": "MIT"
|
|
1175
1176
|
},
|
|
1176
1177
|
"node_modules/appium-adb": {
|
|
1177
|
-
"version": "9.10.
|
|
1178
|
+
"version": "9.10.18",
|
|
1178
1179
|
"license": "Apache-2.0",
|
|
1179
1180
|
"dependencies": {
|
|
1180
1181
|
"@appium/support": "^2.60.0",
|
|
@@ -1229,7 +1230,7 @@
|
|
|
1229
1230
|
}
|
|
1230
1231
|
},
|
|
1231
1232
|
"node_modules/appium-chromedriver": {
|
|
1232
|
-
"version": "5.2.
|
|
1233
|
+
"version": "5.2.10",
|
|
1233
1234
|
"hasInstallScript": true,
|
|
1234
1235
|
"license": "Apache-2.0",
|
|
1235
1236
|
"dependencies": {
|
|
@@ -5749,7 +5750,7 @@
|
|
|
5749
5750
|
}
|
|
5750
5751
|
},
|
|
5751
5752
|
"@types/node": {
|
|
5752
|
-
"version": "18.11.
|
|
5753
|
+
"version": "18.11.10"
|
|
5753
5754
|
},
|
|
5754
5755
|
"@types/normalize-package-data": {
|
|
5755
5756
|
"version": "2.4.1"
|
|
@@ -5889,7 +5890,7 @@
|
|
|
5889
5890
|
"version": "1.1.0"
|
|
5890
5891
|
},
|
|
5891
5892
|
"appium-adb": {
|
|
5892
|
-
"version": "9.10.
|
|
5893
|
+
"version": "9.10.18",
|
|
5893
5894
|
"requires": {
|
|
5894
5895
|
"@appium/support": "^2.60.0",
|
|
5895
5896
|
"@babel/runtime": "^7.0.0",
|
|
@@ -5931,7 +5932,7 @@
|
|
|
5931
5932
|
}
|
|
5932
5933
|
},
|
|
5933
5934
|
"appium-chromedriver": {
|
|
5934
|
-
"version": "5.2.
|
|
5935
|
+
"version": "5.2.10",
|
|
5935
5936
|
"requires": {
|
|
5936
5937
|
"@appium/base-driver": "^8.7.3",
|
|
5937
5938
|
"@appium/support": "^2.61.0",
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"automated testing",
|
|
8
8
|
"android"
|
|
9
9
|
],
|
|
10
|
-
"version": "2.11.
|
|
10
|
+
"version": "2.11.1",
|
|
11
11
|
"author": "Appium Contributors",
|
|
12
12
|
"license": "Apache-2.0",
|
|
13
13
|
"repository": {
|
|
@@ -104,6 +104,7 @@
|
|
|
104
104
|
"babel-plugin-source-map-support": "^2.2.0",
|
|
105
105
|
"chai": "^4.1.0",
|
|
106
106
|
"chai-as-promised": "^7.1.1",
|
|
107
|
+
"conventional-changelog-conventionalcommits": "^5.0.0",
|
|
107
108
|
"eslint-config-prettier": "^8.5.0",
|
|
108
109
|
"fancy-log": "^2.0.0",
|
|
109
110
|
"lint-staged": "^13.0.3",
|