Skip to content

latest dist-tag points to incompatible version #71

Description

@jeanmachuca

qcobjects-sdk: latest tag points to incompatible version

Repo: https://github.com/QCObjects/qcobjects-sdk

Problem

The latest npm dist-tag for qcobjects-sdk is 2.4.66, but qcobjects-cli@2.5.155 requires qcobjects-sdk@>=2.5.101-beta as a peer dependency.

The 2.5.105-beta version exists but is tagged as v2.5-beta, not latest. Since npm's default resolver only finds versions under the latest tag (and 2.4.66 < 2.5.101-beta), resolution fails with:

No matching version found for qcobjects-sdk@>=2.5.101-beta

Fix

Either:

  1. Promote 2.5.105-beta to latestnpm dist-tag add qcobjects-sdk@2.5.105-beta latest
  2. Publish a stable 2.5.x release (drop -beta) and tag it latest

Impact

Broken peer dependency resolution for qcobjects-cli on npm >=10. Users must manually install qcobjects-sdk@2.5.105-beta before installing the CLI.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions