appium 3.2.1 → 3.2.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 +7 -8
- package/tsconfig.json +1 -1
- package/build/package.json +0 -99
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.2",
|
|
4
4
|
"description": "Automation for Apps.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"automation",
|
|
@@ -32,16 +32,15 @@
|
|
|
32
32
|
},
|
|
33
33
|
"files": [
|
|
34
34
|
"lib",
|
|
35
|
-
"build",
|
|
35
|
+
"build/lib",
|
|
36
|
+
"build/types",
|
|
36
37
|
"index.js",
|
|
37
38
|
"driver.*",
|
|
38
39
|
"support.*",
|
|
39
40
|
"plugin.*",
|
|
40
41
|
"scripts/autoinstall-extensions.js",
|
|
41
42
|
"types",
|
|
42
|
-
"tsconfig.json"
|
|
43
|
-
"!build/tsconfig.tsbuildinfo",
|
|
44
|
-
"!build/test"
|
|
43
|
+
"tsconfig.json"
|
|
45
44
|
],
|
|
46
45
|
"scripts": {
|
|
47
46
|
"build:docs": "node docs/scripts/build-docs.js",
|
|
@@ -61,8 +60,8 @@
|
|
|
61
60
|
"test:unit": "mocha \"./test/unit/**/*.spec.ts\""
|
|
62
61
|
},
|
|
63
62
|
"dependencies": {
|
|
64
|
-
"@appium/base-driver": "^10.2.
|
|
65
|
-
"@appium/base-plugin": "^3.1.
|
|
63
|
+
"@appium/base-driver": "^10.2.2",
|
|
64
|
+
"@appium/base-plugin": "^3.1.1",
|
|
66
65
|
"@appium/docutils": "^2.2.2",
|
|
67
66
|
"@appium/logger": "^2.0.5",
|
|
68
67
|
"@appium/schema": "^1.1.0",
|
|
@@ -95,5 +94,5 @@
|
|
|
95
94
|
"publishConfig": {
|
|
96
95
|
"access": "public"
|
|
97
96
|
},
|
|
98
|
-
"gitHead": "
|
|
97
|
+
"gitHead": "c745352c6500937a4590d1ef6ef19785143a8870"
|
|
99
98
|
}
|
package/tsconfig.json
CHANGED
package/build/package.json
DELETED
|
@@ -1,99 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "appium",
|
|
3
|
-
"version": "3.2.1",
|
|
4
|
-
"description": "Automation for Apps.",
|
|
5
|
-
"keywords": [
|
|
6
|
-
"automation",
|
|
7
|
-
"javascript",
|
|
8
|
-
"selenium",
|
|
9
|
-
"webdriver",
|
|
10
|
-
"ios",
|
|
11
|
-
"android",
|
|
12
|
-
"firefoxos",
|
|
13
|
-
"testing"
|
|
14
|
-
],
|
|
15
|
-
"homepage": "https://appium.io",
|
|
16
|
-
"bugs": {
|
|
17
|
-
"url": "https://github.com/appium/appium/issues"
|
|
18
|
-
},
|
|
19
|
-
"repository": {
|
|
20
|
-
"type": "git",
|
|
21
|
-
"url": "https://github.com/appium/appium.git",
|
|
22
|
-
"directory": "packages/appium"
|
|
23
|
-
},
|
|
24
|
-
"license": "Apache-2.0",
|
|
25
|
-
"author": "https://github.com/appium",
|
|
26
|
-
"types": "./build/lib/main.d.ts",
|
|
27
|
-
"bin": {
|
|
28
|
-
"appium": "index.js"
|
|
29
|
-
},
|
|
30
|
-
"directories": {
|
|
31
|
-
"lib": "./lib"
|
|
32
|
-
},
|
|
33
|
-
"files": [
|
|
34
|
-
"lib",
|
|
35
|
-
"build",
|
|
36
|
-
"index.js",
|
|
37
|
-
"driver.*",
|
|
38
|
-
"support.*",
|
|
39
|
-
"plugin.*",
|
|
40
|
-
"scripts/autoinstall-extensions.js",
|
|
41
|
-
"types",
|
|
42
|
-
"tsconfig.json",
|
|
43
|
-
"!build/tsconfig.tsbuildinfo",
|
|
44
|
-
"!build/test"
|
|
45
|
-
],
|
|
46
|
-
"scripts": {
|
|
47
|
-
"build:docs": "node docs/scripts/build-docs.js",
|
|
48
|
-
"build:docs:preview": "cross-env APPIUM_DOCS_PREVIEW=1 npm run build:docs",
|
|
49
|
-
"build:docs:cli": "node docs/scripts/gen-cli-args-docs.js",
|
|
50
|
-
"build:docs:reference": "node docs/scripts/build-reference.js",
|
|
51
|
-
"dev:docs": "npm run dev:docs:en",
|
|
52
|
-
"dev:docs:en": "appium-docs build --serve --mkdocs-yml ./docs/mkdocs-en.yml",
|
|
53
|
-
"dev:docs:ja": "appium-docs build --serve --mkdocs-yml ./docs/mkdocs-ja.yml",
|
|
54
|
-
"dev:docs:zh": "appium-docs build --serve --mkdocs-yml ./docs/mkdocs-zh.yml",
|
|
55
|
-
"install-docs-deps": "appium-docs init --no-mkdocs",
|
|
56
|
-
"postinstall": "node ./scripts/autoinstall-extensions.js",
|
|
57
|
-
"publish:docs": "cross-env APPIUM_DOCS_PUBLISH=1 npm run build:docs",
|
|
58
|
-
"test": "npm run test:unit",
|
|
59
|
-
"test:e2e": "mocha --exit --timeout 1m --slow 30s \"./test/e2e/**/*.spec.ts\"",
|
|
60
|
-
"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",
|
|
61
|
-
"test:unit": "mocha \"./test/unit/**/*.spec.ts\""
|
|
62
|
-
},
|
|
63
|
-
"dependencies": {
|
|
64
|
-
"@appium/base-driver": "^10.2.1",
|
|
65
|
-
"@appium/base-plugin": "^3.1.0",
|
|
66
|
-
"@appium/docutils": "^2.2.2",
|
|
67
|
-
"@appium/logger": "^2.0.5",
|
|
68
|
-
"@appium/schema": "^1.1.0",
|
|
69
|
-
"@appium/support": "^7.0.6",
|
|
70
|
-
"@appium/types": "^1.2.1",
|
|
71
|
-
"@sidvind/better-ajv-errors": "4.0.1",
|
|
72
|
-
"ajv": "8.18.0",
|
|
73
|
-
"ajv-formats": "3.0.1",
|
|
74
|
-
"argparse": "2.0.1",
|
|
75
|
-
"async-lock": "1.4.1",
|
|
76
|
-
"axios": "1.13.6",
|
|
77
|
-
"bluebird": "3.7.2",
|
|
78
|
-
"lilconfig": "3.1.3",
|
|
79
|
-
"lodash": "4.17.23",
|
|
80
|
-
"lru-cache": "11.2.6",
|
|
81
|
-
"ora": "5.4.1",
|
|
82
|
-
"package-changed": "3.0.0",
|
|
83
|
-
"resolve-from": "5.0.0",
|
|
84
|
-
"semver": "7.7.4",
|
|
85
|
-
"teen_process": "4.0.10",
|
|
86
|
-
"type-fest": "5.4.4",
|
|
87
|
-
"winston": "3.19.0",
|
|
88
|
-
"ws": "8.19.0",
|
|
89
|
-
"yaml": "2.8.2"
|
|
90
|
-
},
|
|
91
|
-
"engines": {
|
|
92
|
-
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
93
|
-
"npm": ">=10"
|
|
94
|
-
},
|
|
95
|
-
"publishConfig": {
|
|
96
|
-
"access": "public"
|
|
97
|
-
},
|
|
98
|
-
"gitHead": "980a121804ae006db879fb6860f627ac36174c15"
|
|
99
|
-
}
|