@bylqwjc/media-editor-image 1.0.26 → 1.0.27

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@media-editor/core",
3
- "version": "1.0.26",
3
+ "version": "1.0.27",
4
4
  "description": "媒体编辑器框架无关内核:状态/时间轴/ffmpeg 参数/几何/标注渲染/VideoEditorEngine/图片编辑器纯配置工厂(零 React)",
5
5
  "type": "module",
6
6
  "license": "MIT",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bylqwjc/media-editor-image",
3
- "version": "1.0.26",
3
+ "version": "1.0.27",
4
4
  "description": "媒体编辑器框架无关图片运行时:把 React+Filerobot 封进 mountImageEditor(el, opts) 命令式 API,Vue / React / 原生 JS 共用,消费方无需装 React",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -19,7 +19,7 @@
19
19
  "access": "public"
20
20
  },
21
21
  "dependencies": {
22
- "@media-editor/core": "1.0.26",
22
+ "@media-editor/core": "1.0.27",
23
23
  "react": "^19.2.0",
24
24
  "react-dom": "^19.2.0"
25
25
  },