@zhubangyun/lowcode-core 1.1.10 → 1.1.11

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,5 +1,5 @@
1
1
  import { IPublicTypeProjectSchema } from "@alilc/lowcode-types/lib/shell/type/project-schema";
2
- import { IPublicTypeFieldConfig, IPublicTypeNpmInfo } from "@alilc/lowcode-types";
2
+ import { IPublicTypeConfigure, IPublicTypeNpmInfo } from "@alilc/lowcode-types";
3
3
  /**
4
4
  * 资产包协议
5
5
  */
@@ -258,7 +258,7 @@ export interface ComponentDescription {
258
258
  keywords?: string[];
259
259
  devMode?: 'proCode' | 'lowCode';
260
260
  npm: IPublicTypeNpmInfo;
261
- configure: IPublicTypeFieldConfig;
261
+ configure: IPublicTypeConfigure;
262
262
  snippets: Snippet[];
263
263
  group: string;
264
264
  category: string;
@@ -1,5 +1,5 @@
1
1
  import { IPublicTypeProjectSchema } from "@alilc/lowcode-types/lib/shell/type/project-schema";
2
- import { IPublicTypeFieldConfig, IPublicTypeNpmInfo } from "@alilc/lowcode-types";
2
+ import { IPublicTypeConfigure, IPublicTypeNpmInfo } from "@alilc/lowcode-types";
3
3
  /**
4
4
  * 资产包协议
5
5
  */
@@ -258,7 +258,7 @@ export interface ComponentDescription {
258
258
  keywords?: string[];
259
259
  devMode?: 'proCode' | 'lowCode';
260
260
  npm: IPublicTypeNpmInfo;
261
- configure: IPublicTypeFieldConfig;
261
+ configure: IPublicTypeConfigure;
262
262
  snippets: Snippet[];
263
263
  group: string;
264
264
  category: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zhubangyun/lowcode-core",
3
- "version": "1.1.10",
3
+ "version": "1.1.11",
4
4
  "description": "低代码核心",
5
5
  "files": [
6
6
  "lib",