@jbpark/live-editor 1.3.0 → 1.5.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/README.ko.md CHANGED
@@ -19,7 +19,7 @@ live-editor/
19
19
  │ │ ├─ Playground/ # 메인 에디터 페이지
20
20
  │ │ └─ Preview/ # 전체화면 프리뷰 페이지
21
21
  │ ├─ utils/ast/ # AST 조작 및 코드 생성
22
- │ ├─ enums/ # 상수 및 설정
22
+ │ ├─ constants/ # 상수 및 설정
23
23
  │ ├─ types/ # TypeScript 타입 정의
24
24
  │ └─ App.tsx # 라우팅이 포함된 앱 레이아웃
25
25
  └─ package.json
package/README.md CHANGED
@@ -19,7 +19,7 @@ live-editor/
19
19
  │ │ ├─ Playground/ # Main editor page
20
20
  │ │ └─ Preview/ # Full-screen preview page
21
21
  │ ├─ utils/ast/ # AST manipulation & code generation
22
- │ ├─ enums/ # Constants and configurations
22
+ │ ├─ constants/ # Constants and configurations
23
23
  │ ├─ types/ # TypeScript type definitions
24
24
  │ └─ App.tsx # App layout with routing
25
25
  └─ package.json