appium 2.11.0 → 2.11.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/package.json +13 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.2",
|
|
4
4
|
"description": "Automation for Apps.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"automation",
|
|
@@ -54,18 +54,18 @@
|
|
|
54
54
|
"postinstall": "node ./scripts/autoinstall-extensions.js",
|
|
55
55
|
"publish:docs": "cross-env APPIUM_DOCS_PUBLISH=1 npm run build:docs",
|
|
56
56
|
"test": "npm run test:unit",
|
|
57
|
-
"test:e2e": "mocha
|
|
57
|
+
"test:e2e": "mocha --timeout 1m --slow 30s \"./test/e2e/**/*.spec.js\"",
|
|
58
58
|
"test:smoke": "cross-env APPIUM_HOME=./local_appium_home node ./index.js driver install uiautomator2 && cross-env APPIUM_HOME=./local_appium_home node ./index.js driver list",
|
|
59
59
|
"test:unit": "mocha \"./test/unit/**/*.spec.js\""
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@appium/base-driver": "^9.11.
|
|
63
|
-
"@appium/base-plugin": "^2.2.
|
|
64
|
-
"@appium/docutils": "^1.0.
|
|
65
|
-
"@appium/logger": "^1.
|
|
62
|
+
"@appium/base-driver": "^9.11.2",
|
|
63
|
+
"@appium/base-plugin": "^2.2.42",
|
|
64
|
+
"@appium/docutils": "^1.0.18",
|
|
65
|
+
"@appium/logger": "^1.6.0",
|
|
66
66
|
"@appium/schema": "^0.6.1",
|
|
67
|
-
"@appium/support": "^5.1.
|
|
68
|
-
"@appium/types": "^0.21.
|
|
67
|
+
"@appium/support": "^5.1.2",
|
|
68
|
+
"@appium/types": "^0.21.1",
|
|
69
69
|
"@sidvind/better-ajv-errors": "2.1.3",
|
|
70
70
|
"@types/argparse": "2.0.16",
|
|
71
71
|
"@types/bluebird": "3.5.42",
|
|
@@ -83,17 +83,17 @@
|
|
|
83
83
|
"cross-env": "7.0.3",
|
|
84
84
|
"lilconfig": "3.1.2",
|
|
85
85
|
"lodash": "4.17.21",
|
|
86
|
-
"lru-cache": "10.
|
|
86
|
+
"lru-cache": "10.3.0",
|
|
87
87
|
"ora": "5.4.1",
|
|
88
88
|
"package-changed": "3.0.0",
|
|
89
89
|
"resolve-from": "5.0.0",
|
|
90
90
|
"semver": "7.6.2",
|
|
91
91
|
"source-map-support": "0.5.21",
|
|
92
|
-
"teen_process": "2.
|
|
93
|
-
"type-fest": "4.
|
|
92
|
+
"teen_process": "2.2.0",
|
|
93
|
+
"type-fest": "4.21.0",
|
|
94
94
|
"winston": "3.13.0",
|
|
95
95
|
"wrap-ansi": "7.0.0",
|
|
96
|
-
"ws": "8.
|
|
96
|
+
"ws": "8.18.0",
|
|
97
97
|
"yaml": "2.4.5"
|
|
98
98
|
},
|
|
99
99
|
"engines": {
|
|
@@ -103,5 +103,5 @@
|
|
|
103
103
|
"publishConfig": {
|
|
104
104
|
"access": "public"
|
|
105
105
|
},
|
|
106
|
-
"gitHead": "
|
|
106
|
+
"gitHead": "74292e229269120a58cc716ed1d8d56c8ff9c079"
|
|
107
107
|
}
|