apex-dev 3.10.15 → 3.10.16

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 (3) hide show
  1. package/cli.js +17 -21
  2. package/dist/index.js +4180 -3183
  3. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apex-dev",
3
- "version": "3.10.15",
3
+ "version": "3.10.16",
4
4
  "description": "Apex AI - a friendly agentic coding assistant for the terminal",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -11,7 +11,7 @@
11
11
  "cli.js"
12
12
  ],
13
13
  "scripts": {
14
- "build": "NODE_ENV=production bun build entry.mjs --target=bun --outfile=dist/index.js --packages=external",
14
+ "build": "bun scripts/build-entry.mjs && NODE_ENV=production bun build entry.mjs --target=bun --outfile=dist/index.js --packages=external",
15
15
  "prepack": "npm run build",
16
16
  "start": "bun apex.mjs",
17
17
  "test": "echo \"Error: no test specified\" && exit 1"