command-code 0.24.1 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "command-code",
3
- "version": "0.24.1",
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",
@@ -81,9 +81,6 @@
81
81
  "uuid": "^14.0.0",
82
82
  "zod": "^4.0.17"
83
83
  },
84
- "optionalDependencies": {
85
- "axiom": "^2.5.0"
86
- },
87
84
  "devDependencies": {
88
85
  "@lydell/node-pty": "1.1.0",
89
86
  "@lydell/node-pty-darwin-arm64": "1.1.0",
@@ -101,7 +98,6 @@
101
98
  "execa": "^9.6.1",
102
99
  "ink-testing-library": "^4.0.0",
103
100
  "javascript-obfuscator": "^4.1.1",
104
- "pkg": "^5.8.1",
105
101
  "terser": "^5.43.1",
106
102
  "tsup": "^8.5.0",
107
103
  "vitest": "^3.2.4",
@@ -113,7 +109,6 @@
113
109
  "build:balanced": "tsup --config tsup.config.balanced.ts",
114
110
  "build:bun": "bun run build.bun.js",
115
111
  "build:bun:exe": "bun build ./src/index.ts --compile --outfile dist/command-code",
116
- "build:pkg": "pnpm build && pkg dist/index.cjs -t node18-macos-x64,node18-linux-x64,node18-win-x64 --out-path dist/binaries",
117
112
  "dev": "tsup --watch src",
118
113
  "link:local": "ln -sf $(pwd)/dist/index.mjs /usr/local/bin/dmd && chmod +x /usr/local/bin/dmd",
119
114
  "unlink:local": "rm -f /usr/local/bin/dmd",
Binary file