Skip to content

Commit 4cc4c89

Browse files
refactor: Replace git-log-parser with simple-git (#101)
* chore: Add gitlog * Try simple-git * Working implementation * Clean-up
1 parent e65166f commit 4cc4c89

File tree

4 files changed

+97
-248
lines changed

4 files changed

+97
-248
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,13 @@
6767
"commander": "^12.1.0",
6868
"current-git-branch": "^1.1.0",
6969
"esbuild-register": "^3.5.0",
70-
"git-log-parser": "^1.2.0",
7170
"interpret": "^3.1.1",
7271
"jsonfile": "^6.1.0",
7372
"liftoff": "^5.0.0",
7473
"minimist": "^1.2.8",
7574
"rollup-plugin-preserve-directives": "^0.4.0",
7675
"semver": "^7.6.2",
77-
"stream-to-array": "^2.3.0",
76+
"simple-git": "^3.25.0",
7877
"v8flags": "^4.0.1",
7978
"vite-plugin-dts": "^3.9.1",
8079
"vite-plugin-externalize-deps": "^0.8.0",
@@ -84,14 +83,12 @@
8483
"@antfu/eslint-config": "^2.21.0",
8584
"@arethetypeswrong/cli": "^0.15.3",
8685
"@types/current-git-branch": "^1.1.6",
87-
"@types/git-log-parser": "^1.2.3",
8886
"@types/interpret": "^1.1.3",
8987
"@types/jsonfile": "^6.1.4",
9088
"@types/liftoff": "^4.0.3",
9189
"@types/minimist": "^1.2.5",
9290
"@types/node": "^20.14.2",
9391
"@types/semver": "^7.5.8",
94-
"@types/stream-to-array": "^2.3.3",
9592
"@types/v8flags": "^3.1.3",
9693
"eslint": "^9.4.0",
9794
"eslint-plugin-format": "^0.1.1",

0 commit comments

Comments
 (0)