@bylqwjc/media-editor-video 1.0.2 → 1.0.3

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/client",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "媒体编辑器浏览器端传输(可配置 baseURL 的导出/封面客户端)",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@media-editor/core",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
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-video",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "媒体编辑器框架无关视频运行时:内部打包 React + 完整视频编辑富 UI(时间轴/裁剪/标注/贴纸/滤镜/封面),暴露 mountVideoEditor(el, opts);消费方无需自带 React",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -20,8 +20,8 @@
20
20
  "access": "public"
21
21
  },
22
22
  "dependencies": {
23
- "@media-editor/client": "1.0.2",
24
- "@media-editor/core": "1.0.2"
23
+ "@media-editor/client": "1.0.3",
24
+ "@media-editor/core": "1.0.3"
25
25
  },
26
26
  "files": [
27
27
  "dist",