v15.0.6
Fixed
- Heroku/Docker builds: Removed npm-shrinkwrap.json from bridge packages that incorrectly included
devDependencies (mocha → chokidar → fsevents), causing EBADPLATFORM errors on Linux builds
Changed
- Updated share2nightscout-bridge to 0.2.12
- Updated minimed-connect-to-nightscout to 1.5.8
Notes
This is a follow-up fix to v15.0.5. The previous release added --omit=optional --force to Dockerfile but
the root cause was shrinkwrap files in bridge dependencies bundling darwin-only packages. This release uses
bridge versions with shrinkwraps removed entirely.
Full Changelog: v15.0.5...v15.0.6