tolingcode 2026.3.8-4 → 2026.3.8-5

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 (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +6 -3
package/README.md CHANGED
@@ -63,8 +63,8 @@ tolingcode list
63
63
  # 只列出技能
64
64
  tolingcode list skills
65
65
 
66
- # 搜索技能
67
- tolingcode search weather
66
+ # 搜索技能 订单发货
67
+ tolingcode search order-fulfillment
68
68
  ```
69
69
 
70
70
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tolingcode",
3
- "version": "2026.03.08-4",
3
+ "version": "2026.03.08-5",
4
4
  "description": "TolingCode CLI - Install skills and apps from toling.me",
5
5
  "main": "bin/tolingcode.js",
6
6
  "files": [
@@ -21,10 +21,13 @@
21
21
  "author": "TolingCode",
22
22
  "license": "MIT",
23
23
  "dependencies": {
24
- "commander": "^11.0.0",
24
+ "axios": "^1.6.0",
25
25
  "chalk": "^4.1.2",
26
+ "commander": "^11.0.0",
27
+ "cors": "^2.8.6",
28
+ "express": "^5.2.1",
29
+ "multer": "^2.1.1",
26
30
  "ora": "^5.4.1",
27
- "axios": "^1.6.0",
28
31
  "tar": "^6.2.0"
29
32
  },
30
33
  "engines": {