You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat!: bump engines to Node.js >=22.12.0 (#352)
BREAKING CHANGE: Bumps required Node.js version to >=22.12.0. Changes `sign`, `walk`, and `flat` functions to their Promise-based implementations. This module is now ESM-only.
fix: strictVerify not working with true value (#345)
* Fix strictVerify not working with true value
And extend it to support string-specified restrictions
* Fix handling of `strictVerify=undefined`
fix(flat): don't use `pkgbuild` for MAS distributions (#340)
* fix(flat): don't use pkgbuild for MAS distributions
* chore: additional validation and logging