fix(core): Improve handling of env.json and env.yml file checks

This commit is contained in:
2024-11-18 19:19:30 +01:00
parent fa00f33c13
commit bedefd3efe
3 changed files with 70 additions and 7 deletions

View File

@@ -1,8 +1,8 @@
/**
* autocreated commitinfo by @pushrocks/commitinfo
* autocreated commitinfo by @push.rocks/commitinfo
*/
export const commitinfo = {
name: '@push.rocks/qenv',
version: '6.0.5',
description: 'easy promised environments'
version: '6.0.6',
description: 'A module for easily handling environment variables in Node.js projects with support for .yml and .json configuration.'
}