dragon-editor 2.0.0-beta.2.1.1 → 2.0.0-beta.2.1.2

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,5 +1,5 @@
1
1
  {
2
2
  "name": "dragon-editor",
3
3
  "configKey": "dragon-editor",
4
- "version": "2.0.0-beta.2.1.1"
4
+ "version": "2.0.0-beta.2.1.2"
5
5
  }
@@ -675,6 +675,7 @@ function addImageBlock({ src, width, height, webp, caption }: { src: string; wid
675
675
  // 함수 내보내기
676
676
  defineExpose({
677
677
  addImageBlock,
678
+ dataUpdateAction
678
679
  });
679
680
 
680
681
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dragon-editor",
3
- "version": "2.0.0-beta.2.1.1",
3
+ "version": "2.0.0-beta.2.1.2",
4
4
  "description": "WYSIWYG editor on Nuxt.js",
5
5
  "repository": {
6
6
  "type": "git",