package:hooks_runner v1.6.2
·
23 commits
to main
since this release
- Provide the runner's logger to protocol extensions before any other method is
invoked, so they can emit validation diagnostics. - Require
dartExecutableto be an absolute path, and on Windows to include a
file extension - Report a format error instead of throwing a
TypeErrorwhen a hook's cached
output.jsoncontains valid JSON that is not an object. - Bump
package:code_assetsdependency to^2.0.0. - Add
PATHEXTto the environment variables allowlist. - Add prefixes
RUSTUP_andCARGO_to the environment variables allowlist. - Store size and last modification time in dependency hashes to skip content
hashing when unchanged.