@saihu/common 1.1.51 → 1.1.53

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.
@@ -17,7 +17,7 @@ class SaihuLogger {
17
17
  'MicroserviceConfiguration',
18
18
  'RabbitMQModule',
19
19
  'WebSocketsController',
20
- 'ExceptionsHandler', // ← Add this
20
+ // 'ExceptionsHandler', // ← Add this
21
21
  ];
22
22
  return hiddenContexts.some((hidden) => context.includes(hidden));
23
23
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saihu/common",
3
- "version": "1.1.51",
3
+ "version": "1.1.53",
4
4
  "description": "Common utilities for NestJS applications",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",