duckdb-wasm icon indicating copy to clipboard operation
duckdb-wasm copied to clipboard

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

Open mbostock opened this issue 2 years ago • 0 comments

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/[email protected] 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

mbostock avatar Mar 07 '24 04:03 mbostock