impeccable cli-v4.0.0

cli-v4.0.0

CLI 4.0.0

Added 2
  • npx impeccable runs the binary by resolving a platform package installed as an optional dependency, then the user cache, then a checksum-verified download of the pinned engine release
  • The same detection rules are available as a WebAssembly module for hosts that cannot run the binary
Changed 1
  • Downloads without a verifiable checksum are refused rather than run
Removed 1
  • The JavaScript detector API is no longer exported; the detect function has been removed

From impeccable

  • npx impeccable runs the binary. The package resolves a platform package (@impeccable/cli-<os>-<arch>) installed as an optional dependency, then the user cache, then a checksum-verified download of the pinned engine release. A download without a verifiable checksum is refused rather than run.

  • The JavaScript detector API is gone. The package no longer exports a detect function; the same rules are available as a WebAssembly module for hosts that cannot run the binary. Every documented command (detect, ignores, install, update, check, link) keeps its name, flags, and output.

View original

Upgraded? How did it go?

Discussion