apex-dev 3.10.4 → 3.10.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apex-dev",
3
- "version": "3.10.4",
3
+ "version": "3.10.5",
4
4
  "description": "Apex AI - a friendly agentic coding assistant for the terminal",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -10,9 +10,9 @@
10
10
  "dist/"
11
11
  ],
12
12
  "scripts": {
13
- "build": "NODE_ENV=production bun build index.jsx --target=bun --outdir=dist",
13
+ "build": "NODE_ENV=production bun build entry.mjs --target=bun --outfile=dist/index.js --packages=external",
14
14
  "prepack": "npm run build",
15
- "start": "bun index.jsx",
15
+ "start": "bun entry.mjs",
16
16
  "test": "echo \"Error: no test specified\" && exit 1"
17
17
  },
18
18
  "keywords": [],