command-code 0.24.0 → 0.24.2
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.
- package/dist/index.mjs +121 -121
- package/package.json +1 -3
- package/vsix/commandcode-vscode.vsix +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "command-code",
|
|
3
|
-
"version": "0.24.
|
|
3
|
+
"version": "0.24.2",
|
|
4
4
|
"description": "Command Code, coding agent that continuously learns your coding taste",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.mjs",
|
|
@@ -98,7 +98,6 @@
|
|
|
98
98
|
"execa": "^9.6.1",
|
|
99
99
|
"ink-testing-library": "^4.0.0",
|
|
100
100
|
"javascript-obfuscator": "^4.1.1",
|
|
101
|
-
"pkg": "^5.8.1",
|
|
102
101
|
"terser": "^5.43.1",
|
|
103
102
|
"tsup": "^8.5.0",
|
|
104
103
|
"vitest": "^3.2.4",
|
|
@@ -110,7 +109,6 @@
|
|
|
110
109
|
"build:balanced": "tsup --config tsup.config.balanced.ts",
|
|
111
110
|
"build:bun": "bun run build.bun.js",
|
|
112
111
|
"build:bun:exe": "bun build ./src/index.ts --compile --outfile dist/command-code",
|
|
113
|
-
"build:pkg": "pnpm build && pkg dist/index.cjs -t node18-macos-x64,node18-linux-x64,node18-win-x64 --out-path dist/binaries",
|
|
114
112
|
"dev": "tsup --watch src",
|
|
115
113
|
"link:local": "ln -sf $(pwd)/dist/index.mjs /usr/local/bin/dmd && chmod +x /usr/local/bin/dmd",
|
|
116
114
|
"unlink:local": "rm -f /usr/local/bin/dmd",
|
|
Binary file
|