@athenna/config
Advanced tools
Comparing version 4.22.0 to 4.23.0
{ | ||
"name": "@athenna/config", | ||
"version": "4.22.0", | ||
"version": "4.23.0", | ||
"description": "Cache and handle environment variables and config files of Athenna.", | ||
@@ -61,16 +61,16 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@athenna/common": "^4.42.0", | ||
"@athenna/test": "^4.24.0", | ||
"@athenna/tsconfig": "^4.12.0", | ||
"@types/lodash": "^4.14.191", | ||
"@types/syntax-error": "^1.4.2", | ||
"@typescript-eslint/eslint-plugin": "^6.7.4", | ||
"@typescript-eslint/parser": "^6.7.4", | ||
"@athenna/common": "^4.43.0", | ||
"@athenna/test": "^4.26.0", | ||
"@athenna/tsconfig": "^4.16.0", | ||
"@types/lodash": "^4.17.4", | ||
"@types/syntax-error": "^1.4.5", | ||
"@typescript-eslint/eslint-plugin": "^7.9.0", | ||
"@typescript-eslint/parser": "^7.9.0", | ||
"commitizen": "^4.3.0", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"eslint": "^8.36.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"eslint-config-standard": "^17.0.0", | ||
"eslint-plugin-import": "^2.27.5", | ||
"eslint-plugin-n": "^15.6.1", | ||
"eslint": "^8.57.0", | ||
"eslint-config-prettier": "^8.10.0", | ||
"eslint-config-standard": "^17.1.0", | ||
"eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-n": "^15.7.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
@@ -80,3 +80,3 @@ "eslint-plugin-promise": "^6.1.1", | ||
"lint-staged": "^12.5.0", | ||
"prettier": "^2.8.7" | ||
"prettier": "^2.8.8" | ||
}, | ||
@@ -83,0 +83,0 @@ "c8": { |
@@ -57,3 +57,3 @@ /** | ||
*/ | ||
static getCliEnvFlag(): any; | ||
static getCliEnvFlag(): string | true; | ||
} |
42071