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
+1 -1
View File
@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/qenv',
version: '6.1.3',
version: '6.1.4',
description: 'A module for easily handling environment variables in Node.js projects with support for .yml and .json configuration.'
}