@brainervirus/workit-cli 0.5.3 → 0.5.4

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": "@brainervirus/workit-cli",
3
- "version": "0.5.3",
3
+ "version": "0.5.4",
4
4
  "private": false,
5
5
  "description": "Workit interactive setup wizard (Ink TUI)",
6
6
  "license": "MIT",
@@ -26,7 +26,7 @@
26
26
  "workit": "./dist/index.js"
27
27
  },
28
28
  "scripts": {
29
- "build": "bun build ./src/index.tsx --outdir dist --target node --format esm --banner \"#!/usr/bin/env node\" --external ink --external @inkjs/ui --external react",
29
+ "build": "bun build ./src/index.tsx --outdir dist --target node --format esm --banner \"#!/usr/bin/env node\" --external react-devtools-core --splitting",
30
30
  "typecheck": "tsc --noEmit",
31
31
  "prepublishOnly": "bun run build && bun run typecheck"
32
32
  },