smart-editor-v3 1.11.0 → 1.11.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.
@@ -36184,7 +36184,7 @@ const K6 = We.create({
36184
36184
  ];
36185
36185
  },
36186
36186
  renderHTML({ HTMLAttributes: t }) {
36187
- return ["video", Le(t)];
36187
+ return ["embed-video", Le(t)];
36188
36188
  },
36189
36189
  addNodeView() {
36190
36190
  return UL.value.render.embedVideo.view ? Gt(VL) : ({ node: t }) => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "smart-editor-v3",
3
3
  "type": "module",
4
- "version": "1.11.0",
4
+ "version": "1.11.1",
5
5
  "exports": {
6
6
  ".": {
7
7
  "import": "./dist/smart-editor-package.js"