@athenna/config
Advanced tools
Comparing version 4.23.0 to 4.24.0
{ | ||
"name": "@athenna/config", | ||
"version": "4.23.0", | ||
"version": "4.24.0", | ||
"description": "Cache and handle environment variables and config files of Athenna.", | ||
@@ -62,8 +62,8 @@ "license": "MIT", | ||
"@athenna/common": "^4.43.0", | ||
"@athenna/test": "^4.26.0", | ||
"@athenna/test": "^4.28.0", | ||
"@athenna/tsconfig": "^4.16.0", | ||
"@types/lodash": "^4.17.4", | ||
"@types/lodash": "^4.17.7", | ||
"@types/syntax-error": "^1.4.5", | ||
"@typescript-eslint/eslint-plugin": "^7.9.0", | ||
"@typescript-eslint/parser": "^7.9.0", | ||
"@typescript-eslint/eslint-plugin": "^7.17.0", | ||
"@typescript-eslint/parser": "^7.17.0", | ||
"commitizen": "^4.3.0", | ||
@@ -77,3 +77,3 @@ "cz-conventional-changelog": "^3.3.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"eslint-plugin-promise": "^6.1.1", | ||
"eslint-plugin-promise": "^6.6.0", | ||
"husky": "^3.1.0", | ||
@@ -80,0 +80,0 @@ "lint-staged": "^12.5.0", |
@@ -9,3 +9,2 @@ /** | ||
*/ | ||
/// <reference types="node" resolution-mode="require"/> | ||
export declare const debug: import("util").DebugLogger; |
42017
1077