git-release-manager 0.0.12 → 0.0.13

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 (360) hide show
  1. package/README.md +0 -0
  2. package/dist/cli/types/BranchCliArgs.js +0 -0
  3. package/dist/cli/types/BranchCliArgs.js.map +0 -0
  4. package/dist/cli/types/BranchCreateCliArgs.js +0 -0
  5. package/dist/cli/types/BranchCreateCliArgs.js.map +0 -0
  6. package/dist/cli/types/BranchDeleteCliArgs.js +0 -0
  7. package/dist/cli/types/BranchDeleteCliArgs.js.map +0 -0
  8. package/dist/cli/types/BranchListCliArgs.js +0 -0
  9. package/dist/cli/types/BranchListCliArgs.js.map +0 -0
  10. package/dist/cli/types/BranchMergeCliArgs.js +0 -0
  11. package/dist/cli/types/BranchMergeCliArgs.js.map +0 -0
  12. package/dist/cli/types/BranchProtectCliArgs.js +0 -0
  13. package/dist/cli/types/BranchProtectCliArgs.js.map +0 -0
  14. package/dist/cli/types/BranchRebaseCliArgs.js +0 -0
  15. package/dist/cli/types/BranchRebaseCliArgs.js.map +0 -0
  16. package/dist/cli/types/BranchSwitchCliArgs.js +0 -0
  17. package/dist/cli/types/BranchSwitchCliArgs.js.map +0 -0
  18. package/dist/cli/types/BranchUnProtectCliArgs.js +0 -0
  19. package/dist/cli/types/BranchUnProtectCliArgs.js.map +0 -0
  20. package/dist/cli/types/ChangelogCliArgs.js +0 -0
  21. package/dist/cli/types/ChangelogCliArgs.js.map +0 -0
  22. package/dist/cli/types/ChangelogGenerateCliArgs.js +0 -0
  23. package/dist/cli/types/ChangelogGenerateCliArgs.js.map +0 -0
  24. package/dist/cli/types/CliArgs.js +0 -0
  25. package/dist/cli/types/CliArgs.js.map +0 -0
  26. package/dist/cli/types/CommitAmendCliArgs.js +0 -0
  27. package/dist/cli/types/CommitAmendCliArgs.js.map +0 -0
  28. package/dist/cli/types/CommitCliArgs.js +0 -0
  29. package/dist/cli/types/CommitCliArgs.js.map +0 -0
  30. package/dist/cli/types/CommitCreateCliArgs.js +0 -0
  31. package/dist/cli/types/CommitCreateCliArgs.js.map +0 -0
  32. package/dist/cli/types/CommitListCliArgs.js +0 -0
  33. package/dist/cli/types/CommitListCliArgs.js.map +0 -0
  34. package/dist/cli/types/VersionCliArgs.js +0 -0
  35. package/dist/cli/types/VersionCliArgs.js.map +0 -0
  36. package/dist/cli/types/VersionCompareCliArgs.js +0 -0
  37. package/dist/cli/types/VersionCompareCliArgs.js.map +0 -0
  38. package/dist/cli/types/VersionIncrementCliArgs.js +0 -0
  39. package/dist/cli/types/VersionIncrementCliArgs.js.map +0 -0
  40. package/dist/cli/types/VersionInitCliArgs.js +0 -0
  41. package/dist/cli/types/VersionInitCliArgs.js.map +0 -0
  42. package/dist/cli/types/VersionListCliArgs.js +0 -0
  43. package/dist/cli/types/VersionListCliArgs.js.map +0 -0
  44. package/dist/cli/types/VersionProjectCliArgs.js +0 -0
  45. package/dist/cli/types/VersionProjectCliArgs.js.map +0 -0
  46. package/dist/cli/types/VersionRemoteCliArgs.js +0 -0
  47. package/dist/cli/types/VersionRemoteCliArgs.js.map +0 -0
  48. package/dist/cli/types/VersionResetCliArgs.js +0 -0
  49. package/dist/cli/types/VersionResetCliArgs.js.map +0 -0
  50. package/dist/cli/types/VersionRevertCliArgs.js +0 -0
  51. package/dist/cli/types/VersionRevertCliArgs.js.map +0 -0
  52. package/dist/cli/types/VersionSetCliArgs.js +0 -0
  53. package/dist/cli/types/VersionSetCliArgs.js.map +0 -0
  54. package/dist/cli/types/VersionValidateCliArgs.js +0 -0
  55. package/dist/cli/types/VersionValidateCliArgs.js.map +0 -0
  56. package/dist/commands/branch/command.js +0 -0
  57. package/dist/commands/branch/command.js.map +0 -0
  58. package/dist/commands/branch/types/BranchCliArgs.js +0 -0
  59. package/dist/commands/branch/types/BranchCliArgs.js.map +0 -0
  60. package/dist/commands/branch/types/BranchCreateCliArgs.js +0 -0
  61. package/dist/commands/branch/types/BranchCreateCliArgs.js.map +0 -0
  62. package/dist/commands/branch/types/BranchDeleteCliArgs.js +0 -0
  63. package/dist/commands/branch/types/BranchDeleteCliArgs.js.map +0 -0
  64. package/dist/commands/branch/types/BranchListCliArgs.js +0 -0
  65. package/dist/commands/branch/types/BranchListCliArgs.js.map +0 -0
  66. package/dist/commands/branch/types/BranchMergeCliArgs.js +0 -0
  67. package/dist/commands/branch/types/BranchMergeCliArgs.js.map +0 -0
  68. package/dist/commands/branch/types/BranchProtectCliArgs.js +0 -0
  69. package/dist/commands/branch/types/BranchProtectCliArgs.js.map +0 -0
  70. package/dist/commands/branch/types/BranchRebaseCliArgs.js +0 -0
  71. package/dist/commands/branch/types/BranchRebaseCliArgs.js.map +0 -0
  72. package/dist/commands/branch/types/BranchSwitchCliArgs.js +0 -0
  73. package/dist/commands/branch/types/BranchSwitchCliArgs.js.map +0 -0
  74. package/dist/commands/branch/types/BranchUnProtectCliArgs.js +0 -0
  75. package/dist/commands/branch/types/BranchUnProtectCliArgs.js.map +0 -0
  76. package/dist/commands/branchCommand.js +0 -0
  77. package/dist/commands/branchCommand.js.map +0 -0
  78. package/dist/commands/changelog/command.js +0 -0
  79. package/dist/commands/changelog/command.js.map +0 -0
  80. package/dist/commands/changelog/types/ChangelogCliArgs.js +0 -0
  81. package/dist/commands/changelog/types/ChangelogCliArgs.js.map +0 -0
  82. package/dist/commands/changelog/types/ChangelogGenerateCliArgs.js +0 -0
  83. package/dist/commands/changelog/types/ChangelogGenerateCliArgs.js.map +0 -0
  84. package/dist/commands/changelogCommand.js +0 -0
  85. package/dist/commands/changelogCommand.js.map +0 -0
  86. package/dist/commands/commit/command.js +0 -0
  87. package/dist/commands/commit/command.js.map +0 -0
  88. package/dist/commands/commit/types/CommitAmendCliArgs.js +0 -0
  89. package/dist/commands/commit/types/CommitAmendCliArgs.js.map +0 -0
  90. package/dist/commands/commit/types/CommitCliArgs.js +0 -0
  91. package/dist/commands/commit/types/CommitCliArgs.js.map +0 -0
  92. package/dist/commands/commit/types/CommitCreateCliArgs.js +0 -0
  93. package/dist/commands/commit/types/CommitCreateCliArgs.js.map +0 -0
  94. package/dist/commands/commit/types/CommitListCliArgs.js +0 -0
  95. package/dist/commands/commit/types/CommitListCliArgs.js.map +0 -0
  96. package/dist/commands/commitCommand.js +0 -0
  97. package/dist/commands/commitCommand.js.map +0 -0
  98. package/dist/commands/flow/command.js +0 -0
  99. package/dist/commands/flow/command.js.map +0 -0
  100. package/dist/commands/types/BranchCliArgs.js +0 -0
  101. package/dist/commands/types/BranchCliArgs.js.map +0 -0
  102. package/dist/commands/types/BranchCreateCliArgs.js +0 -0
  103. package/dist/commands/types/BranchCreateCliArgs.js.map +0 -0
  104. package/dist/commands/types/BranchDeleteCliArgs.js +0 -0
  105. package/dist/commands/types/BranchDeleteCliArgs.js.map +0 -0
  106. package/dist/commands/types/BranchListCliArgs.js +0 -0
  107. package/dist/commands/types/BranchListCliArgs.js.map +0 -0
  108. package/dist/commands/types/BranchMergeCliArgs.js +0 -0
  109. package/dist/commands/types/BranchMergeCliArgs.js.map +0 -0
  110. package/dist/commands/types/BranchProtectCliArgs.js +0 -0
  111. package/dist/commands/types/BranchProtectCliArgs.js.map +0 -0
  112. package/dist/commands/types/BranchRebaseCliArgs.js +0 -0
  113. package/dist/commands/types/BranchRebaseCliArgs.js.map +0 -0
  114. package/dist/commands/types/BranchSwitchCliArgs.js +0 -0
  115. package/dist/commands/types/BranchSwitchCliArgs.js.map +0 -0
  116. package/dist/commands/types/BranchUnProtectCliArgs.js +0 -0
  117. package/dist/commands/types/BranchUnProtectCliArgs.js.map +0 -0
  118. package/dist/commands/types/ChangelogCliArgs.js +0 -0
  119. package/dist/commands/types/ChangelogCliArgs.js.map +0 -0
  120. package/dist/commands/types/ChangelogGenerateCliArgs.js +0 -0
  121. package/dist/commands/types/ChangelogGenerateCliArgs.js.map +0 -0
  122. package/dist/commands/types/CliArgs.js +0 -0
  123. package/dist/commands/types/CliArgs.js.map +0 -0
  124. package/dist/commands/types/CommitAmendCliArgs.js +0 -0
  125. package/dist/commands/types/CommitAmendCliArgs.js.map +0 -0
  126. package/dist/commands/types/CommitCliArgs.js +0 -0
  127. package/dist/commands/types/CommitCliArgs.js.map +0 -0
  128. package/dist/commands/types/CommitCreateCliArgs.js +0 -0
  129. package/dist/commands/types/CommitCreateCliArgs.js.map +0 -0
  130. package/dist/commands/types/CommitListCliArgs.js +0 -0
  131. package/dist/commands/types/CommitListCliArgs.js.map +0 -0
  132. package/dist/commands/types/VersionCliArgs.js +0 -0
  133. package/dist/commands/types/VersionCliArgs.js.map +0 -0
  134. package/dist/commands/types/VersionCompareCliArgs.js +0 -0
  135. package/dist/commands/types/VersionCompareCliArgs.js.map +0 -0
  136. package/dist/commands/types/VersionIncrementCliArgs.js +0 -0
  137. package/dist/commands/types/VersionIncrementCliArgs.js.map +0 -0
  138. package/dist/commands/types/VersionInitCliArgs.js +0 -0
  139. package/dist/commands/types/VersionInitCliArgs.js.map +0 -0
  140. package/dist/commands/types/VersionListCliArgs.js +0 -0
  141. package/dist/commands/types/VersionListCliArgs.js.map +0 -0
  142. package/dist/commands/types/VersionProjectCliArgs.js +0 -0
  143. package/dist/commands/types/VersionProjectCliArgs.js.map +0 -0
  144. package/dist/commands/types/VersionRemoteCliArgs.js +0 -0
  145. package/dist/commands/types/VersionRemoteCliArgs.js.map +0 -0
  146. package/dist/commands/types/VersionResetCliArgs.js +0 -0
  147. package/dist/commands/types/VersionResetCliArgs.js.map +0 -0
  148. package/dist/commands/types/VersionRevertCliArgs.js +0 -0
  149. package/dist/commands/types/VersionRevertCliArgs.js.map +0 -0
  150. package/dist/commands/types/VersionSetCliArgs.js +0 -0
  151. package/dist/commands/types/VersionSetCliArgs.js.map +0 -0
  152. package/dist/commands/types/VersionValidateCliArgs.js +0 -0
  153. package/dist/commands/types/VersionValidateCliArgs.js.map +0 -0
  154. package/dist/commands/utils/command.js +23 -0
  155. package/dist/commands/utils/command.js.map +1 -0
  156. package/dist/commands/version/command.js +0 -0
  157. package/dist/commands/version/command.js.map +0 -0
  158. package/dist/commands/version/types/VersionCliArgs.js +0 -0
  159. package/dist/commands/version/types/VersionCliArgs.js.map +0 -0
  160. package/dist/commands/version/types/VersionCompareCliArgs.js +0 -0
  161. package/dist/commands/version/types/VersionCompareCliArgs.js.map +0 -0
  162. package/dist/commands/version/types/VersionIncrementCliArgs.js +0 -0
  163. package/dist/commands/version/types/VersionIncrementCliArgs.js.map +0 -0
  164. package/dist/commands/version/types/VersionInitCliArgs.js +0 -0
  165. package/dist/commands/version/types/VersionInitCliArgs.js.map +0 -0
  166. package/dist/commands/version/types/VersionListCliArgs.js +0 -0
  167. package/dist/commands/version/types/VersionListCliArgs.js.map +0 -0
  168. package/dist/commands/version/types/VersionProjectCliArgs.js +0 -0
  169. package/dist/commands/version/types/VersionProjectCliArgs.js.map +0 -0
  170. package/dist/commands/version/types/VersionRemoteCliArgs.js +0 -0
  171. package/dist/commands/version/types/VersionRemoteCliArgs.js.map +0 -0
  172. package/dist/commands/version/types/VersionResetCliArgs.js +0 -0
  173. package/dist/commands/version/types/VersionResetCliArgs.js.map +0 -0
  174. package/dist/commands/version/types/VersionRevertCliArgs.js +0 -0
  175. package/dist/commands/version/types/VersionRevertCliArgs.js.map +0 -0
  176. package/dist/commands/version/types/VersionSetCliArgs.js +0 -0
  177. package/dist/commands/version/types/VersionSetCliArgs.js.map +0 -0
  178. package/dist/commands/version/types/VersionValidateCliArgs.js +0 -0
  179. package/dist/commands/version/types/VersionValidateCliArgs.js.map +0 -0
  180. package/dist/commands/versionCommand.js +0 -0
  181. package/dist/commands/versionCommand.js.map +0 -0
  182. package/dist/config/configLoader.js +0 -0
  183. package/dist/config/configLoader.js.map +0 -0
  184. package/dist/config/configManager.js +0 -0
  185. package/dist/config/configManager.js.map +0 -0
  186. package/dist/config/constants.js +0 -0
  187. package/dist/config/constants.js.map +0 -0
  188. package/dist/config/defaults/config.json +0 -0
  189. package/dist/config/types/BranchConfig.js +0 -0
  190. package/dist/config/types/BranchConfig.js.map +0 -0
  191. package/dist/config/types/ChannelType.js +0 -0
  192. package/dist/config/types/ChannelType.js.map +0 -0
  193. package/dist/config/types/CommitType.js +0 -0
  194. package/dist/config/types/CommitType.js.map +0 -0
  195. package/dist/config/types/Config.js +0 -0
  196. package/dist/config/types/Config.js.map +0 -0
  197. package/dist/config/types/FileGroups.js +0 -0
  198. package/dist/config/types/FileGroups.js.map +0 -0
  199. package/dist/config/types/LinkType.js +0 -0
  200. package/dist/config/types/LinkType.js.map +0 -0
  201. package/dist/config/types/MentionType.js +0 -0
  202. package/dist/config/types/MentionType.js.map +0 -0
  203. package/dist/config/types/NoteType.js +0 -0
  204. package/dist/config/types/NoteType.js.map +0 -0
  205. package/dist/config/types/Options.js +0 -0
  206. package/dist/config/types/Options.js.map +0 -0
  207. package/dist/config/types/Repository.js +0 -0
  208. package/dist/config/types/Repository.js.map +0 -0
  209. package/dist/core/app.js +0 -0
  210. package/dist/core/app.js.map +0 -0
  211. package/dist/core/changelog/app.js +0 -0
  212. package/dist/core/changelog/app.js.map +0 -0
  213. package/dist/index.js.map +0 -0
  214. package/dist/modules/FlowManager.js +0 -0
  215. package/dist/modules/FlowManager.js.map +0 -0
  216. package/dist/modules/branch/BranchController.js +0 -0
  217. package/dist/modules/branch/BranchController.js.map +0 -0
  218. package/dist/modules/branch/BranchManager.js +0 -0
  219. package/dist/modules/branch/BranchManager.js.map +0 -0
  220. package/dist/modules/changelog/ChangelogController.js +0 -0
  221. package/dist/modules/changelog/ChangelogController.js.map +0 -0
  222. package/dist/modules/changelog/ChangelogValidator.js +0 -0
  223. package/dist/modules/changelog/ChangelogValidator.js.map +0 -0
  224. package/dist/modules/changelog/templateOperations.js +0 -0
  225. package/dist/modules/changelog/templateOperations.js.map +0 -0
  226. package/dist/modules/changes/types/ChangeInformation.js +0 -0
  227. package/dist/modules/changes/types/ChangeInformation.js.map +0 -0
  228. package/dist/modules/changes/types/Context.js +0 -0
  229. package/dist/modules/changes/types/Context.js.map +0 -0
  230. package/dist/modules/changes/types/RangeInfo.js +0 -0
  231. package/dist/modules/changes/types/RangeInfo.js.map +0 -0
  232. package/dist/modules/changes/types/RangeSummary.js +0 -0
  233. package/dist/modules/changes/types/RangeSummary.js.map +0 -0
  234. package/dist/modules/changes/types/ReferenceTypesEnum.js +0 -0
  235. package/dist/modules/changes/types/ReferenceTypesEnum.js.map +0 -0
  236. package/dist/modules/commit/CommitController.js +0 -0
  237. package/dist/modules/commit/CommitController.js.map +0 -0
  238. package/dist/modules/commit/CommitManager.js +0 -0
  239. package/dist/modules/commit/CommitManager.js.map +0 -0
  240. package/dist/modules/git/commits/commitProcessor.js +0 -0
  241. package/dist/modules/git/commits/commitProcessor.js.map +0 -0
  242. package/dist/modules/git/commits/gitLogFetcher.js +0 -0
  243. package/dist/modules/git/commits/gitLogFetcher.js.map +0 -0
  244. package/dist/modules/git/commits/index.js +0 -0
  245. package/dist/modules/git/commits/index.js.map +0 -0
  246. package/dist/modules/git/commits/profileHandler.js +0 -0
  247. package/dist/modules/git/commits/profileHandler.js.map +0 -0
  248. package/dist/modules/git/commits/regexHandlers.js +0 -0
  249. package/dist/modules/git/commits/regexHandlers.js.map +0 -0
  250. package/dist/modules/git/context/branchHandler.js +0 -0
  251. package/dist/modules/git/context/branchHandler.js.map +0 -0
  252. package/dist/modules/git/context/commitHandler.js +0 -0
  253. package/dist/modules/git/context/commitHandler.js.map +0 -0
  254. package/dist/modules/git/context/index.js +0 -0
  255. package/dist/modules/git/context/index.js.map +0 -0
  256. package/dist/modules/git/context/remoteHandler.js +1 -1
  257. package/dist/modules/git/context/remoteHandler.js.map +1 -1
  258. package/dist/modules/git/context/statusHandler.js +0 -0
  259. package/dist/modules/git/context/statusHandler.js.map +0 -0
  260. package/dist/modules/git/context/tagHandler.js +0 -0
  261. package/dist/modules/git/context/tagHandler.js.map +0 -0
  262. package/dist/modules/git/gitOperations.js +0 -0
  263. package/dist/modules/git/gitOperations.js.map +0 -0
  264. package/dist/modules/git/types/Author.js +0 -0
  265. package/dist/modules/git/types/Author.js.map +0 -0
  266. package/dist/modules/git/types/Branch.js +0 -0
  267. package/dist/modules/git/types/Branch.js.map +0 -0
  268. package/dist/modules/git/types/BranchInfo.js +0 -0
  269. package/dist/modules/git/types/BranchInfo.js.map +0 -0
  270. package/dist/modules/git/types/CommitContent.js +0 -0
  271. package/dist/modules/git/types/CommitContent.js.map +0 -0
  272. package/dist/modules/git/types/CommitInfo.js +0 -0
  273. package/dist/modules/git/types/CommitInfo.js.map +0 -0
  274. package/dist/modules/git/types/CommitType.js +0 -0
  275. package/dist/modules/git/types/CommitType.js.map +0 -0
  276. package/dist/modules/git/types/GitCommit.js +0 -0
  277. package/dist/modules/git/types/GitCommit.js.map +0 -0
  278. package/dist/modules/git/types/GitReference.js +0 -0
  279. package/dist/modules/git/types/GitReference.js.map +0 -0
  280. package/dist/modules/git/types/Link.js +0 -0
  281. package/dist/modules/git/types/Link.js.map +0 -0
  282. package/dist/modules/git/types/Mention.js +0 -0
  283. package/dist/modules/git/types/Mention.js.map +0 -0
  284. package/dist/modules/git/types/Note.js +0 -0
  285. package/dist/modules/git/types/Note.js.map +0 -0
  286. package/dist/modules/git/types/RemoteInfo.js +0 -0
  287. package/dist/modules/git/types/RemoteInfo.js.map +0 -0
  288. package/dist/modules/git/types/Repository.js +0 -0
  289. package/dist/modules/git/types/Repository.js.map +0 -0
  290. package/dist/modules/git/types/StatusInfo.js +0 -0
  291. package/dist/modules/git/types/StatusInfo.js.map +0 -0
  292. package/dist/modules/git/types/Tag.js +0 -0
  293. package/dist/modules/git/types/Tag.js.map +0 -0
  294. package/dist/modules/git/types/TagInfo.js +0 -0
  295. package/dist/modules/git/types/TagInfo.js.map +0 -0
  296. package/dist/modules/git/utils/branchUtils.js +0 -0
  297. package/dist/modules/git/utils/branchUtils.js.map +0 -0
  298. package/dist/modules/git/utils/commitUtils.js +0 -0
  299. package/dist/modules/git/utils/commitUtils.js.map +0 -0
  300. package/dist/modules/git/utils/logUtils.js +0 -0
  301. package/dist/modules/git/utils/logUtils.js.map +0 -0
  302. package/dist/modules/git/utils/rangeOperations.js +0 -0
  303. package/dist/modules/git/utils/rangeOperations.js.map +0 -0
  304. package/dist/modules/git/utils/refUtils.js +0 -0
  305. package/dist/modules/git/utils/refUtils.js.map +0 -0
  306. package/dist/modules/git/utils/referenceUtils.js +0 -0
  307. package/dist/modules/git/utils/referenceUtils.js.map +0 -0
  308. package/dist/modules/git/utils/tagUtils.js +0 -0
  309. package/dist/modules/git/utils/tagUtils.js.map +0 -0
  310. package/dist/modules/output/writer.js +0 -0
  311. package/dist/modules/output/writer.js.map +0 -0
  312. package/dist/modules/sections/contributors.js +0 -0
  313. package/dist/modules/sections/contributors.js.map +0 -0
  314. package/dist/modules/sections/grouping.js +0 -0
  315. package/dist/modules/sections/grouping.js.map +0 -0
  316. package/dist/modules/sections/index.js +0 -0
  317. package/dist/modules/sections/index.js.map +0 -0
  318. package/dist/modules/sections/summarizing.js +0 -0
  319. package/dist/modules/sections/summarizing.js.map +0 -0
  320. package/dist/modules/sections/types/Contributor.js +0 -0
  321. package/dist/modules/sections/types/Contributor.js.map +0 -0
  322. package/dist/modules/sections/types/Group.js +0 -0
  323. package/dist/modules/sections/types/Group.js.map +0 -0
  324. package/dist/modules/sections/types/SectionSummary.js +0 -0
  325. package/dist/modules/sections/types/SectionSummary.js.map +0 -0
  326. package/dist/modules/sections/types/Sections.js +0 -0
  327. package/dist/modules/sections/types/Sections.js.map +0 -0
  328. package/dist/modules/version/GitVersionManager.js +0 -0
  329. package/dist/modules/version/GitVersionManager.js.map +0 -0
  330. package/dist/modules/version/ProjectVersion.js +0 -0
  331. package/dist/modules/version/ProjectVersion.js.map +0 -0
  332. package/dist/modules/version/ReleaseManager.js +0 -0
  333. package/dist/modules/version/ReleaseManager.js.map +0 -0
  334. package/dist/modules/version/VersionController.js +0 -0
  335. package/dist/modules/version/VersionController.js.map +0 -0
  336. package/dist/modules/version/VersionManager.js +0 -0
  337. package/dist/modules/version/VersionManager.js.map +0 -0
  338. package/dist/modules/version/VersionValidator.js +0 -0
  339. package/dist/modules/version/VersionValidator.js.map +0 -0
  340. package/dist/modules/version/types/const.js +0 -0
  341. package/dist/modules/version/types/const.js.map +0 -0
  342. package/dist/modules/version/versionFormatter.js +0 -0
  343. package/dist/modules/version/versionFormatter.js.map +0 -0
  344. package/dist/modules/version/versionHelper.js +0 -0
  345. package/dist/modules/version/versionHelper.js.map +0 -0
  346. package/dist/templates/constants.js +0 -0
  347. package/dist/templates/constants.js.map +0 -0
  348. package/dist/templates/defaults/changelog.detailed.ejs +0 -0
  349. package/dist/templates/defaults/changelog.ejs +0 -0
  350. package/dist/templates/templateRenderer.js +0 -0
  351. package/dist/templates/templateRenderer.js.map +0 -0
  352. package/dist/templates/templateResolver.js +0 -0
  353. package/dist/templates/templateResolver.js.map +0 -0
  354. package/dist/types/PackageJson.js +0 -0
  355. package/dist/types/PackageJson.js.map +0 -0
  356. package/dist/utils/cmd.js +0 -0
  357. package/dist/utils/cmd.js.map +0 -0
  358. package/dist/utils/date.js +0 -0
  359. package/dist/utils/date.js.map +0 -0
  360. package/package.json +1 -1
