Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When you run npm install --save @openmeter/sdk it installs version 0.0.2 #2291

Open
2 tasks done
jameselkins opened this issue Feb 17, 2025 · 1 comment
Open
2 tasks done

Comments

@jameselkins
Copy link

Preflight Checklist

  • I have searched the issue tracker for an issue that matches the one I want to file, without success.
  • I am not looking for support or already pursued the available support channels without success.

OpenMeter Version

1.0.0

Expected Behavior

When I run npm install --save @openmeter/sdk it should install the most recent version of the library available here: https://www.npmjs.com/package/@openmeter/sdk?activeTab=versions

Actual Behavior

When I run npm install --save @openmeter/sdk (as directed by the instructions here: https://www.npmjs.com/package/@openmeter/sdk?activeTab=readme ) it installs version 0.0.2

Steps To Reproduce

  1. start a node project
  2. run npm install --save @openmeter/sdk

Additional Information

if you run bun install @openmeter/sdk it works as expected e.g. version 1.0.0-beta.191 is installed.

Well, sorta. I'm not sure if I should expect to install 1.0.0-beta.191 or 1.0.0-beta-a79a2c26a411 ? which one is the latest?

@tothandras
Copy link
Contributor

Unfortunately, I couldn't reproduce. The latest tag is always set to our GitHub release version, currently: 1.0.0-beta.202. The beta versions with the commit sha postfix, like 1.0.0-beta-a79a2c26a411 are published on every commit under the beta tag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants