-
Notifications
You must be signed in to change notification settings - Fork 143
Open
Description
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
- start a node project
- 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?
Metadata
Metadata
Assignees
Labels
No labels