@huyooo/ai-chat-tools-cloud 0.2.29 → 0.2.31

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 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@huyooo/ai-chat-tools-cloud",
3
- "version": "0.2.29",
3
+ "version": "0.2.31",
4
4
  "description": "AI Chat 云端工具集(weather, web-search 等纯 API 调用工具)",
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
  },
@@ -45,12 +44,6 @@
45
44
  "author": "huyooo",
46
45
  "license": "SEE LICENSE IN LICENSE",
47
46
  "publishConfig": {
48
- "access": "public",
49
- "exports": {
50
- ".": {
51
- "types": "./dist/index.d.ts",
52
- "import": "./dist/index.js"
53
- }
54
- }
47
+ "access": "public"
55
48
  }
56
49
  }