@cabloy/module-info 1.3.24 → 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.
@@ -130,6 +130,7 @@ export interface IGlobBeanFile {
130
130
  className: string;
131
131
  beanName: string;
132
132
  beanNameFull: string;
133
+ beanNameCapitalize: string;
133
134
  isIgnore: boolean;
134
135
  isVirtual: boolean;
135
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.24",
4
+ "version": "1.3.25",
5
5
  "description": "cabloy module-info",
6
6
  "publishConfig": {
7
7
  "access": "public"