feat(gitrepo): Enhance GitRepo to include commit date and version information

This commit is contained in:
2024-06-23 21:05:50 +02:00
parent a5dae9b3a3
commit 753bc49c4e
6 changed files with 97 additions and 25 deletions

View File

@@ -8,8 +8,9 @@ import * as smartfile from '@push.rocks/smartfile';
import * as smartpath from '@push.rocks/smartpath';
import * as smartpromise from '@push.rocks/smartpromise';
import * as smartstring from '@push.rocks/smartstring';
import * as smarttime from '@push.rocks/smarttime';
export { smartenv, smartfile, smartpath, smartpromise, smartstring };
export { smartenv, smartfile, smartpath, smartpromise, smartstring, smarttime };
// third party
import * as diff from 'diff';