nest-monitor 0.4.2 → 0.4.3

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.
@@ -46,7 +46,9 @@ let AutoTestService = class AutoTestService {
46
46
  }
47
47
  }
48
48
  async onApplicationBootstrap() {
49
+ console.log('AutoTestService.onApplicationBootstrap: Запуск...');
49
50
  if (!this.options.enabled || this.endpoints.length === 0) {
51
+ console.log('AutoTestService.onApplicationBootstrap: Не найдено endpoint');
50
52
  return;
51
53
  }
52
54
  const { host, port } = this.options;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "nest-monitor",
3
3
  "type": "commonjs",
4
- "version": "0.4.2",
4
+ "version": "0.4.3",
5
5
  "description": "Библиотека для сбора метрик с высоконагруженного приложения на Nest.js",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",