@navios/commander 0.5.2 → 0.7.0

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 (66) hide show
  1. package/CHANGELOG.md +32 -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/interfaces/module.interface.d.mts +1 -4
  20. package/dist/src/interfaces/module.interface.d.mts.map +1 -1
  21. package/dist/src/metadata/cli-module.metadata.d.mts +46 -1
  22. package/dist/src/metadata/cli-module.metadata.d.mts.map +1 -1
  23. package/dist/src/metadata/command.metadata.d.mts +48 -1
  24. package/dist/src/metadata/command.metadata.d.mts.map +1 -1
  25. package/dist/src/services/cli-parser.service.d.mts +32 -1
  26. package/dist/src/services/cli-parser.service.d.mts.map +1 -1
  27. package/dist/src/services/module-loader.service.d.mts +44 -5
  28. package/dist/src/services/module-loader.service.d.mts.map +1 -1
  29. package/dist/src/tokens/execution-context.token.d.mts +25 -3
  30. package/dist/src/tokens/execution-context.token.d.mts.map +1 -1
  31. package/dist/tsconfig.lib.tsbuildinfo +1 -1
  32. package/dist/tsconfig.tsbuildinfo +1 -1
  33. package/dist/tsdown.config.d.mts +3 -0
  34. package/dist/tsdown.config.d.mts.map +1 -0
  35. package/lib/index.cjs +7721 -0
  36. package/lib/index.cjs.map +1 -0
  37. package/lib/index.d.cts +670 -0
  38. package/lib/index.d.cts.map +1 -0
  39. package/lib/index.d.mts +670 -101
  40. package/lib/index.d.mts.map +1 -0
  41. package/lib/index.mjs +7509 -598
  42. package/lib/index.mjs.map +1 -1
  43. package/package.json +5 -5
  44. package/project.json +2 -2
  45. package/src/commander.application.mts +138 -18
  46. package/src/commander.factory.mts +32 -4
  47. package/src/decorators/cli-module.decorator.mts +37 -2
  48. package/src/decorators/command.decorator.mts +45 -2
  49. package/src/index.mts +4 -1
  50. package/src/interfaces/command-handler.interface.mts +33 -0
  51. package/src/interfaces/commander-execution-context.interface.mts +43 -0
  52. package/src/interfaces/index.mts +0 -1
  53. package/src/metadata/cli-module.metadata.mts +48 -7
  54. package/src/metadata/command.metadata.mts +48 -1
  55. package/src/services/__tests__/cli-parser.service.spec.mts +15 -11
  56. package/src/services/cli-parser.service.mts +35 -3
  57. package/src/services/module-loader.service.mts +45 -6
  58. package/src/tokens/execution-context.token.mts +29 -5
  59. package/tsdown.config.mts +33 -0
  60. package/lib/_tsup-dts-rollup.d.mts +0 -489
  61. package/lib/_tsup-dts-rollup.d.ts +0 -489
  62. package/lib/index.d.ts +0 -101
  63. package/lib/index.js +0 -642
  64. package/lib/index.js.map +0 -1
  65. package/src/interfaces/module.interface.mts +0 -4
  66. 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"}