@cabloy/module-info 1.3.23 → 1.3.25

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.
@@ -70,7 +70,6 @@ export interface OnionSceneMeta {
70
70
  optionsArgumentPipe?: boolean;
71
71
  optionsDynamic?: boolean;
72
72
  optionsPackage?: boolean;
73
- optionsMatchExpression?: boolean;
74
73
  optionsCustomInterfaceTemplate?: string;
75
74
  optionsGlobalInterfaceName?: string;
76
75
  optionsGlobalInterfaceFrom?: string;
@@ -131,6 +130,7 @@ export interface IGlobBeanFile {
131
130
  className: string;
132
131
  beanName: string;
133
132
  beanNameFull: string;
133
+ beanNameCapitalize: string;
134
134
  isIgnore: boolean;
135
135
  isVirtual: boolean;
136
136
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cabloy/module-info",
3
3
  "type": "module",
4
- "version": "1.3.23",
4
+ "version": "1.3.25",
5
5
  "description": "cabloy module-info",
6
6
  "publishConfig": {
7
7
  "access": "public"