@thzero/library_server 0.15.18 → 0.15.19
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/boot/index.js +1 -1
- package/package.json +2 -2
package/boot/index.js
CHANGED
|
@@ -179,7 +179,7 @@ class BootMain {
|
|
|
179
179
|
|
|
180
180
|
const monitoringService = this._initServicesMonitoring();
|
|
181
181
|
if (!monitoringService)
|
|
182
|
-
monitoringService = nullMonitoringService();
|
|
182
|
+
monitoringService = new nullMonitoringService();
|
|
183
183
|
this._injectService(LibraryCommonServiceConstants.InjectorKeys.SERVICE_MONITORING, monitoringService);
|
|
184
184
|
|
|
185
185
|
this.usageMetricsServiceI = this._initServicesUsageMetrics();
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thzero/library_server",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.15.
|
|
4
|
+
"version": "0.15.19",
|
|
5
5
|
"version_major": 0,
|
|
6
6
|
"version_minor": 15,
|
|
7
|
-
"version_patch":
|
|
7
|
+
"version_patch": 19,
|
|
8
8
|
"version_date": "04/14/2022",
|
|
9
9
|
"description": "An opinionated library of common functionality to bootstrap a Koa based API application using MongoDb and Firebase.",
|
|
10
10
|
"author": "thZero",
|