appium-uiautomator2-driver 2.6.0 → 2.7.0
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/npm-shrinkwrap.json +218 -815
- package/package.json +9 -4
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"automated testing",
|
|
8
8
|
"android"
|
|
9
9
|
],
|
|
10
|
-
"version": "2.
|
|
10
|
+
"version": "2.7.0",
|
|
11
11
|
"author": "Appium Contributors",
|
|
12
12
|
"license": "Apache-2.0",
|
|
13
13
|
"repository": {
|
|
@@ -37,7 +37,10 @@
|
|
|
37
37
|
"platformNames": [
|
|
38
38
|
"Android"
|
|
39
39
|
],
|
|
40
|
-
"mainClass": "AndroidUiautomator2Driver"
|
|
40
|
+
"mainClass": "AndroidUiautomator2Driver",
|
|
41
|
+
"scripts": {
|
|
42
|
+
"reset": "scripts/reset.js"
|
|
43
|
+
}
|
|
41
44
|
},
|
|
42
45
|
"main": "./build/index.js",
|
|
43
46
|
"bin": {},
|
|
@@ -67,6 +70,7 @@
|
|
|
67
70
|
},
|
|
68
71
|
"scripts": {
|
|
69
72
|
"build": "rimraf build && babel --out-dir=build/lib lib && babel --out-dir=build index.js",
|
|
73
|
+
"reset": "node ./scripts/reset.js",
|
|
70
74
|
"dev": "npm run build -- --watch",
|
|
71
75
|
"lint": "eslint .",
|
|
72
76
|
"lint:fix": "npm run lint -- --fix",
|
|
@@ -84,8 +88,8 @@
|
|
|
84
88
|
"appium": "^2.0.0-beta.40"
|
|
85
89
|
},
|
|
86
90
|
"devDependencies": {
|
|
87
|
-
"@appium/eslint-config-appium": "^
|
|
88
|
-
"@appium/test-support": "^
|
|
91
|
+
"@appium/eslint-config-appium": "^7.0.0",
|
|
92
|
+
"@appium/test-support": "^2.0.0",
|
|
89
93
|
"@babel/cli": "^7.18.10",
|
|
90
94
|
"@babel/core": "^7.18.10",
|
|
91
95
|
"@babel/eslint-parser": "^7.18.9",
|
|
@@ -99,6 +103,7 @@
|
|
|
99
103
|
"chai": "^4.1.0",
|
|
100
104
|
"chai-as-promised": "^7.1.1",
|
|
101
105
|
"eslint-config-prettier": "^8.5.0",
|
|
106
|
+
"fancy-log": "^2.0.0",
|
|
102
107
|
"lint-staged": "^13.0.3",
|
|
103
108
|
"mocha": "^10.0.0",
|
|
104
109
|
"pngjs": "^6.0.0",
|