@huyooo/ai-chat-tools-local 0.2.29 → 0.2.30

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.
Files changed (1) hide show
  1. package/package.json +2 -21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@huyooo/ai-chat-tools-local",
3
- "version": "0.2.29",
3
+ "version": "0.2.30",
4
4
  "description": "AI Chat 本地工具集(execute-command, get-cwd, ui-actions 等需要本地环境的工具)",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -9,7 +9,6 @@
9
9
  "exports": {
10
10
  ".": {
11
11
  "types": "./dist/index.d.ts",
12
- "development": "./src/index.ts",
13
12
  "import": "./dist/index.js"
14
13
  },
15
14
  "./get-cwd": {
@@ -60,24 +59,6 @@
60
59
  "author": "huyooo",
61
60
  "license": "SEE LICENSE IN LICENSE",
62
61
  "publishConfig": {
63
- "access": "public",
64
- "exports": {
65
- ".": {
66
- "types": "./dist/index.d.ts",
67
- "import": "./dist/index.js"
68
- },
69
- "./get-cwd": {
70
- "types": "./dist/get-cwd.d.ts",
71
- "import": "./dist/get-cwd.js"
72
- },
73
- "./get-platform": {
74
- "types": "./dist/get-platform.d.ts",
75
- "import": "./dist/get-platform.js"
76
- },
77
- "./execute-command": {
78
- "types": "./dist/execute-command.d.ts",
79
- "import": "./dist/execute-command.js"
80
- }
81
- }
62
+ "access": "public"
82
63
  }
83
64
  }