Skip to content

v26.7.22

Choose a tag to compare

@perasyudha perasyudha released this 22 Jul 15:50
· 131 commits to main since this release

Bug Fixes & Monorepo Enhancements

  • Global npm install Crash Fix (Critical Fix): Resolved a severe issue where nyxora start would crash immediately after global installation (npm install -g nyxora) due to missing dependencies. All required workspace dependencies (e.g., systeminformation, messaging bot SDKs) have now been synced and hoisted to the root package.json, ensuring the background daemon can boot properly for global users without throwing Cannot find module errors.
  • Dependency Overrides Synchronization: Fixed dependency conflict warnings during installation by aligning lodash-es and undici versions with the root workspace overrides.

Full Changelog: v26.7.21...v26.7.22