blade-code 0.0.5 → 0.0.6

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 +95 -96
  2. package/package.json +9 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "blade-code",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "private": false,
5
5
  "description": "🗡️ Blade Code - 智能代码助手命令行工具",
6
6
  "type": "module",
@@ -16,7 +16,7 @@
16
16
  ],
17
17
  "scripts": {
18
18
  "dev": "bun --watch src/blade.tsx",
19
- "build": "rm -rf dist && bun build src/blade.tsx --external react-devtools-core --external react --external react-dom --external ink --external yargs --external chalk --external inquirer --minify --outfile dist/blade.js --target=node",
19
+ "build": "rm -rf dist && bun build src/blade.tsx --external react-devtools-core --external react --external react-dom --external ink --external ink-* --external yargs --external chalk --external inquirer --minify --outfile dist/blade.js --target=node",
20
20
  "start": "bun run dist/blade.js",
21
21
  "test": "vitest",
22
22
  "test:watch": "vitest --watch",
@@ -100,6 +100,13 @@
100
100
  "axios": "^1.12.2",
101
101
  "chalk": "^5.4.1",
102
102
  "ink": "^6.2.3",
103
+ "ink-big-text": "^2.0.0",
104
+ "ink-gradient": "^3.0.0",
105
+ "ink-multi-select": "^2.0.0",
106
+ "ink-progress-bar": "^3.0.0",
107
+ "ink-select-input": "^6.2.0",
108
+ "ink-spinner": "^5.0.0",
109
+ "ink-text-input": "^6.0.0",
103
110
  "inquirer": "^12.6.3",
104
111
  "lodash-es": "^4.17.21",
105
112
  "lowlight": "^3.3.0",