docs: record rc1 live package readbacks (#2117)

This commit is contained in:
Affaan Mustafa
2026-06-02 19:32:59 +08:00
committed by GitHub
parent 64cd1ba248
commit d86fadad0d
19 changed files with 171 additions and 90 deletions
+9
View File
@@ -19,6 +19,15 @@ npm ci
This installs the Node-based validation and packaging toolchain used by the public release surface.
To install the rc.1 package from npm instead of working from a checkout:
```bash
npm install ecc-universal@next
```
`next` currently resolves to `ecc-universal@2.0.0-rc.1`; `latest` remains on
`1.10.0` during the release-candidate window.
## Verify
```bash