@jtfmumm/patchwork-standalone-frame 0.4.0 → 0.4.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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -140,9 +140,9 @@ pnpm preview
140
140
 
141
141
  Mounts the standalone frame into a DOM element.
142
142
 
143
- - **`root`** the HTML element to mount into
144
- - **`toolOrPlugins`** either a `ToolRegistration<D>` object or a `Plugin<D>[]` array (patchwork plugin convention)
145
- - **`config`** optional `StandaloneFrameConfig`
143
+ - **`root`**: the HTML element to mount into
144
+ - **`toolOrPlugins`**: either a `ToolRegistration<D>` object or a `Plugin<D>[]` array (patchwork plugin convention)
145
+ - **`config`**: optional `StandaloneFrameConfig`
146
146
 
147
147
  ### ToolRegistration
148
148
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jtfmumm/patchwork-standalone-frame",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Reusable standalone frame for patchwork tools with keyhive, doc history, and access control",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",