docmd v0.8.2 - Patch Release
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.jsto correctly transformoptionalDependenciesduring 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.