harcon-radiation
Advanced tools
Comparing version
@@ -61,3 +61,3 @@ 'use strict' | ||
}, | ||
deployedServices: self.deployedServices | ||
deployedServices: self.deployedServices || [] | ||
} ) | ||
@@ -64,0 +64,0 @@ } |
{ | ||
"name": "harcon-radiation", | ||
"version": "4.5.5", | ||
"version": "4.5.6", | ||
"description": "REST and Websocket plugin for harcon", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -157,3 +157,3 @@ 'use strict' | ||
radiation.entityURIs( function ( err, uris ) { | ||
console.log( err, JSON.stringify(uris) ) | ||
console.log( 'entityURIs>>>>>', err, JSON.stringify(uris) ) | ||
done() | ||
@@ -160,0 +160,0 @@ } ) |
61681
0.04%