@athenna/config
Advanced tools
Comparing version 3.1.1 to 3.1.2
@@ -10,4 +10,4 @@ /** | ||
import dotenv from 'dotenv'; | ||
import { Env } from '#src'; | ||
import { Is, Path } from '@athenna/common'; | ||
import { Env } from '#src/index'; | ||
export class EnvHelper { | ||
@@ -14,0 +14,0 @@ /** |
@@ -9,4 +9,6 @@ /** | ||
*/ | ||
export * from './Globals/Env.js'; | ||
export * from './Globals/Config.js'; | ||
export * from './Env/Env.js'; | ||
export * from './Config/Config.js'; | ||
export * from './Helpers/EnvHelper.js'; |
@@ -9,6 +9,6 @@ /** | ||
*/ | ||
import('./Globals/Env.js'); | ||
import('./Globals/Config.js'); | ||
export * from './Globals/Env.js'; | ||
export * from './Globals/Config.js'; | ||
export * from './Env/Env.js'; | ||
export * from './Config/Config.js'; | ||
export * from './Helpers/EnvHelper.js'; |
{ | ||
"name": "@athenna/config", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"description": "Cache and handle environment variables and config files of Athenna.", | ||
@@ -19,6 +19,6 @@ "license": "MIT", | ||
"scripts": { | ||
"build": "rimraf build && tsc", | ||
"build": "ts-node bin/build.ts", | ||
"lint:fix": "eslint \"{src,tests}/**/*.ts\" --fix", | ||
"test": "npm run --silent lint:fix && ts-node ./bin/test.ts", | ||
"test:debug": "cross-env DEBUG=api:* ts-node ./bin/test.ts --inspect", | ||
"test": "npm run --silent lint:fix && ts-node bin/test.ts", | ||
"test:debug": "cross-env DEBUG=api:* ts-node bin/test.ts --inspect", | ||
"test:coverage": "c8 npm run --silent test" | ||
@@ -140,3 +140,4 @@ }, | ||
"Path": true, | ||
"Config": true | ||
"Config": true, | ||
"container": true | ||
}, | ||
@@ -143,0 +144,0 @@ "plugins": [ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
24365
559
0