appium-uiautomator2-driver 2.0.1 → 2.0.4
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/README.md +8 -0
- package/build/lib/commands/general.js +7 -27
- package/lib/commands/general.js +5 -30
- package/npm-shrinkwrap.json +2366 -0
- package/package.json +6 -9
- package/lib/.DS_Store +0 -0
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"automated testing",
|
|
8
8
|
"android"
|
|
9
9
|
],
|
|
10
|
-
"version": "2.0.
|
|
10
|
+
"version": "2.0.4",
|
|
11
11
|
"author": "appium",
|
|
12
12
|
"license": "Apache-2.0",
|
|
13
13
|
"repository": {
|
|
@@ -44,9 +44,9 @@
|
|
|
44
44
|
"@appium/support": "^2.55.3",
|
|
45
45
|
"@babel/runtime": "^7.0.0",
|
|
46
46
|
"appium-adb": "^9.0.0",
|
|
47
|
-
"appium-android-driver": "^5.0.
|
|
47
|
+
"appium-android-driver": "^5.0.6",
|
|
48
48
|
"appium-chromedriver": "^5.0.1",
|
|
49
|
-
"appium-uiautomator2-server": "^5.
|
|
49
|
+
"appium-uiautomator2-server": "^5.3.0",
|
|
50
50
|
"asyncbox": "^2.3.1",
|
|
51
51
|
"axios": "^0.x",
|
|
52
52
|
"bluebird": "^3.5.1",
|
|
@@ -85,15 +85,11 @@
|
|
|
85
85
|
"@appium/eslint-config-appium": "^5.0.0",
|
|
86
86
|
"@appium/test-support": "^1.0.0",
|
|
87
87
|
"@babel/core": "^7.16.0",
|
|
88
|
-
"@
|
|
88
|
+
"@semantic-release/git": "^10.0.1",
|
|
89
89
|
"@xmldom/xmldom": "^0.x",
|
|
90
90
|
"android-apidemos": "^4.0.0",
|
|
91
91
|
"chai": "^4.1.0",
|
|
92
92
|
"chai-as-promised": "^7.1.1",
|
|
93
|
-
"eslint": "^7.32.0",
|
|
94
|
-
"eslint-plugin-import": "^2.25.3",
|
|
95
|
-
"eslint-plugin-mocha": "^9.0.0",
|
|
96
|
-
"eslint-plugin-promise": "^6.0.0",
|
|
97
93
|
"gps-demo-app": "^2.1.1",
|
|
98
94
|
"gulp": "^4.0.0",
|
|
99
95
|
"mocha": "^9.0.0",
|
|
@@ -102,7 +98,8 @@
|
|
|
102
98
|
"pngjs": "^6.0.0",
|
|
103
99
|
"pre-commit": "^1.2.2",
|
|
104
100
|
"rimraf": "^3.0.0",
|
|
105
|
-
"
|
|
101
|
+
"semantic-release": "^19.0.2",
|
|
102
|
+
"sinon": "^13.0.0",
|
|
106
103
|
"unzipper": "^0.x",
|
|
107
104
|
"webdriverio": "^7.0.0",
|
|
108
105
|
"xpath": "^0.x"
|
package/lib/.DS_Store
DELETED
|
Binary file
|