package/README.md CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.createFlowCommand = createFlowCommand;
4
+ const commander_1 = require("commander");
5
+ function createFlowCommand(program) {
6
+ const utilsProgram = program
7
+ .command("utils")
8
+ .alias('u')
9
+ .description("Tools to manage your git releases and versioning");
10
+ const programFile = utilsProgram.command('file').description('');
11
+ programFile.addCommand(new commander_1.Command()
12
+ .command('change-name <path> <newName>')
13
+ .description('Changes the file name and returns the new path')
14
+ .action(async (path, newName) => {
15
+ const pathSegments = path.split('/');
16
+ pathSegments[pathSegments.length - 1] = newName;
17
+ const newPath = pathSegments.join('/');
18
+ console.log(`New file path: ${newPath}`);
19
+ // No return statement is needed here
20
+ }));
21
+ return utilsProgram;
22
+ }
23
+ //# sourceMappingURL=command.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"command.js","sourceRoot":"","sources":["../../../src/commands/utils/command.ts"],"names":[],"mappings":";;AAGA,8CA0BC;AA7BD,yCAAqD;AAGrD,SAAgB,iBAAiB,CAAC,OAAgB;IAE9C,MAAM,YAAY,GAAG,OAAO;SAC3B,OAAO,CAAC,OAAO,CAAC;SAChB,KAAK,CAAC,GAAG,CAAC;SACV,WAAW,CAAC,kDAAkD,CAAC,CAAC;IAEjE,MAAM,WAAW,GAAG,YAAY,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC,WAAW,CAAC,EAAE,CAAC,CAAA;IAEhE,WAAW,CAAC,UAAU,CAClB,IAAI,mBAAO,EAAE;SACR,OAAO,CAAC,8BAA8B,CAAC;SACvC,WAAW,CAAC,gDAAgD,CAAC;SAC7D,MAAM,CAAC,KAAK,EAAE,IAAY,EAAE,OAAe,EAAE,EAAE;QAC5C,MAAM,YAAY,GAAG,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;QACrC,YAAY,CAAC,YAAY,CAAC,MAAM,GAAG,CAAC,CAAC,GAAG,OAAO,CAAC;QAChD,MAAM,OAAO,GAAG,YAAY,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;QACvC,OAAO,CAAC,GAAG,CAAC,kBAAkB,OAAO,EAAE,CAAC,CAAC;QACzC,qCAAqC;IACzC,CAAC,CAAC,CACT,CAAC;IAKF,OAAO,YAAY,CAAC;AACxB,CAAC"}
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/dist/core/app.js CHANGED
File without changes
File without changes
File without changes
File without changes
package/dist/index.js.map CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes