@shijiu/jsview-vue 1.9.863 → 1.9.865

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shijiu/jsview-vue",
3
- "version": "1.9.863",
3
+ "version": "1.9.865",
4
4
  "license": "MIT",
5
5
  "repository": "system/jsview-framework",
6
6
  "author": "mengxk",
@@ -5,6 +5,11 @@
5
5
  * @LastEditTime: 2022-11-23 14:06:24
6
6
  * @Description: file content
7
7
  */
8
+
9
+ // 动态import可以拆解JsvDynamicKeyFrames为单独的chunk?
10
+ // 解决ModuleFederation中BrowserDebugWidget依赖导致的循环import的问题。
11
+ import("./BrowserDebugWidget/WidgetWrapper.js");
12
+
8
13
  export { default as JsvActorMove, JsvActorMoveControl } from "./JsvActorMove";
9
14
  export { default as JsvApic, LoopType } from "./JsvApic";
10
15
  export { default as JsvInput, InputType } from "./JsvInput";