@cabloy/module-info 1.2.9 → 1.2.10

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.
@@ -129,14 +129,4 @@ export interface IGlobBeanFile {
129
129
  isIgnore: boolean;
130
130
  isVirtual: boolean;
131
131
  }
132
- export interface IMetadataCustomGenerateOptions {
133
- cli: unknown;
134
- sceneName: string;
135
- sceneNameCapitalize: string;
136
- sceneMeta: OnionSceneMeta;
137
- moduleName: string;
138
- modulePath: string;
139
- globFiles: IGlobBeanFile[];
140
- }
141
- export type TypeMetadataCustomGenerate = (options: IMetadataCustomGenerateOptions) => Promise<string>;
142
132
  //# sourceMappingURL=interface.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cabloy/module-info",
3
- "version": "1.2.9",
3
+ "version": "1.2.10",
4
4
  "description": "cabloy module-info",
5
5
  "publishConfig": {
6
6
  "access": "public"