@athenna/config
Advanced tools
Comparing version 4.5.0 to 4.6.0
{ | ||
"name": "@athenna/config", | ||
"version": "4.5.0", | ||
"version": "4.6.0", | ||
"description": "Cache and handle environment variables and config files of Athenna.", | ||
@@ -24,4 +24,4 @@ "license": "MIT", | ||
"lint:fix": "eslint \"{bin,src,tests}/**/*.ts\" --fix", | ||
"test": "npm run --silent lint:fix && node --import=@athenna/tsconfig bin/test.ts", | ||
"test:debug": "cross-env NODE_DEBUG=athenna:* node --inspect --import=@athenna/tsconfig bin/test.ts", | ||
"test": "npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts", | ||
"test:debug": "cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts", | ||
"test:coverage": "c8 npm run --silent test" | ||
@@ -58,8 +58,8 @@ }, | ||
"dotenv": "^16.3.1", | ||
"magicast": "^0.2.10", | ||
"magicast": "^0.2.11", | ||
"syntax-error": "^1.4.0" | ||
}, | ||
"devDependencies": { | ||
"@athenna/common": "^4.17.0", | ||
"@athenna/test": "^4.10.0", | ||
"@athenna/common": "^4.17.2", | ||
"@athenna/test": "^4.11.0", | ||
"@athenna/tsconfig": "^4.8.2", | ||
@@ -66,0 +66,0 @@ "@types/lodash": "^4.14.191", |
40968
Updatedmagicast@^0.2.11