·
113 commits
to main
since this release
💥 BREAKING CHANGES 💥
-
$executionContext
and$artificiallyInvoked
symbols are now drawn from the global symbol registry. They will not match symbols from previous versions! -
All instances in source where
commandModulePath
appeared have been replaced bycommandModulesPath
. This includes the call signatures of functions likemakeRunner
.The fix is simple: find-and-replace all instances of
commandModulePath
withcommandModulesPath
.
✨ Features
- packages/extensions: implement @black-flag/extensions (f0525c5)
🪄 Fixes
⚙️ Build System
- deps: bump type-fest from 4.35.0 to 4.36.0 (80350cc)
- deps: bump type-fest from 4.36.0 to 4.37.0 (7c8ff7a)
- husky: force lint-staged (via husky) to only use global config file (5d3f2cc)
- packages/extensions: use correct git repo metadata in package.json (0548f8f)