vona-module-a-orm 5.0.62 → 5.0.63

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.
@@ -15,7 +15,7 @@ interface IMagicField {
15
15
  ops?: TypeMagicFieldOp | Array<TypeMagicFieldOp>;
16
16
  }
17
17
 
18
- // id/name/enabled/disabled/closed/active/current/
18
+ // id/name/enabled/disabled/closed/active
19
19
  const __MagicFields: Record<string, IMagicField> = {
20
20
  id: {
21
21
  optional: false,
@@ -48,11 +48,6 @@ const __MagicFields: Record<string, IMagicField> = {
48
48
  type: 'boolean',
49
49
  methods: ['getBy', 'selectBy'],
50
50
  },
51
- current: {
52
- optional: true,
53
- type: 'boolean',
54
- methods: ['getBy', 'selectBy'],
55
- },
56
51
  };
57
52
 
58
53
  export function __parseMagics(cli: BeanCliBase, ast: GoGoCode.GoGoAST, globFile: IGlobBeanFile, entityName: string) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vona-module-a-orm",
3
3
  "type": "module",
4
- "version": "5.0.62",
4
+ "version": "5.0.63",
5
5
  "title": "a-orm",
6
6
  "vonaModule": {
7
7
  "capabilities": {