@navios/commander 0.5.2 → 0.7.1

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 (70) hide show
  1. package/CHANGELOG.md +37 -0
  2. package/README.md +24 -13
  3. package/dist/src/commander.application.d.mts +124 -6
  4. package/dist/src/commander.application.d.mts.map +1 -1
  5. package/dist/src/commander.factory.d.mts +31 -3
  6. package/dist/src/commander.factory.d.mts.map +1 -1
  7. package/dist/src/decorators/cli-module.decorator.d.mts +36 -1
  8. package/dist/src/decorators/cli-module.decorator.d.mts.map +1 -1
  9. package/dist/src/decorators/command.decorator.d.mts +44 -1
  10. package/dist/src/decorators/command.decorator.d.mts.map +1 -1
  11. package/dist/src/index.d.mts +1 -1
  12. package/dist/src/index.d.mts.map +1 -1
  13. package/dist/src/interfaces/command-handler.interface.d.mts +33 -0
  14. package/dist/src/interfaces/command-handler.interface.d.mts.map +1 -1
  15. package/dist/src/interfaces/commander-execution-context.interface.d.mts +43 -0
  16. package/dist/src/interfaces/commander-execution-context.interface.d.mts.map +1 -1
  17. package/dist/src/interfaces/index.d.mts +0 -1
  18. package/dist/src/interfaces/index.d.mts.map +1 -1
  19. package/dist/src/metadata/cli-module.metadata.d.mts +46 -1
  20. package/dist/src/metadata/cli-module.metadata.d.mts.map +1 -1
  21. package/dist/src/metadata/command.metadata.d.mts +48 -1
  22. package/dist/src/metadata/command.metadata.d.mts.map +1 -1
  23. package/dist/src/services/cli-parser.service.d.mts +32 -1
  24. package/dist/src/services/cli-parser.service.d.mts.map +1 -1
  25. package/dist/src/services/module-loader.service.d.mts +44 -5
  26. package/dist/src/services/module-loader.service.d.mts.map +1 -1
  27. package/dist/src/tokens/execution-context.token.d.mts +25 -3
  28. package/dist/src/tokens/execution-context.token.d.mts.map +1 -1
  29. package/dist/tsconfig.lib.tsbuildinfo +1 -1
  30. package/dist/tsconfig.tsbuildinfo +1 -1
  31. package/dist/tsdown.config.d.mts +3 -0
  32. package/dist/tsdown.config.d.mts.map +1 -0
  33. package/lib/index.cjs +7752 -0
  34. package/lib/index.cjs.map +1 -0
  35. package/lib/index.d.cts +670 -0
  36. package/lib/index.d.cts.map +1 -0
  37. package/lib/index.d.mts +670 -101
  38. package/lib/index.d.mts.map +1 -0
  39. package/lib/index.mjs +7540 -598
  40. package/lib/index.mjs.map +1 -1
  41. package/package.json +8 -8
  42. package/project.json +2 -2
  43. package/src/commander.application.mts +138 -18
  44. package/src/commander.factory.mts +32 -4
  45. package/src/decorators/cli-module.decorator.mts +37 -2
  46. package/src/decorators/command.decorator.mts +45 -2
  47. package/src/index.mts +4 -1
  48. package/src/interfaces/command-handler.interface.mts +33 -0
  49. package/src/interfaces/commander-execution-context.interface.mts +43 -0
  50. package/src/interfaces/index.mts +0 -1
  51. package/src/metadata/cli-module.metadata.mts +48 -7
  52. package/src/metadata/command.metadata.mts +48 -1
  53. package/src/services/__tests__/cli-parser.service.spec.mts +15 -11
  54. package/src/services/cli-parser.service.mts +35 -3
  55. package/src/services/module-loader.service.mts +45 -6
  56. package/src/tokens/execution-context.token.mts +29 -5
  57. package/tsdown.config.mts +33 -0
  58. package/dist/src/interfaces/cli-module.interface.d.mts +0 -5
  59. package/dist/src/interfaces/cli-module.interface.d.mts.map +0 -1
  60. package/dist/src/interfaces/module.interface.d.mts +0 -5
  61. package/dist/src/interfaces/module.interface.d.mts.map +0 -1
  62. package/dist/tsup.config.d.mts +0 -3
  63. package/dist/tsup.config.d.mts.map +0 -1
  64. package/lib/_tsup-dts-rollup.d.mts +0 -489
  65. package/lib/_tsup-dts-rollup.d.ts +0 -489
  66. package/lib/index.d.ts +0 -101
  67. package/lib/index.js +0 -642
  68. package/lib/index.js.map +0 -1
  69. package/src/interfaces/module.interface.mts +0 -4
  70. package/tsup.config.mts +0 -12
@@ -0,0 +1,3 @@
1
+ declare const _default: import("tsdown").UserConfig;
2
+ export default _default;
3
+ //# sourceMappingURL=tsdown.config.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tsdown.config.d.mts","sourceRoot":"","sources":["../tsdown.config.mts"],"names":[],"mappings":";AAIA,wBA4BE"}