@witchcraft/editor 0.0.8 → 0.0.9

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/dist/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "witchcraftEditor",
3
3
  "configKey": "witchcraftEditor",
4
- "version": "0.0.8",
4
+ "version": "0.0.9",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "unknown"
@@ -59,7 +59,6 @@
59
59
  :style="`aspect-ratio: ${node.attrs.aspectRatio}`"
60
60
  v-bind="node.attrs"
61
61
  />
62
- {{ Object.keys(node.attrs) }}
63
62
  </node-view-wrapper>
64
63
  </template>
65
64
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@witchcraft/editor",
3
3
  "description": "Block base prosemirror editor with partial/full editable document embeds, infinite embeds, and document uploads.",
4
- "version": "0.0.8",
4
+ "version": "0.0.9",
5
5
  "main": "./dist/runtime/main.lib.js",
6
6
  "type": "module",
7
7
  "sideEffects": false,
@@ -57,7 +57,6 @@
57
57
  :style="`aspect-ratio: ${node.attrs.aspectRatio}`"
58
58
  v-bind="node.attrs"
59
59
  />
60
- {{ Object.keys(node.attrs) }}
61
60
  </node-view-wrapper>
62
61
  </template>
63
62