appium 2.12.0 → 2.12.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/build/lib/appium.d.ts +1 -1
- package/build/lib/appium.d.ts.map +1 -1
- package/build/lib/cli/extension-command.d.ts.map +1 -1
- package/build/lib/cli/extension-command.js +8 -7
- package/build/lib/cli/extension-command.js.map +1 -1
- package/build/lib/cli/parser.d.ts +4 -4
- package/build/lib/cli/parser.d.ts.map +1 -1
- package/build/lib/cli/setup-command.d.ts +2 -2
- package/build/lib/cli/setup-command.d.ts.map +1 -1
- package/build/lib/cli/setup-command.js +57 -4
- package/build/lib/cli/setup-command.js.map +1 -1
- package/build/lib/cli/utils.d.ts.map +1 -1
- package/build/lib/config-file.d.ts +2 -2
- package/build/lib/config-file.d.ts.map +1 -1
- package/build/lib/config.d.ts +3 -3
- package/build/lib/config.d.ts.map +1 -1
- package/build/lib/constants.d.ts.map +1 -1
- package/build/lib/doctor/doctor.d.ts +1 -1
- package/build/lib/doctor/doctor.d.ts.map +1 -1
- package/build/lib/extension/extension-config.d.ts +2 -2
- package/build/lib/extension/extension-config.d.ts.map +1 -1
- package/build/lib/extension/index.d.ts +1 -1
- package/build/lib/extension/index.d.ts.map +1 -1
- package/build/lib/extension/manifest.d.ts +3 -1
- package/build/lib/extension/manifest.d.ts.map +1 -1
- package/build/lib/grid-register.d.ts +1 -1
- package/build/lib/grid-register.d.ts.map +1 -1
- package/build/lib/logger.d.ts.map +1 -1
- package/build/lib/logsink.js +1 -1
- package/build/lib/logsink.js.map +1 -1
- package/build/lib/main.d.ts +3 -3
- package/build/lib/main.d.ts.map +1 -1
- package/build/lib/main.js +10 -1
- package/build/lib/main.js.map +1 -1
- package/build/lib/schema/arg-spec.d.ts +4 -4
- package/build/lib/schema/arg-spec.d.ts.map +1 -1
- package/build/lib/schema/cli-args.d.ts.map +1 -1
- package/build/lib/schema/schema.d.ts +4 -4
- package/build/lib/schema/schema.d.ts.map +1 -1
- package/build/lib/utils.d.ts +2 -2
- package/build/lib/utils.d.ts.map +1 -1
- package/build/types/cli.d.ts +1 -1
- package/build/types/cli.d.ts.map +1 -1
- package/build/types/manifest/index.js +17 -7
- package/build/types/manifest/index.js.map +1 -1
- package/lib/cli/extension-command.js +9 -7
- package/lib/cli/setup-command.js +64 -4
- package/lib/logsink.js +1 -1
- package/lib/main.js +10 -1
- package/package.json +12 -12
- package/types/cli.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium",
|
|
3
|
-
"version": "2.12.
|
|
3
|
+
"version": "2.12.2",
|
|
4
4
|
"description": "Automation for Apps.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"automation",
|
|
@@ -60,15 +60,15 @@
|
|
|
60
60
|
"test:unit": "mocha \"./test/unit/**/*.spec.js\""
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
|
-
"@appium/base-driver": "^9.12.
|
|
64
|
-
"@appium/base-plugin": "^2.2.
|
|
65
|
-
"@appium/docutils": "^1.0.
|
|
63
|
+
"@appium/base-driver": "^9.12.2",
|
|
64
|
+
"@appium/base-plugin": "^2.2.48",
|
|
65
|
+
"@appium/docutils": "^1.0.24",
|
|
66
66
|
"@appium/logger": "^1.6.1",
|
|
67
67
|
"@appium/schema": "^0.7.0",
|
|
68
|
-
"@appium/support": "^5.1.
|
|
69
|
-
"@appium/types": "^0.22.
|
|
68
|
+
"@appium/support": "^5.1.7",
|
|
69
|
+
"@appium/types": "^0.22.1",
|
|
70
70
|
"@sidvind/better-ajv-errors": "3.0.1",
|
|
71
|
-
"@types/argparse": "2.0.
|
|
71
|
+
"@types/argparse": "2.0.17",
|
|
72
72
|
"@types/bluebird": "3.5.42",
|
|
73
73
|
"@types/semver": "7.5.8",
|
|
74
74
|
"@types/teen_process": "2.0.4",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"argparse": "2.0.1",
|
|
79
79
|
"async-lock": "1.4.1",
|
|
80
80
|
"asyncbox": "3.0.0",
|
|
81
|
-
"axios": "1.7.
|
|
81
|
+
"axios": "1.7.8",
|
|
82
82
|
"bluebird": "3.7.2",
|
|
83
83
|
"cross-env": "7.0.3",
|
|
84
84
|
"lilconfig": "3.1.2",
|
|
@@ -90,11 +90,11 @@
|
|
|
90
90
|
"semver": "7.6.3",
|
|
91
91
|
"source-map-support": "0.5.21",
|
|
92
92
|
"teen_process": "2.2.0",
|
|
93
|
-
"type-fest": "4.
|
|
94
|
-
"winston": "3.
|
|
93
|
+
"type-fest": "4.29.0",
|
|
94
|
+
"winston": "3.17.0",
|
|
95
95
|
"wrap-ansi": "7.0.0",
|
|
96
96
|
"ws": "8.18.0",
|
|
97
|
-
"yaml": "2.6.
|
|
97
|
+
"yaml": "2.6.1"
|
|
98
98
|
},
|
|
99
99
|
"engines": {
|
|
100
100
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
@@ -103,5 +103,5 @@
|
|
|
103
103
|
"publishConfig": {
|
|
104
104
|
"access": "public"
|
|
105
105
|
},
|
|
106
|
-
"gitHead": "
|
|
106
|
+
"gitHead": "abc9ebb9e8011cc606a63f1caa126bc8c61fe2a5"
|
|
107
107
|
}
|
package/types/cli.ts
CHANGED
|
@@ -20,7 +20,7 @@ export type CliCommand = CliCommandServer | CliExtensionCommand | CliCommandSetu
|
|
|
20
20
|
* Possible subcommands of {@linkcode CliCommandSetup}.
|
|
21
21
|
* The command name will be preset name to get drivers/plugins to be installed.
|
|
22
22
|
*/
|
|
23
|
-
export type CliCommandSetupSubcommand = 'mobile' | 'browser' | 'desktop';
|
|
23
|
+
export type CliCommandSetupSubcommand = 'mobile' | 'browser' | 'desktop' | 'reset';
|
|
24
24
|
|
|
25
25
|
/**
|
|
26
26
|
* Possible subcommands of {@linkcode CliCommandDriver} or
|