@mandujs/cli 0.5.0 → 0.5.1

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": "@mandujs/cli",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "Agent-Native Fullstack Framework - 에이전트가 코딩해도 아키텍처가 무너지지 않는 개발 OS",
5
5
  "type": "module",
6
6
  "main": "./src/main.ts",
@@ -32,7 +32,7 @@
32
32
  "access": "public"
33
33
  },
34
34
  "dependencies": {
35
- "@mandujs/core": "^0.5.0"
35
+ "@mandujs/core": "^0.5.1"
36
36
  },
37
37
  "engines": {
38
38
  "bun": ">=1.0.0"
@@ -109,6 +109,7 @@ export async function dev(options: DevOptions = {}): Promise<void> {
109
109
  port,
110
110
  isDev: true,
111
111
  hmrPort: hmrServer ? port : undefined,
112
+ bundleManifest: devBundler?.manifest,
112
113
  });
113
114
 
114
115
  // 정리 함수