Skip to content

kit 1.28.1

Choose a tag to compare

@sandstream sandstream released this 24 Jul 22:22
33c6059

Fixed

  • Tool resolution works on native Windows (#43, incremental). resolveToolBin shelled out to which, which doesn't exist on native Windows (PowerShell/cmd). It now uses where on win32 and which elsewhere — same first-line path parsing. POSIX behavior is byte-identical (verified); checks off one of #43's hard blockers. (Remaining #43 blockers — POSIX git hooks, tar extraction, secret-file ACLs, the build script's rm/chmod, and a windows-latest CI job to verify it all — need a Windows runner and stay open.)

Full changelog: https://github.com/sandstream/kit/blob/v1.28.1/CHANGELOG.md

Verify this release:

git tag -v v1.28.1
npm audit signatures