@murumets-ee/create 0.2.0 → 0.3.0

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.
package/dist/index.d.mts CHANGED
@@ -1,9 +1,7 @@
1
1
  //#region src/types.d.ts
2
- type AppMode = 'single' | 'multi';
3
2
  type Template = 'demo' | 'blank';
4
3
  interface ProjectOptions {
5
4
  name: string;
6
- mode: AppMode;
7
5
  template: Template;
8
6
  installDeps: boolean;
9
7
  }
@@ -12,5 +10,5 @@ interface ProjectOptions {
12
10
  type ProgressCallback = (message: string) => void;
13
11
  declare function scaffold(options: ProjectOptions, onProgress?: ProgressCallback): Promise<void>;
14
12
  //#endregion
15
- export { type AppMode, type ProgressCallback, type ProjectOptions, scaffold };
13
+ export { type ProgressCallback, type ProjectOptions, scaffold };
16
14
  //# sourceMappingURL=index.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.mts","names":[],"sources":["../src/types.ts","../src/scaffold.ts"],"mappings":";KAAY,OAAA;AAAA,KAEA,QAAA;AAAA,UAEK,cAAA;EACf,IAAA;EACA,IAAA,EAAM,OAAA;EACN,QAAA,EAAU,QAAA;EACV,WAAA;AAAA;;;KCEU,gBAAA,IAAoB,OAAA;AAAA,iBAsBV,QAAA,CACpB,OAAA,EAAS,cAAA,EACT,UAAA,GAAa,gBAAA,GACZ,OAAA"}
1
+ {"version":3,"file":"index.d.mts","names":[],"sources":["../src/types.ts","../src/scaffold.ts"],"mappings":";KAAY,QAAA;AAAA,UAEK,cAAA;EACf,IAAA;EACA,QAAA,EAAU,QAAA;EACV,WAAA;AAAA;;;KCIU,gBAAA,IAAoB,OAAA;AAAA,iBAoBV,QAAA,CACpB,OAAA,EAAS,cAAA,EACT,UAAA,GAAa,gBAAA,GACZ,OAAA"}