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.
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  buildProgram
4
- } from "../chunk-5FNMOOYM.js";
4
+ } from "../chunk-IVFHXIJZ.js";
5
5
  import "../chunk-JSBRDJBE.js";
6
6
 
7
7
  // src/bin/commit-insights.ts
@@ -1087,7 +1087,7 @@ function buildDashboardData(analysis, commits, repoName, narrative) {
1087
1087
  topTickets,
1088
1088
  recentCommits,
1089
1089
  narrative,
1090
- version: true ? "0.1.0" : "dev",
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.0" : "0.0.0-dev";
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
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  buildProgram
3
- } from "./chunk-5FNMOOYM.js";
3
+ } from "./chunk-IVFHXIJZ.js";
4
4
  import "./chunk-JSBRDJBE.js";
5
5
  export {
6
6
  buildProgram
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "commit-insights",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
+ "license": "MIT",
4
5
  "description": "Generate a local git contribution dashboard from commit history",
5
6
  "type": "module",
6
7
  "engines": {