Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: yao-pkg/pkg
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.18.0
Choose a base ref
...
head repository: yao-pkg/pkg
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.18.1
Choose a head ref
  • 2 commits
  • 2 files changed
  • 3 contributors

Commits on Apr 21, 2026

  1. fix(pkg): ship all .d.ts files in npm package (#258)

    The `files` whitelist only shipped `lib-es5/index.d.ts`, but that file
    imports from `./types`, so TypeScript consumers of the typed `exec()`
    API introduced in #253 couldn't resolve the module. Switch to
    `lib-es5/*.d.ts` so every generated declaration is published.
    
    Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
    robertsLando and claude authored Apr 21, 2026
    Configuration menu
    Copy the full SHA
    7e10ce2 View commit details
    Browse the repository at this point in the history
  2. Release 6.18.1

    robertsLando committed Apr 21, 2026
    Configuration menu
    Copy the full SHA
    976f35b View commit details
    Browse the repository at this point in the history
Loading