@robinmordasiewicz/xcsh 6.19.0 → 6.21.0

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": "@robinmordasiewicz/xcsh",
3
- "version": "6.19.0",
3
+ "version": "6.21.0",
4
4
  "description": "F5 Distributed Cloud Shell - Interactive CLI for F5 XC",
5
5
  "type": "module",
6
6
  "bin": {
@@ -25,6 +25,7 @@
25
25
  "build:binaries": "./scripts/build-binaries.sh",
26
26
  "build:release": "npm run build && npm run build:binaries",
27
27
  "dev": "tsx src/index.tsx",
28
+ "build:dev": "npm run build && ${HOME}/.bun/bin/bun build dist/index.js --compile --outfile ./xcsh",
28
29
  "start": "node dist/index.js",
29
30
  "test": "vitest",
30
31
  "test:coverage": "vitest --coverage",