blade-code 0.0.2 → 0.0.4

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/dist/blade.js +142 -146
  2. package/package.json +4 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "blade-code",
3
- "version": "0.0.2",
3
+ "version": "0.0.4",
4
4
  "private": false,
5
5
  "description": "🗡️ Blade Code - 智能代码助手命令行工具",
6
6
  "type": "module",
@@ -85,6 +85,7 @@
85
85
  "@types/jest": "^30.0.0",
86
86
  "@types/lodash-es": "^4.17.12",
87
87
  "@types/node": "^22.15.24",
88
+ "@types/picomatch": "^4.0.2",
88
89
  "@types/react": "^19.1.12",
89
90
  "@types/react-dom": "^19.1.9",
90
91
  "@types/uuid": "^10.0.0",
@@ -101,13 +102,14 @@
101
102
  "@types/react": "^19.1.12",
102
103
  "@types/react-dom": "^19.1.9",
103
104
  "ahooks": "^3.9.5",
104
- "axios": "^1.9.0",
105
+ "axios": "^1.12.2",
105
106
  "chalk": "^5.4.1",
106
107
  "ink": "^6.2.3",
107
108
  "inquirer": "^12.6.3",
108
109
  "lodash-es": "^4.17.21",
109
110
  "lowlight": "^3.3.0",
110
111
  "openai": "^4.103.0",
112
+ "picomatch": "^4.0.3",
111
113
  "react": "^19.1.1",
112
114
  "react-dom": "^19.1.1",
113
115
  "uuid": "^11.1.0",