perf: 优化配置

This commit is contained in:
2025-04-18 23:08:23 +08:00
parent 0cc5c0f98e
commit 748aef5f79
2 changed files with 108 additions and 44 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@kevisual/use-config",
"version": "1.0.10",
"version": "1.0.11",
"types": "dist/config.d.ts",
"scripts": {
"build": "npm run clean && tsup",
@@ -20,13 +20,13 @@
"license": "UNLICENSED",
"type": "module",
"devDependencies": {
"@types/node": "^22.13.5",
"dotenv": "^16.4.7",
"fast-glob": "^3.3.2",
"@types/node": "^22.14.1",
"dotenv": "^16.5.0",
"fast-glob": "^3.3.3",
"json-schema-to-ts": "^3.1.1",
"json5": "^2.2.3",
"tsup": "^8.4.0",
"typescript": "^5.7.3"
"typescript": "^5.8.3"
},
"exports": {
".": {
@@ -54,6 +54,6 @@
"dotenv": "^16.4.7"
},
"dependencies": {
"@kevisual/load": "^0.0.4"
"@kevisual/load": "^0.0.6"
}
}