harcon-amqp
Advanced tools
Comparing version 9.2.25 to 9.2.30
@@ -122,5 +122,8 @@ let _ = require('isa.js') | ||
self.presences[ status.division ] = {} | ||
if ( !self.presences[ status.division ][ status.entity ] ) | ||
if ( !self.presences[ status.division ][ status.entity ] ) { | ||
self.presences[ status.division ][ status.entity ] = {} | ||
await self.igniteSystemEvent( 'entityAppeared', status.division, status.context || '', status.entity ) | ||
} | ||
self.presences[ status.division ][ status.entity ][ status.nodeID ] = { | ||
@@ -127,0 +130,0 @@ timestamp: Date.now(), |
{ | ||
"name": "harcon-amqp", | ||
"version": "9.2.25", | ||
"version": "9.2.30", | ||
"description": "AMQP plugin for the harcon messaging/service bus of node-based enterprise entities.", | ||
@@ -28,3 +28,3 @@ "keywords": [ | ||
"clerobee": "^1.0.1", | ||
"harcon": "^9.2.32", | ||
"harcon": "^9.2.40", | ||
"isa.js": "^2.2.15", | ||
@@ -31,0 +31,0 @@ "proback.js": "^2.1.15", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40393
1016
Updatedharcon@^9.2.40