tmux-agent-monitor 0.0.7 → 0.0.8

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -635,6 +635,7 @@ const fetchCommitFile = async (repoRoot, hash, file, options) => {
635
635
  patch = await runGit$1(repoRoot, [
636
636
  "show",
637
637
  "--find-renames",
638
+ "--format=",
638
639
  hash,
639
640
  "--",
640
641
  file.path
@@ -642,6 +643,7 @@ const fetchCommitFile = async (repoRoot, hash, file, options) => {
642
643
  if (!patch && file.renamedFrom) patch = await runGit$1(repoRoot, [
643
644
  "show",
644
645
  "--find-renames",
646
+ "--format=",
645
647
  hash,
646
648
  "--",
647
649
  file.renamedFrom
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "type": "git",
8
8
  "url": "https://github.com/yuki-yano/tmux-agent-monitor.git"
9
9
  },
10
- "version": "0.0.7",
10
+ "version": "0.0.8",
11
11
  "type": "module",
12
12
  "packageManager": "pnpm@10.28.2",
13
13
  "engines": {