Skip to content

Possible prom-client version conflicts

Open

Description

Hi.

Currently prom-client is added to this package dependencies, but it could lead to serious issues if it's version doesn't match the one used by the service.

Instead, it should be in the package peerDependencies section, ideally with as loose version range as possible.

Something like this should probably work:

  "peerDependencies": {
    "prom-client": "14.x || 15.x"
  }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions