@cabloy/module-info 1.2.4 → 1.2.5

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.
@@ -97,6 +97,8 @@ export interface IModulePackage {
97
97
  dependencies: Record<string, string>;
98
98
  }
99
99
  export interface IGlobBeanFile {
100
+ sceneName: string;
101
+ sceneNameCapitalize: string;
100
102
  file: string;
101
103
  fileContent: string;
102
104
  fileName: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cabloy/module-info",
3
- "version": "1.2.4",
3
+ "version": "1.2.5",
4
4
  "description": "cabloy module-info",
5
5
  "publishConfig": {
6
6
  "access": "public"