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

Please repoint the latest npm dist-tag to 1.28.0 instead of 1.28.1-dev106.0 #1661

Closed
mbostock opened this issue Mar 7, 2024 · 2 comments
Closed

Comments

@mbostock
Copy link

mbostock commented Mar 7, 2024

What happens?

When installing DuckDB as npm install @duckdb/duckdb-wasm, I currently get the latest tag which points to 1.28.1-dev106.0, which is an old prerelease. I expect instead to get the latest stable release which is currently 1.28.0. (If I want to install the latest prerelease, I can say npm install @duckdb/duckdb-wasm@next which correctly points to 1.28.1-dev159.0.)

To fix this, a maintainer needs to re-point the latest tag to 1.28.0 by running this command:

npm dist-tag add @duckdb/duckdb-wasm@1.28.0 latest

Previously suggested #1591 (comment).

To Reproduce

npm install @duckdb/duckdb-wasm

Browser/Environment:

npm

Device:

macOS

DuckDB-Wasm Version:

N/A

DuckDB-Wasm Deployment:

N/A

Full Name:

Mike Bostock

Affiliation:

Observable

@carlopi
Copy link
Collaborator

carlopi commented Oct 7, 2024

I think this can be considered closed, duckdb-wasm is now out on version 1.29.0 with proper tag.

Moving forward we will avoid this problems, thanks a lot for proposing this. Can you possibly check whether this works on your end? Thanks a lot

@carlopi carlopi closed this as completed Oct 7, 2024
@mbostock
Copy link
Author

mbostock commented Oct 7, 2024

Yep, works great now. Thank you!

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