Comparing version 1.2.4 to 1.2.5
@@ -6,3 +6,7 @@ import { Git, FileOps, Logger, ClonedRepository, Repository } from './types'; | ||
fileOps: FileOps; | ||
hooks?: { | ||
onCloned: OnClonedHook; | ||
}; | ||
} | ||
export declare type OnClonedHook = (r: ClonedRepository) => Promise<void>; | ||
export declare function makeCloneRepo(creation: CloneRepoCreation): (repository: Repository) => Promise<ClonedRepository>; |
@@ -8,6 +8,18 @@ # Changelog | ||
## 1.2.3 - 2022-01_05 | ||
## 1.2.5 - 2023-01-03 | ||
### Fixed | ||
- safe repo cleanup | ||
## 1.2.4 - 2022-10-26 | ||
### changed | ||
- localized footer datetime | ||
## 1.2.3 - 2022-01-05 | ||
### Fixed | ||
- fix cloc command when several `excludeDirs` entries in configuration file | ||
@@ -14,0 +26,0 @@ |
{ | ||
"name": "cmetrix", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"description": "CLI to build code metrics charts for your projects", | ||
@@ -5,0 +5,0 @@ "main": "build/main.js", |
Sorry, the diff of this file is too big to display
315825
217