@ackplus/nest-dynamic-templates 1.1.11 → 1.1.13-beta.1

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.ts CHANGED
@@ -3,8 +3,15 @@ export * from './lib/nest-dynamic-templates.module';
3
3
  export * from './lib/services/template.service';
4
4
  export * from './lib/services/template-layout.service';
5
5
  export * from './lib/services/template-config.service';
6
+ export * from './lib/services/template-engine.registry';
6
7
  export * from './lib/interfaces/module-config.interface';
7
8
  export * from './lib/interfaces/template.types';
9
+ export * from './lib/entities/template.entity';
10
+ export * from './lib/entities/template-layout.entity';
11
+ export * from './lib/errors/template.errors';
12
+ export * from './lib/constant';
13
+ export * from './lib/engines/template-engine';
14
+ export * from './lib/engines/language-engine';
8
15
  export * from './lib/dto/create-template.dto';
9
16
  export * from './lib/dto/render-template.dto';
10
17
  export * from './lib/dto/render-content-template.dto';
package/dist/index.js CHANGED
@@ -21,8 +21,15 @@ __exportStar(require("./lib/nest-dynamic-templates.module"), exports);
21
21
  __exportStar(require("./lib/services/template.service"), exports);
22
22
  __exportStar(require("./lib/services/template-layout.service"), exports);
23
23
  __exportStar(require("./lib/services/template-config.service"), exports);
24
+ __exportStar(require("./lib/services/template-engine.registry"), exports);
24
25
  __exportStar(require("./lib/interfaces/module-config.interface"), exports);
25
26
  __exportStar(require("./lib/interfaces/template.types"), exports);
27
+ __exportStar(require("./lib/entities/template.entity"), exports);
28
+ __exportStar(require("./lib/entities/template-layout.entity"), exports);
29
+ __exportStar(require("./lib/errors/template.errors"), exports);
30
+ __exportStar(require("./lib/constant"), exports);
31
+ __exportStar(require("./lib/engines/template-engine"), exports);
32
+ __exportStar(require("./lib/engines/language-engine"), exports);
26
33
  __exportStar(require("./lib/dto/create-template.dto"), exports);
27
34
  __exportStar(require("./lib/dto/render-template.dto"), exports);
28
35
  __exportStar(require("./lib/dto/render-content-template.dto"), exports);
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,kFAAkF;AAClF,oEAAqE;AAErE,sEAAoD;AAGpD,kEAAgD;AAChD,yEAAuD;AACvD,yEAAuD;AAGvD,2EAAyD;AACzD,kEAAgD;AAGhD,gEAA8C;AAC9C,gEAA8C;AAC9C,wEAAsD;AACtD,gEAA8C;AAC9C,uEAAqD;AACrD,uEAAqD;AACrD,+EAA6D;AAC7D,uEAAqD;AAGxC,QAAA,4BAA4B,GAAG;IACxC,qCAAmB;IACnB,kDAAyB;CAC5B,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,kFAAkF;AAClF,oEAAqE;AAErE,sEAAoD;AAGpD,kEAAgD;AAChD,yEAAuD;AACvD,yEAAuD;AACvD,0EAAwD;AAGxD,2EAAyD;AACzD,kEAAgD;AAGhD,iEAA+C;AAC/C,wEAAsD;AAGtD,+DAA6C;AAG7C,iDAA+B;AAG/B,gEAA8C;AAC9C,gEAA8C;AAG9C,gEAA8C;AAC9C,gEAA8C;AAC9C,wEAAsD;AACtD,gEAA8C;AAC9C,uEAAqD;AACrD,uEAAqD;AACrD,+EAA6D;AAC7D,uEAAqD;AAGxC,QAAA,4BAA4B,GAAG;IACxC,qCAAmB;IACnB,kDAAyB;CAC5B,CAAC"}