harcon-amqp
Advanced tools
Comparing version 8.4.7 to 8.4.8
@@ -309,2 +309,9 @@ let _ = require('isa.js') | ||
natsbarrel.clearKeeper = function ( ) { | ||
if (this.keeper) { | ||
clearInterval( this.keeper ) | ||
this.keeper = null | ||
} | ||
} | ||
amqpbarrel.clearClearer = function ( ) { | ||
@@ -377,2 +384,3 @@ if ( this.cleaner ) { | ||
self.clearReporter() | ||
self.clearKeeper() | ||
self.clearClearer() | ||
@@ -379,0 +387,0 @@ try { |
{ | ||
"name": "harcon-amqp", | ||
"version": "8.4.7", | ||
"version": "8.4.8", | ||
"description": "AMQP plugin for the harcon messaging/service bus of node-based enterprise entities.", | ||
@@ -27,3 +27,3 @@ "keywords": [ | ||
"clerobee": "^0.8.6", | ||
"harcon": "^8.4.6", | ||
"harcon": "^8.4.8", | ||
"isa.js": "^2.1.0", | ||
@@ -37,3 +37,3 @@ "proback.js": "^2.1.3", | ||
"mkdirp": "^0.5.1", | ||
"pino": "^4.7.2", | ||
"pino": "^4.9.0", | ||
"watch": "^1.0.2" | ||
@@ -40,0 +40,0 @@ }, |
33468
828
Updatedharcon@^8.4.8