duckdb / duckdb-wasm

WebAssembly version of DuckDB
https://shell.duckdb.org
MIT License
1.18k stars 125 forks source link

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

Open mbostock opened 7 months ago

mbostock commented 7 months ago

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 https://github.com/duckdb/duckdb-wasm/issues/1591#issuecomment-1908595801.

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