fix(qenv): Handle falsy environment values correctly, improve env source resolution, add tests and update test script

This commit is contained in:
2025-08-16 12:35:35 +00:00
parent a7e3bf1223
commit 5a81caa7bb
5 changed files with 168 additions and 18 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/qenv',
version: '6.1.2',
version: '6.1.3',
description: 'A module for easily handling environment variables in Node.js projects with support for .yml and .json configuration.'
}