@tutti-os/workspace-file-preview 0.0.95 → 0.0.97

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 +5 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -9,3 +9,8 @@ responsible for reading bytes from the local workspace.
9
9
  It also exposes a small React preview surface for consumers that want the shared
10
10
  image, text, loading, and readonly rendering shell while keeping host-specific
11
11
  icons and localized copy outside this package.
12
+
13
+ HTML rendering is an explicit consumer opt-in. File-manager detail panes and
14
+ reference pickers intentionally leave it disabled so HTML files are shown as
15
+ source text; opening or executing an HTML document belongs to a separate browser
16
+ activation flow.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tutti-os/workspace-file-preview",
3
- "version": "0.0.95",
3
+ "version": "0.0.97",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",