@kevisual/api 0.0.17 → 0.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kevisual/api",
3
- "version": "0.0.17",
3
+ "version": "0.0.18",
4
4
  "description": "",
5
5
  "main": "mod.ts",
6
6
  "scripts": {
@@ -18,24 +18,24 @@
18
18
  "keywords": [],
19
19
  "author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
20
20
  "license": "MIT",
21
- "packageManager": "pnpm@10.27.0",
21
+ "packageManager": "pnpm@10.28.1",
22
22
  "type": "module",
23
23
  "devDependencies": {
24
24
  "@kevisual/cache": "^0.0.5",
25
- "@kevisual/query": "^0.0.34",
26
- "@kevisual/router": "^0.0.52",
27
- "@kevisual/types": "^0.0.10",
28
- "@kevisual/use-config": "^1.0.21",
29
- "@types/bun": "^1.3.5",
30
- "@types/node": "^25.0.3",
25
+ "@kevisual/query": "^0.0.35",
26
+ "@kevisual/router": "^0.0.60",
27
+ "@kevisual/types": "^0.0.11",
28
+ "@kevisual/use-config": "^1.0.28",
29
+ "@types/bun": "^1.3.6",
30
+ "@types/node": "^25.0.9",
31
31
  "dotenv": "^17.2.3",
32
32
  "fast-glob": "^3.3.3"
33
33
  },
34
34
  "dependencies": {
35
- "@kevisual/js-filter": "^0.0.3",
35
+ "@kevisual/js-filter": "^0.0.5",
36
36
  "@kevisual/load": "^0.0.6",
37
- "es-toolkit": "^1.43.0",
38
- "eventemitter3": "^5.0.1",
37
+ "es-toolkit": "^1.44.0",
38
+ "eventemitter3": "^5.0.4",
39
39
  "nanoid": "^5.1.6"
40
40
  },
41
41
  "exports": {
@@ -11,10 +11,10 @@ type RouteViewBase = {
11
11
  /**
12
12
  * _id 用于纯本地存储标识
13
13
  */
14
- _id: string;
15
- id: string;
16
- title: string;
17
- description: string;
14
+ _id?: string;
15
+ id?: string;
16
+ title?: string;
17
+ description?: string;
18
18
  enabled?: boolean;
19
19
  /**
20
20
  * 响应数据