@kohryan/moodui 0.0.13 → 0.0.14

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/dist/cli.d.mts CHANGED
@@ -1 +1,2 @@
1
- #!/usr/bin/env node
1
+
2
+ export { }
package/dist/cli.mjs CHANGED
@@ -1,5 +1,4 @@
1
1
  #!/usr/bin/env node
2
- #!/usr/bin/env node
3
2
 
4
3
  // src/cli.ts
5
4
  import fs6 from "fs/promises";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kohryan/moodui",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "description": "MoodUI - AI-friendly UI spec + React renderer",
5
5
  "license": "MIT",
6
6
  "sideEffects": false,
@@ -9,6 +9,9 @@ export default defineConfig({
9
9
  port: 3000,
10
10
  open: true
11
11
  },
12
+ build: {
13
+ emptyOutDir: true
14
+ },
12
15
  resolve: {
13
16
  alias: {
14
17
  "@kohryan/moodui": path.resolve(__dirname, "../index.ts")