@mandujs/cli 0.4.1 → 0.4.3

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.4.1",
3
+ "version": "0.4.3",
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.4.1"
35
+ "@mandujs/core": "^0.4.2"
36
36
  },
37
37
  "engines": {
38
38
  "bun": ">=1.0.0"
@@ -35,7 +35,7 @@ export async function build(options: BuildOptions = {}): Promise<boolean> {
35
35
  return false;
36
36
  }
37
37
 
38
- const manifest = specResult.manifest;
38
+ const manifest = specResult.data!;
39
39
  console.log(`✅ Spec 로드 완료: ${manifest.routes.length}개 라우트`);
40
40
 
41
41
  // 2. Hydration이 필요한 라우트 확인