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
- 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?
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?