blade-code 0.0.3 → 0.0.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/dist/blade.js +195 -199
  2. package/package.json +8 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "blade-code",
3
- "version": "0.0.3",
3
+ "version": "0.0.5",
4
4
  "private": false,
5
5
  "description": "🗡️ Blade Code - 智能代码助手命令行工具",
6
6
  "type": "module",
@@ -75,16 +75,14 @@
75
75
  "node": ">=16.0.0"
76
76
  },
77
77
  "devDependencies": {
78
- "@babel/core": "^7.23.0",
79
- "@babel/preset-env": "^7.23.0",
80
- "@babel/preset-react": "^7.22.0",
81
78
  "@biomejs/biome": "^2.2.4",
82
79
  "@testing-library/react": "^16.2.0",
83
80
  "@testing-library/user-event": "^14.5.0",
84
81
  "@types/inquirer": "^9.0.8",
85
- "@types/jest": "^30.0.0",
82
+ "@types/json-schema": "^7.0.15",
86
83
  "@types/lodash-es": "^4.17.12",
87
84
  "@types/node": "^22.15.24",
85
+ "@types/picomatch": "^4.0.2",
88
86
  "@types/react": "^19.1.12",
89
87
  "@types/react-dom": "^19.1.9",
90
88
  "@types/uuid": "^10.0.0",
@@ -98,21 +96,21 @@
98
96
  },
99
97
  "dependencies": {
100
98
  "@modelcontextprotocol/sdk": "^1.17.4",
101
- "@types/react": "^19.1.12",
102
- "@types/react-dom": "^19.1.9",
103
99
  "ahooks": "^3.9.5",
104
- "axios": "^1.9.0",
100
+ "axios": "^1.12.2",
105
101
  "chalk": "^5.4.1",
106
102
  "ink": "^6.2.3",
107
103
  "inquirer": "^12.6.3",
108
104
  "lodash-es": "^4.17.21",
109
105
  "lowlight": "^3.3.0",
110
- "openai": "^4.103.0",
106
+ "openai": "^6.2.0",
107
+ "picomatch": "^4.0.3",
111
108
  "react": "^19.1.1",
112
109
  "react-dom": "^19.1.1",
113
110
  "uuid": "^11.1.0",
114
111
  "ws": "^8.18.0",
115
112
  "yargs": "^18.0.0",
116
- "zod": "^3.24.2"
113
+ "zod": "^3.24.2",
114
+ "zod-to-json-schema": "^3.24.6"
117
115
  }
118
116
  }