fix(qenv): replace smartfile-based config loading with native fs and yaml parsing for env files

This commit is contained in:
2026-05-01 15:54:39 +00:00
parent c0d33340c3
commit 5e31dc93a3
13 changed files with 3777 additions and 3804 deletions
+8
View File
@@ -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