@fluojs/studio 1.0.0-beta.4 → 1.0.0-beta.5
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 +1 -0
- package/README.md +1 -0
- package/package.json +1 -1
package/README.ko.md
CHANGED
|
@@ -104,6 +104,7 @@ Studio는 주로 웹 애플리케이션이지만, 배포된 패키지는 도구/
|
|
|
104
104
|
- `@fluojs/studio/viewer`: 브라우저 뷰어 번들의 `dist/index.html` 진입 파일
|
|
105
105
|
|
|
106
106
|
`@fluojs/studio`와 `@fluojs/studio/contracts`는 동등한 helper barrel을 노출합니다.
|
|
107
|
+
`@fluojs/studio/viewer`는 asset-only manifest subpath입니다. 호출자는 JavaScript module이나 TypeScript declaration entrypoint가 아니라 패키징된 HTML 파일 경로를 resolve합니다.
|
|
107
108
|
|
|
108
109
|
## 관련 패키지
|
|
109
110
|
|
package/README.md
CHANGED
|
@@ -104,6 +104,7 @@ Studio is primarily a web application, but the published package also exposes th
|
|
|
104
104
|
- `@fluojs/studio/viewer`: packaged `dist/index.html` entrypoint for the browser viewer bundle.
|
|
105
105
|
|
|
106
106
|
`@fluojs/studio` and `@fluojs/studio/contracts` expose equivalent helper barrels.
|
|
107
|
+
`@fluojs/studio/viewer` is an asset-only manifest subpath: callers resolve the packaged HTML file path, not a JavaScript module or TypeScript declaration entrypoint.
|
|
107
108
|
|
|
108
109
|
## Related Packages
|
|
109
110
|
|