@athenna/config
Advanced tools
Comparing version 3.2.5 to 3.3.0
{ | ||
"name": "@athenna/config", | ||
"version": "3.2.5", | ||
"version": "3.3.0", | ||
"description": "Cache and handle environment variables and config files of Athenna.", | ||
@@ -50,4 +50,4 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@athenna/common": "^3.4.5", | ||
"@athenna/test": "^3.2.3", | ||
"@athenna/common": "^3.5.0", | ||
"@athenna/test": "^3.3.0", | ||
"@japa/assert": "^1.3.6", | ||
@@ -60,4 +60,4 @@ "@japa/run-failed-tests": "^1.1.0", | ||
"@types/syntax-error": "^1.4.2", | ||
"@typescript-eslint/eslint-plugin": "^5.48.1", | ||
"@typescript-eslint/parser": "^5.48.1", | ||
"@typescript-eslint/eslint-plugin": "^5.56.0", | ||
"@typescript-eslint/parser": "^5.56.0", | ||
"c8": "^7.12.0", | ||
@@ -67,4 +67,4 @@ "commitizen": "^4.2.6", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"eslint": "^8.32.0", | ||
"eslint-config-prettier": "^8.6.0", | ||
"eslint": "^8.36.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"eslint-config-standard": "^17.0.0", | ||
@@ -78,3 +78,3 @@ "eslint-plugin-import": "^2.27.5", | ||
"minimist": "^1.2.7", | ||
"prettier": "^2.8.3", | ||
"prettier": "^2.8.7", | ||
"reflect-metadata": "^0.1.13", | ||
@@ -84,3 +84,3 @@ "rimraf": "^3.0.2", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.9.4" | ||
"typescript": "^5.0.2" | ||
}, | ||
@@ -87,0 +87,0 @@ "c8": { |
@@ -12,3 +12,3 @@ /** | ||
import { RecursiveConfigException } from '#src/Exceptions/RecursiveConfigException'; | ||
export class Config { | ||
class Config { | ||
/** | ||
@@ -158,1 +158,2 @@ * Object to save all the configurations. | ||
} | ||
export { Config }; |
24991
578