Refactor code structure for improved readability and maintainability

This commit is contained in:
2026-01-21 17:35:32 +08:00
parent f420125c78
commit b61e32d883
2 changed files with 69 additions and 396 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@kevisual/api",
"version": "0.0.17",
"version": "0.0.18",
"description": "",
"main": "mod.ts",
"scripts": {
@@ -18,24 +18,24 @@
"keywords": [],
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
"license": "MIT",
"packageManager": "pnpm@10.27.0",
"packageManager": "pnpm@10.28.1",
"type": "module",
"devDependencies": {
"@kevisual/cache": "^0.0.5",
"@kevisual/query": "^0.0.34",
"@kevisual/router": "^0.0.52",
"@kevisual/types": "^0.0.10",
"@kevisual/use-config": "^1.0.21",
"@types/bun": "^1.3.5",
"@types/node": "^25.0.3",
"@kevisual/query": "^0.0.35",
"@kevisual/router": "^0.0.60",
"@kevisual/types": "^0.0.11",
"@kevisual/use-config": "^1.0.28",
"@types/bun": "^1.3.6",
"@types/node": "^25.0.9",
"dotenv": "^17.2.3",
"fast-glob": "^3.3.3"
},
"dependencies": {
"@kevisual/js-filter": "^0.0.3",
"@kevisual/js-filter": "^0.0.5",
"@kevisual/load": "^0.0.6",
"es-toolkit": "^1.43.0",
"eventemitter3": "^5.0.1",
"es-toolkit": "^1.44.0",
"eventemitter3": "^5.0.4",
"nanoid": "^5.1.6"
},
"exports": {