@athenna/config
Advanced tools
Comparing version 3.2.1 to 3.2.2
{ | ||
"name": "@athenna/config", | ||
"version": "3.2.1", | ||
"version": "3.2.2", | ||
"description": "Cache and handle environment variables and config files of Athenna.", | ||
@@ -19,4 +19,3 @@ "license": "MIT", | ||
"scripts": { | ||
"build": "sh node bin/build.ts", | ||
"lint:fix": "eslint \"{src,tests}/**/*.ts\" --fix", | ||
"lint:fix": "eslint \"{bin,src,tests}/**/*.ts\" --fix", | ||
"test": "npm run --silent lint:fix && sh node bin/test.ts", | ||
@@ -27,17 +26,19 @@ "test:debug": "cross-env DEBUG=api:* sh node --inspect bin/test.ts", | ||
"files": [ | ||
"build/*.js", | ||
"build/*.d.ts", | ||
"build/**/*.js", | ||
"build/**/*.d.ts", | ||
"templates/**" | ||
"src/*.js", | ||
"src/*.d.ts", | ||
"src/**/*.js", | ||
"src/**/*.d.ts", | ||
"templates" | ||
], | ||
"type": "module", | ||
"main": "./build/index.js", | ||
"types": "./build/index.d.ts", | ||
"main": "./src/index.js", | ||
"types": "./src/index.d.ts", | ||
"exports": { | ||
".": "./build/index.js" | ||
".": "./src/index.js" | ||
}, | ||
"imports": { | ||
"#src/*": "./build/*.js", | ||
"#src": "./build/index.js", | ||
"#bin/*": "./bin/*.js", | ||
"#bin": "./bin/index.js", | ||
"#src/*": "./src/*.js", | ||
"#src": "./src/index.js", | ||
"#tests/*": "./tests/*.js", | ||
@@ -51,3 +52,3 @@ "#tests": "./tests/index.js" | ||
"devDependencies": { | ||
"@athenna/common": "^3.4.2", | ||
"@athenna/common": "^3.4.4", | ||
"@athenna/test": "^3.2.2", | ||
@@ -54,0 +55,0 @@ "@japa/assert": "^1.3.6", |
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
24958
1