cc-core-cli 1.0.37 → 1.0.38

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.37",
3
+ "version": "1.0.38",
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": {
@@ -253,7 +253,7 @@ async function bootstrap() {
253
253
  exclude: [{ path: "private/*", method: RequestMethod.GET }]
254
254
  });
255
255
  app.use(request);
256
- // app.useGlobalInterceptors(new FilterInterceptor(reflector));
256
+ app.useGlobalInterceptors(new FilterInterceptor(reflector));
257
257
  app.useGlobalInterceptors(new CacheInterceptor(reflector));
258
258
 
259
259
  // app.enableCors();