You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Preflight Checklist
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
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?
The text was updated successfully, but these errors were encountered: