@better-t-stack/template-generator 3.18.0 → 3.19.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.
@@ -27,6 +27,8 @@ interface GeneratorOptions {
27
27
  config: ProjectConfig;
28
28
  templateBasePath?: string;
29
29
  templates?: Map<string, string>;
30
+ /** CLI version string for bts.jsonc */
31
+ version?: string;
30
32
  }
31
33
  declare const GeneratorError_base: better_result0.TaggedErrorClass<"GeneratorError", {
32
34
  message: string;
@@ -39,4 +41,4 @@ declare const GeneratorError_base: better_result0.TaggedErrorClass<"GeneratorErr
39
41
  declare class GeneratorError extends GeneratorError_base {}
40
42
  //#endregion
41
43
  export { VirtualFileTree as a, VirtualFile as i, GeneratorOptions as n, VirtualNode as o, VirtualDirectory as r, GeneratorError as t };
42
- //# sourceMappingURL=types-DUzPfsFZ.d.mts.map
44
+ //# sourceMappingURL=types-zSU486rU.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types-zSU486rU.d.mts","names":[],"sources":["../src/types.ts"],"sourcesContent":[],"mappings":";;;;UAIiB,WAAA;;;EAAA,IAAA,EAAA,MAAA;EASA,OAAA,EAAA,MAAA;EAOL,SAAA,EAAA,MAAW;EAEN,UAAA,CAAA,EAAA,MAAe;AAOhC;AAMC,UAtBgB,gBAAA,CAsBhB;EAKY,IAAA,EAAA,WAAe;;;YAvBhB;;KAGA,WAAA,GAAc,cAAc;UAEvB,eAAA;QACT;;;UAGE;;UAGO,gBAAA;UACP;;cAEI;;;;cAGb,qBAAA,cAAA,CAAA;;;;;;;;cAKY,cAAA,SAAuB,mBAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@better-t-stack/template-generator",
3
- "version": "3.18.0",
3
+ "version": "3.19.0",
4
4
  "description": "Virtual file system generator for Better-T-Stack templates - works in browsers and Node.js",
5
5
  "keywords": [
6
6
  "better-t-stack",
@@ -48,7 +48,7 @@
48
48
  "typecheck": "tsc --noEmit"
49
49
  },
50
50
  "dependencies": {
51
- "@better-t-stack/types": "^3.18.0",
51
+ "@better-t-stack/types": "^3.19.0",
52
52
  "better-result": "^2.3.0",
53
53
  "handlebars": "^4.7.8",
54
54
  "memfs": "^4.51.1",
@@ -1 +0,0 @@
1
- {"version":3,"file":"types-DUzPfsFZ.d.mts","names":[],"sources":["../src/types.ts"],"sourcesContent":[],"mappings":";;;;UAIiB,WAAA;;;EAAA,IAAA,EAAA,MAAA;EASA,OAAA,EAAA,MAAA;EAOL,SAAA,EAAA,MAAW;EAEN,UAAA,CAAA,EAAA,MAAe;AAOhC;AAIC,UApBgB,gBAAA,CAoBhB;EAKY,IAAA,EAAA,WAAe;;;YArBhB;;KAGA,WAAA,GAAc,cAAc;UAEvB,eAAA;QACT;;;UAGE;;UAGO,gBAAA;UACP;;cAEI;;cACb,qBAAA,cAAA,CAAA;;;;;;;;cAKY,cAAA,SAAuB,mBAAA"}