This is a critical patch release that resolves installation issues for users using npm and standardises the monorepo’s internal dependency resolution.

πŸš€ Highlights

Fixed npm install Compatibility

Resolved a critical issue where packages published to the NPM registry contained unresolved workspace: protocol references in their optionalDependencies. This caused npm install to fail with an EUNSUPPORTEDPROTOCOL error. The publishing pipeline has been updated to ensure all dependency types are correctly resolved to semver ranges.

πŸ›  Improvements & Fixes

  • Publishing Pipeline: Fixed scripts/resolve-ws-deps.js to correctly transform optionalDependencies during the release process.
  • Dependency Standardisation: Updated all internal package references to ensure consistency across the ecosystem.
  • Workflow Optimisation: Updated GitHub Actions to use stable runner configurations for reliable binary generation.

πŸ“¦ Package Updates

All packages in the @docmd ecosystem have been bumped to v0.8.2 to ensure full compatibility and lock-step versioning.

For a full list of architectural changes introduced in the v0.8 series, please refer to the v0.8.1 Release Notes.