Skip to content

Commit

Permalink
refactor: Replace git-log-parser with simple-git (#101)
Browse files Browse the repository at this point in the history
* chore: Add gitlog

* Try simple-git

* Working implementation

* Clean-up
  • Loading branch information
lachlancollins committed Jun 23, 2024
1 parent e65166f commit 4cc4c89
Show file tree
Hide file tree
Showing 4 changed files with 97 additions and 248 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,13 @@
"commander": "^12.1.0",
"current-git-branch": "^1.1.0",
"esbuild-register": "^3.5.0",
"git-log-parser": "^1.2.0",
"interpret": "^3.1.1",
"jsonfile": "^6.1.0",
"liftoff": "^5.0.0",
"minimist": "^1.2.8",
"rollup-plugin-preserve-directives": "^0.4.0",
"semver": "^7.6.2",
"stream-to-array": "^2.3.0",
"simple-git": "^3.25.0",
"v8flags": "^4.0.1",
"vite-plugin-dts": "^3.9.1",
"vite-plugin-externalize-deps": "^0.8.0",
Expand All @@ -84,14 +83,12 @@
"@antfu/eslint-config": "^2.21.0",
"@arethetypeswrong/cli": "^0.15.3",
"@types/current-git-branch": "^1.1.6",
"@types/git-log-parser": "^1.2.3",
"@types/interpret": "^1.1.3",
"@types/jsonfile": "^6.1.4",
"@types/liftoff": "^4.0.3",
"@types/minimist": "^1.2.5",
"@types/node": "^20.14.2",
"@types/semver": "^7.5.8",
"@types/stream-to-array": "^2.3.3",
"@types/v8flags": "^3.1.3",
"eslint": "^9.4.0",
"eslint-plugin-format": "^0.1.1",
Expand Down
Loading

0 comments on commit 4cc4c89

Please sign in to comment.