@superdangerous/app-framework 4.17.8 → 4.17.9

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 (1) hide show
  1. package/package.json +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superdangerous/app-framework",
3
- "version": "4.17.8",
3
+ "version": "4.17.9",
4
4
  "description": "Opinionated TypeScript framework for vibecoding enterprise web and desktop apps — 20+ UI components, WebSocket, Electron, and production services pre-wired",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -59,6 +59,7 @@
59
59
  "clean": "rm -rf dist",
60
60
  "prebuild": "npm run clean",
61
61
  "postbuild": "node ./scripts/postbuild-ensure-cli-executables.cjs",
62
+ "prepack": "npm run build:all",
62
63
  "test": "npm run test:unit && npm run test:integration && npm run test:ui",
63
64
  "test:unit": "vitest run --config vitest.config.ts tests/unit",
64
65
  "test:integration": "vitest run --config tests/vitest.integration.config.ts tests/integration",