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.
Files changed (51) hide show
  1. package/build/lib/appium.d.ts +1 -1
  2. package/build/lib/appium.d.ts.map +1 -1
  3. package/build/lib/cli/extension-command.d.ts.map +1 -1
  4. package/build/lib/cli/extension-command.js +8 -7
  5. package/build/lib/cli/extension-command.js.map +1 -1
  6. package/build/lib/cli/parser.d.ts +4 -4
  7. package/build/lib/cli/parser.d.ts.map +1 -1
  8. package/build/lib/cli/setup-command.d.ts +2 -2
  9. package/build/lib/cli/setup-command.d.ts.map +1 -1
  10. package/build/lib/cli/setup-command.js +57 -4
  11. package/build/lib/cli/setup-command.js.map +1 -1
  12. package/build/lib/cli/utils.d.ts.map +1 -1
  13. package/build/lib/config-file.d.ts +2 -2
  14. package/build/lib/config-file.d.ts.map +1 -1
  15. package/build/lib/config.d.ts +3 -3
  16. package/build/lib/config.d.ts.map +1 -1
  17. package/build/lib/constants.d.ts.map +1 -1
  18. package/build/lib/doctor/doctor.d.ts +1 -1
  19. package/build/lib/doctor/doctor.d.ts.map +1 -1
  20. package/build/lib/extension/extension-config.d.ts +2 -2
  21. package/build/lib/extension/extension-config.d.ts.map +1 -1
  22. package/build/lib/extension/index.d.ts +1 -1
  23. package/build/lib/extension/index.d.ts.map +1 -1
  24. package/build/lib/extension/manifest.d.ts +3 -1
  25. package/build/lib/extension/manifest.d.ts.map +1 -1
  26. package/build/lib/grid-register.d.ts +1 -1
  27. package/build/lib/grid-register.d.ts.map +1 -1
  28. package/build/lib/logger.d.ts.map +1 -1
  29. package/build/lib/logsink.js +1 -1
  30. package/build/lib/logsink.js.map +1 -1
  31. package/build/lib/main.d.ts +3 -3
  32. package/build/lib/main.d.ts.map +1 -1
  33. package/build/lib/main.js +10 -1
  34. package/build/lib/main.js.map +1 -1
  35. package/build/lib/schema/arg-spec.d.ts +4 -4
  36. package/build/lib/schema/arg-spec.d.ts.map +1 -1
  37. package/build/lib/schema/cli-args.d.ts.map +1 -1
  38. package/build/lib/schema/schema.d.ts +4 -4
  39. package/build/lib/schema/schema.d.ts.map +1 -1
  40. package/build/lib/utils.d.ts +2 -2
  41. package/build/lib/utils.d.ts.map +1 -1
  42. package/build/types/cli.d.ts +1 -1
  43. package/build/types/cli.d.ts.map +1 -1
  44. package/build/types/manifest/index.js +17 -7
  45. package/build/types/manifest/index.js.map +1 -1
  46. package/lib/cli/extension-command.js +9 -7
  47. package/lib/cli/setup-command.js +64 -4
  48. package/lib/logsink.js +1 -1
  49. package/lib/main.js +10 -1
  50. package/package.json +12 -12
  51. package/types/cli.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appium",
3
- "version": "2.12.0",
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.0",
64
- "@appium/base-plugin": "^2.2.46",
65
- "@appium/docutils": "^1.0.22",
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.5",
69
- "@appium/types": "^0.22.0",
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.16",
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.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.26.1",
94
- "winston": "3.15.0",
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.0"
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": "e3f7bd07f773c42d06b43a69f15e0c8fed0e10aa"
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