fix(qenv): replace smartfile-based config loading with native fs and yaml parsing for env files
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## 2026-05-01 - 6.1.4 - fix(qenv)
|
||||
replace smartfile-based config loading with native fs and yaml parsing for env files
|
||||
|
||||
- switch env and qenv file parsing to native fs with explicit JSON/YAML handling
|
||||
- tighten TypeScript typings and optional path handling to avoid undefined and non-Error access issues
|
||||
- update ConfigVault adapter to return the env bundle shape expected by consumers
|
||||
- refresh build tooling and add yaml as a runtime dependency
|
||||
|
||||
## 2025-08-16 - 6.1.3 - fix(qenv)
|
||||
Handle falsy environment values correctly, improve env source resolution, add tests and update test script
|
||||
|
||||
|
||||
Reference in New Issue
Block a user