befly-shared 1.2.2 → 1.2.3

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": "befly-shared",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -36,5 +36,5 @@
36
36
  "merge-anything": "^6.0.6",
37
37
  "pathe": "^2.0.3"
38
38
  },
39
- "gitHead": "91c93d26c964f8390258a2ff770f533f2c6debfc"
39
+ "gitHead": "f0dc38476a87163a9de1d5ddcefa42304b1ee09b"
40
40
  }
@@ -27,8 +27,6 @@ export interface FieldDefinition {
27
27
  index: boolean;
28
28
  /** 是否唯一 */
29
29
  unique: boolean;
30
- /** 字段注释 */
31
- comment: string;
32
30
  /** 是否允许为空 */
33
31
  nullable: boolean;
34
32
  /** 是否无符号(仅 number 类型) */