cc-core-cli 1.0.64 → 1.0.65

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cc-core-cli",
3
- "version": "1.0.64",
3
+ "version": "1.0.65",
4
4
  "description": "Command Line Interface tool for generating project templates for the (Your Platform's Name) platform.",
5
5
  "main": "bin/index.js",
6
6
  "scripts": {
@@ -195,6 +195,8 @@ async function initial(app: NestFastifyApplication) {
195
195
 
196
196
  await initialCustomService(app);
197
197
 
198
+ await initialService(app, AuthService);
199
+
198
200
  await initialService(app, TemplateService);
199
201
  await initialService(app, ImportExportService);
200
202
  await initialService(app, ImportExportLogService);