Skip to content

Commit 4f4dd6c

Browse files
committed
chore: components-pane release 1.0.3
1 parent aeb2b84 commit 4f4dd6c

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

packages/plugin-components-pane/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alilc/lowcode-plugin-components-pane",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "低代码组件面板",
55
"files": [
66
"es/",
@@ -13,7 +13,8 @@
1313
"start": "build-scripts start",
1414
"build": "build-scripts build --skip-demo",
1515
"f2elint-scan": "f2elint scan",
16-
"f2elint-fix": "f2elint fix"
16+
"f2elint-fix": "f2elint fix",
17+
"prepublishOnly": "npm run build"
1718
},
1819
"keywords": [
1920
"lowcode",

packages/plugin-components-pane/src/utils/transform.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export interface SortedGroups {
4848
}
4949

5050
export interface IgnoreComponents {
51-
[package: string]: string[];
51+
[key: string]: string[];
5252
}
5353

5454
export default function transform(raw: any) {

0 commit comments

Comments
 (0)