@rhwp/editor 0.6.0 → 0.6.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.
Files changed (2) hide show
  1. package/README.md +13 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -139,10 +139,23 @@ const editor = await createEditor('#editor', {
139
139
  - 뷰어만 필요하면 → `@rhwp/core`
140
140
  - 편집 기능이 필요하면 → `@rhwp/editor`
141
141
 
142
+ ## Third-Party Licenses
143
+
144
+ 이 패키지는 iframe을 통해 rhwp-studio를 임베드하며, 내부적으로 `@rhwp/core` WASM 엔진을 사용합니다.
145
+
146
+ 전체 목록: [THIRD_PARTY_LICENSES.md](https://github.com/edwardkim/rhwp/blob/main/THIRD_PARTY_LICENSES.md)
147
+
148
+ > 모든 의존성은 MIT 라이선스와 호환됩니다.
149
+
142
150
  ## Notice
143
151
 
144
152
  본 제품은 한글과컴퓨터의 한글 문서 파일(.hwp) 공개 문서를 참고하여 개발하였습니다.
145
153
 
154
+ ## Trademark
155
+
156
+ "한글", "한컴", "HWP", "HWPX"는 주식회사 한글과컴퓨터의 등록 상표입니다.
157
+ 본 패키지는 한글과컴퓨터와 제휴, 후원, 승인 관계가 없는 독립적인 오픈소스 프로젝트입니다.
158
+
146
159
  ## License
147
160
 
148
161
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rhwp/editor",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "HWP 에디터 웹 컴포넌트 — iframe 기반 임베드",
5
5
  "type": "module",
6
6
  "main": "index.js",