@cabloy/module-info 1.3.32 → 1.3.33

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.
@@ -118,6 +118,7 @@ export interface IModulePackage {
118
118
  author: string;
119
119
  files: string[];
120
120
  dependencies: Record<string, string>;
121
+ devDependencies: Record<string, string>;
121
122
  }
122
123
  export interface IGlobBeanFile {
123
124
  sceneName: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cabloy/module-info",
3
3
  "type": "module",
4
- "version": "1.3.32",
4
+ "version": "1.3.33",
5
5
  "description": "cabloy module-info",
6
6
  "publishConfig": {
7
7
  "access": "public"