feat(FN-2610): merge fusion/fn-2610 (auto-resolved)

- fix(FN-2610): add changeset for health version fix
- test(FN-2610): verify health endpoint returns real package version
- fix(FN-2610): read version from package.json in health endpoint
This commit is contained in:
Fusion
2026-04-26 13:34:28 -07:00
committed by gsxdsm
parent 9e35c064f5
commit 16ec2047cb
3 changed files with 51 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": patch
---
Fix dashboard health/version reporting to read the version from package.json instead of relying on npm_package_version with a stale hardcoded fallback.