Skip to content

@black-flag/[email protected]

Compare
Choose a tag to compare
@Xunnamius Xunnamius released this 14 Mar 09:26
· 113 commits to main since this release
@black-flag/[email protected]
335be15

💥 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 by commandModulesPath. This includes the call signatures of functions like makeRunner.

    The fix is simple: find-and-replace all instances of commandModulePath with commandModulesPath.

✨ 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)

🧙🏿 Refactored

  • Make exported symbols cross-realm (af78a8f)
  • Rename and restructure exports for better docs generation (8303ba7)