diff --git a/.tegami/fix-diff-dist-output.md b/.tegami/fix-diff-dist-output.md new file mode 100644 index 0000000..d1a8afd --- /dev/null +++ b/.tegami/fix-diff-dist-output.md @@ -0,0 +1,10 @@ +--- +packages: + "group:tooee": patch +--- + +## Ship the compiled `@tooee/diff` output + +`@tooee/diff@0.7.0` reached npm without its `dist` build, so importing the package, or opening a +diff through `@tooee/view`, failed to resolve. This release republishes the package with the +compiled entry point in place. Install `0.7.1` or later for diff rendering. diff --git a/.tegami/publish-lock.yaml b/.tegami/publish-lock.yaml deleted file mode 100644 index ce20275..0000000 --- a/.tegami/publish-lock.yaml +++ /dev/null @@ -1,102 +0,0 @@ -core:changelogs: - - content: "---\npackages:\n group:tooee:\n type: minor\n---\n\n## Render diffs with Hunk\n\nPatches are now a first-class Tooee format. `tooee view changes.patch` (or piping `git diff` into\n`tooee view`) opens a diff viewer built on Hunk's OpenTUI primitives, with stacked and split\nlayouts, word-level highlights and multi-file review.\n\nNavigation is per hunk: `j`/`k` step between hunks, `]`/`[` jump between files, `f` opens a file\npicker, `s` toggles split, `w` toggles wrapping, and `h`/`l` pan wide hunks. Search, copy and\nselection all work in real patch text.\n\nMarkdown ` ```diff ` and ` ```patch ` fences render as diff blocks too, with `split`, `nolines` and\n`wrap` options in the fence info string. Fences that are not real unified diffs keep falling back\nto the syntax-highlighted code block.\n" - filename: feat-hunk-diff-rendering.md - v: 0.0.0 -core:packages: - - changelogIds: - - feat-hunk-diff-rendering.md - id: npm:@tooee/cli - updated: true - - changelogIds: - - feat-hunk-diff-rendering.md - id: npm:@tooee/ask - updated: true - - changelogIds: - - feat-hunk-diff-rendering.md - id: npm:@tooee/choose - updated: true - - changelogIds: - - feat-hunk-diff-rendering.md - id: npm:@tooee/clipboard - updated: true - - changelogIds: - - feat-hunk-diff-rendering.md - id: npm:@tooee/commands - updated: true - - changelogIds: - - feat-hunk-diff-rendering.md - id: npm:@tooee/config - updated: true - - changelogIds: - - feat-hunk-diff-rendering.md - id: npm:@tooee/diff - updated: true - - changelogIds: - - feat-hunk-diff-rendering.md - id: npm:@tooee/fuzzy - updated: true - - changelogIds: - - feat-hunk-diff-rendering.md - id: npm:@tooee/layout - updated: true - - changelogIds: - - feat-hunk-diff-rendering.md - id: npm:@tooee/panels - updated: true - - changelogIds: - - feat-hunk-diff-rendering.md - id: npm:@tooee/marks - updated: true - - changelogIds: - - feat-hunk-diff-rendering.md - id: npm:@tooee/overlays - updated: true - - changelogIds: - - feat-hunk-diff-rendering.md - id: npm:@tooee/renderers - updated: true - - changelogIds: - - feat-hunk-diff-rendering.md - id: npm:@tooee/router - updated: true - - changelogIds: - - feat-hunk-diff-rendering.md - id: npm:@tooee/search - updated: true - - changelogIds: - - feat-hunk-diff-rendering.md - id: npm:@tooee/shell - updated: true - - changelogIds: - - feat-hunk-diff-rendering.md - id: npm:@tooee/themes - updated: true - - changelogIds: - - feat-hunk-diff-rendering.md - id: npm:@tooee/toasts - updated: true - - changelogIds: - - feat-hunk-diff-rendering.md - id: npm:@tooee/view - updated: true -npm:packages: - - id: npm:@tooee/cli - - id: npm:@tooee/ask - - id: npm:@tooee/choose - - id: npm:@tooee/clipboard - - id: npm:@tooee/commands - - id: npm:@tooee/config - - id: npm:@tooee/diff - - id: npm:@tooee/fuzzy - - id: npm:@tooee/layout - - id: npm:@tooee/panels - - id: npm:@tooee/marks - - id: npm:@tooee/overlays - - id: npm:@tooee/renderers - - id: npm:@tooee/router - - id: npm:@tooee/search - - id: npm:@tooee/shell - - id: npm:@tooee/themes - - id: npm:@tooee/toasts - - id: npm:@tooee/view - - id: npm:@tooee/examples