@kumwe/studio-preview 0.1.0-alpha.6 → 0.1.0-beta.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/README.md CHANGED
@@ -1,6 +1,8 @@
1
1
  # `@kumwe/studio-preview`
2
2
 
3
- Status: pre-Gate-A foundation alpha. The channel is an executable contract spike, not a qualified adapter.
3
+ Status: governed beta development, still pre-Gate-A and not production-supported. The exact coordinated
4
+ version is in the workspace `studio-release.json`; this channel is an executable contract implementation,
5
+ not a qualified host adapter.
4
6
 
5
7
  An exact-origin, typed request channel between Studio and a host-rendered preview surface. A host can
6
8
  render Twig, Liquid, JSX, or another server template without teaching the canvas to reproduce its
@@ -0,0 +1,9 @@
1
+ # Third-party notices
2
+
3
+ <!-- Generated by scripts/generate-third-party-notices.mjs. Do not edit by hand. -->
4
+
5
+ Package: `@kumwe/studio-preview`
6
+
7
+ Production closure SHA-256: `4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945`
8
+
9
+ This package has no third-party runtime dependencies.
package/dist/index.js CHANGED
@@ -1,4 +1 @@
1
- export { PreviewClient, PreviewChannelError, } from './preview-client.js';
2
- export { PreviewHost, } from './preview-host.js';
3
- export { canonicalPreviewDraftBytes, computePreviewDraftDigest, createPreviewMarker, createPreviewMarkerInventory, } from './preview-identity.js';
4
- //# sourceMappingURL=index.js.map
1
+ export{PreviewClient,PreviewChannelError}from"./preview-client.js";export{PreviewHost}from"./preview-host.js";export{canonicalPreviewDraftBytes,computePreviewDraftDigest,createPreviewMarker,createPreviewMarkerInventory}from"./preview-identity.js";