Published Packages
This repository currently publishes:@elata-biosciences/eeg-web@elata-biosciences/eeg-web-ble@elata-biosciences/rppg-web@elata-biosciences/create-elata-demo
Quick Reference
| Step | Command |
|---|---|
| Add a changeset | ./run.sh changeset |
| Apply changesets and update changelogs | ./run.sh bump |
| Run the release preflight | ./run.sh release-check all |
| Build, publish, tag, and push | ./run.sh release all next or ./run.sh release all latest |
Maintainer Workflow
- Apply changesets with
./run.sh bump. - Review the version and changelog diff, then commit it.
- Run
./run.sh release-check all. - Publish with
./run.sh release all nextorlatest.
run.sh:
eeg-web -> eeg-web-ble -> rppg-web -> create-elata-demo
Contributor Expectation
If a user-facing package change should ship, include a changeset in the PR.Safe Publish Flow
Publish to a non-latest channel first:
latest.
If A Bad Version Is Published
You cannot overwrite an existing version number. Instead:- Deprecate the bad version.
- Publish a fixed patch version.
- Move the
latestdist-tag to the fixed version.
npm unpublish is restricted and should not be part of normal recovery.