Skip to content

migrate to pnpm to allow workspace pinning #89

Description

@eviltester

workspace protocol for internal monorepo dependencies.

Pinning @anywaydata/core to an exact version (instead of using the workspace protocol like "workspace:*" or "workspace:^1.2.0") requires manual version bumps in all consuming packages whenever packages/core is updated. The workspace protocol would automatically resolve to the local package version.

This pattern appears in multiple files:

packages/core-ui/package.json
apps/mcp/package.json
apps/cli/package.json
apps/api/package.json

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions