@simitgroup/simpleapp-generator 1.6.6-b-alpha → 1.6.6-c-alpha

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": "@simitgroup/simpleapp-generator",
3
- "version": "1.6.6b-alpha",
3
+ "version": "1.6.6c-alpha",
4
4
  "description": "frontend nuxtjs and backend nests code generator using jsonschema",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -1084,7 +1084,7 @@ export class SimpleAppService<T extends { _id?: string; __v?: number }> {
1084
1084
  });
1085
1085
  pipelines.push({ $sort: sortobj });
1086
1086
  }
1087
- this.logger.warn( pipelines,'pipelinespipelinespipelines',);
1087
+ //this.logger.warn( pipelines,'pipelinespipelinespipelines',);
1088
1088
 
1089
1089
  return pipelines;
1090
1090
  }