appium-uiautomator2-driver 2.29.3 → 2.29.5
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/build/lib/desired-caps.js +1 -2
- package/build/lib/desired-caps.js.map +1 -1
- package/lib/desired-caps.js +0 -1
- package/npm-shrinkwrap.json +513 -188
- package/package.json +4 -3
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.5",
|
|
11
11
|
"author": "Appium Contributors",
|
|
12
12
|
"license": "Apache-2.0",
|
|
13
13
|
"repository": {
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"@babel/runtime": "^7.0.0",
|
|
60
60
|
"appium-adb": "^9.13.1",
|
|
61
61
|
"appium-android-driver": "^5.14.0",
|
|
62
|
-
"appium-chromedriver": "^5.6.
|
|
62
|
+
"appium-chromedriver": "^5.6.5",
|
|
63
63
|
"appium-uiautomator2-server": "^5.12.2",
|
|
64
64
|
"asyncbox": "^2.3.1",
|
|
65
65
|
"axios": "^1.x",
|
|
@@ -79,6 +79,7 @@
|
|
|
79
79
|
"precommit-msg": "echo 'Pre-commit checks...' && exit 0",
|
|
80
80
|
"precommit-lint": "lint-staged",
|
|
81
81
|
"prepare": "npm run build",
|
|
82
|
+
"reinstall": "rm -rf node_modules && rm -rf package-lock.json && npm install",
|
|
82
83
|
"test": "mocha --exit --timeout 1m \"./test/unit/**/*-specs.js\"",
|
|
83
84
|
"e2e-test:driver": "mocha --exit --timeout 10m \"./test/functional/driver-e2e-specs.js\"",
|
|
84
85
|
"e2e-test:commands": "mocha --exit --timeout 10m \"./test/functional/commands\"",
|
|
@@ -112,7 +113,7 @@
|
|
|
112
113
|
"conventional-changelog-conventionalcommits": "^6.0.0",
|
|
113
114
|
"eslint-config-prettier": "^8.5.0",
|
|
114
115
|
"fancy-log": "^2.0.0",
|
|
115
|
-
"lint-staged": "^
|
|
116
|
+
"lint-staged": "^14.0.0",
|
|
116
117
|
"mocha": "^10.0.0",
|
|
117
118
|
"pre-commit": "^1.2.2",
|
|
118
119
|
"rimraf": "^5.0.0",
|