cc-core-cli 1.0.51 → 1.0.52

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.51",
3
+ "version": "1.0.52",
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": {
@@ -136,12 +136,12 @@ async function initial(app: NestFastifyApplication) {
136
136
 
137
137
  LIB_CUSTOM_MODULES.push(...CUSTOM_MODULES)
138
138
 
139
- await initialService(app, ApiKeyService);
140
139
  await initialService(app, SettingService);
141
140
  await initialService(app, EntitiesService);
142
141
  await initialService(app, UserRolePermissonService);
143
142
  await initialService(app, UserRoleService);
144
143
  await initialService(app, UserService);
144
+ await initialService(app, ApiKeyService);
145
145
  await initialService(app, LanguageService);
146
146
  await initialService(app, TranslateService);
147
147
  await initialService(app, ActivityLogService);