@nxtedition/lib 20.4.2 → 20.4.5
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/app.js +2 -0
- package/couch.js +1 -1
- package/deepstream.js +1 -1
- package/package.json +1 -1
package/app.js
CHANGED
|
@@ -36,6 +36,7 @@ export function makeApp(appConfig, onTerminate) {
|
|
|
36
36
|
let logger
|
|
37
37
|
let trace
|
|
38
38
|
|
|
39
|
+
/** @type {Array<rxjs.Subscription|Function|AsyncFunction|Disposable|AsyncDisposable>} */
|
|
39
40
|
const destroyers = []
|
|
40
41
|
|
|
41
42
|
if (net.setDefaultAutoSelectFamily) {
|
|
@@ -456,6 +457,7 @@ export function makeApp(appConfig, onTerminate) {
|
|
|
456
457
|
ds: ds?.stats,
|
|
457
458
|
couch: couch?.stats,
|
|
458
459
|
lag: toobusy?.lag(),
|
|
460
|
+
version: process.version,
|
|
459
461
|
memory: process.memoryUsage(),
|
|
460
462
|
utilization: performance.eventLoopUtilization?.(elu2, elu1),
|
|
461
463
|
heap: v8.getHeapStatistics(),
|
package/couch.js
CHANGED
package/deepstream.js
CHANGED