BMI Stellar - Release Stellar-v21.6
๐ What's New
This release includes the latest improvements, bug fixes, and feature enhancements for BMI Stellar.
๐ฆ Download Packages
This release provides two separate artifacts:
| Artifact | Description |
|---|---|
bmi-stellar-source-Stellar-v21.6.zip |
Full source code โ rebuild from source |
bmi-stellar-build-Stellar-v21.6.zip |
Pre-built static output โ deploy ready |
From Source
# Extract the source archive
unzip bmi-stellar-source-Stellar-v21.6.zip -d bmi-stellar
# Install dependencies
cd bmi-stellar
bun install
# Build and preview
bun run build
bun run previewFrom Build (Deploy Ready)
# Extract the build archive
unzip bmi-stellar-build-Stellar-v21.6.zip -d bmi-stellar-deploy
# Serve the static build with any HTTP server
cd bmi-stellar-deploy
bunx serve build๐ Changelog
- bump: version to v21.6 (5862907)
- ci: rename auto-update.yml -> maintenance.yml for ecosystem consistency (2e76156)
- chore(deps): maintenance deps weekly (abce00e)
- fix(deps): resolve 10 vulnerabilities (undici, tar, vite) via overrides (30d77eb)
- chore(deps): maintenance deps weekly (11dad7e)
- fix: resolve esbuild GHSA-gv7w-rqvm-qjhr vulnerability (78d4f02)
- chore: update owner contact email to obfuscated format (5a7e0eb)
- chore(deps): maintenance deps weekly (fca70bd)
๐ Security
Package Verification
Verify the integrity of the downloaded package using SHA256:
# Verify source archive
sha256sum -c bmi-stellar-source-Stellar-v21.6.zip.sha256
# Verify build archive
sha256sum -c bmi-stellar-build-Stellar-v21.6.zip.sha256๐ License
This project is licensed under the GPL v3 License. See the LICENSE file for details.
๐ Acknowledgments
Thank you to all contributors and users who made this release possible!
Built with: SvelteKit + TypeScript + Vite
Maintainer: rezky_nightky (oxyzenQ)
Project: BMI Stellar