Skip to content

Commit 009eaa2

Browse files
committed
update version
1 parent fbb0da5 commit 009eaa2

5 files changed

Lines changed: 4 additions & 16 deletions

File tree

apps/app-mobile/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@form-example/app-mobile",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"private": true,
55
"type": "module",
66
"scripts": {

apps/app-pc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@form-example/app-pc",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"private": true,
55
"type": "module",
66
"scripts": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coding-form/root",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

packages/form-engine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coding-form/form-engine",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "form-engine components",
55
"keywords": [
66
"coding-flow",

packages/form-engine/src/types/types.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,3 @@ export const dataTypeOptions = [
2727
value: 'BOOLEAN'
2828
},
2929
]
30-
31-
/**
32-
* 表单类型
33-
*/
34-
export interface FormType {
35-
// 类型名称
36-
name: string;
37-
// 类型定义
38-
type: string;
39-
// 数据类型
40-
dataType: DataType;
41-
}

0 commit comments

Comments
 (0)