@athenna/config
Advanced tools
Comparing version 4.16.0 to 4.17.0
{ | ||
"name": "@athenna/config", | ||
"version": "4.16.0", | ||
"version": "4.17.0", | ||
"description": "Cache and handle environment variables and config files of Athenna.", | ||
@@ -56,3 +56,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"dotenv": "^16.4.0", | ||
"dotenv": "^16.4.1", | ||
"magicast": "^0.3.3", | ||
@@ -62,3 +62,3 @@ "syntax-error": "^1.4.0" | ||
"devDependencies": { | ||
"@athenna/common": "^4.34.0", | ||
"@athenna/common": "^4.35.0", | ||
"@athenna/test": "^4.22.0", | ||
@@ -65,0 +65,0 @@ "@athenna/tsconfig": "^4.12.0", |
@@ -16,3 +16,3 @@ /** | ||
*/ | ||
static setFile(path?: string): Promise<typeof Rc>; | ||
static setFile(path?: any): Promise<typeof Rc>; | ||
/** | ||
@@ -19,0 +19,0 @@ * Set or subscribe a KEY:VALUE property in some property of the RC configuration file. |
41305
Updateddotenv@^16.4.1