@byteluck-fe/runtime-engine 2.0.25 → 2.0.26

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.
@@ -11,6 +11,7 @@ import * as i18n from '@byteluck-fe/locale-message';
11
11
  import * as vue from 'vue';
12
12
  import * as vant from 'vant';
13
13
  import * as Antd from 'ant-design-vue';
14
+ import * as ModelDrivenShared from '@byteluck-fe/model-driven-shared';
14
15
  export declare function globalModules(isPc: boolean): {
15
16
  vue: typeof vue;
16
17
  '@byteluck-fe/model-driven-core-all': typeof ModelDrivenCoreAll;
@@ -26,6 +27,7 @@ export declare function globalModules(isPc: boolean): {
26
27
  '@byteluck-fe/global-shared': typeof GlobalShared;
27
28
  '@byteluck/global-shared': typeof GlobalShared;
28
29
  '@byteluck-fe/locale-message': typeof i18n;
30
+ '@byteluck-fe/model-driven-shared': typeof ModelDrivenShared;
29
31
  } & ({
30
32
  'ant-design-vue': typeof Antd;
31
33
  vant: {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/runtime-engine",
3
- "version": "2.0.25",
3
+ "version": "2.0.26",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./dist/runtime-engine.js",