commit-insights 0.1.0 → 0.1.1
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.
|
@@ -1087,7 +1087,7 @@ function buildDashboardData(analysis, commits, repoName, narrative) {
|
|
|
1087
1087
|
topTickets,
|
|
1088
1088
|
recentCommits,
|
|
1089
1089
|
narrative,
|
|
1090
|
-
version: true ? "0.1.
|
|
1090
|
+
version: true ? "0.1.1" : "dev",
|
|
1091
1091
|
generatedAt: (/* @__PURE__ */ new Date()).toISOString()
|
|
1092
1092
|
};
|
|
1093
1093
|
}
|
|
@@ -1648,7 +1648,7 @@ function getRepoName(repoPath) {
|
|
|
1648
1648
|
}
|
|
1649
1649
|
|
|
1650
1650
|
// src/cli.ts
|
|
1651
|
-
var VERSION = true ? "0.1.
|
|
1651
|
+
var VERSION = true ? "0.1.1" : "0.0.0-dev";
|
|
1652
1652
|
function buildProgram() {
|
|
1653
1653
|
const program = new Command("commit-insights");
|
|
1654
1654
|
program.description("Generate a local git contribution dashboard from commit history").version(VERSION);
|
package/dist/index.js
CHANGED