nats-hemera
Advanced tools
Comparing version 0.1.31 to 0.1.32
@@ -163,3 +163,3 @@ /*! | ||
this.log().info(TRANSPORT_CONNECTED) | ||
cb() | ||
cb.call(this) | ||
}) | ||
@@ -286,4 +286,2 @@ | ||
this.log().info(result.value.pattern, 'ADD_IN') | ||
let actMeta = this.catalog.lookup(result.value.pattern) | ||
@@ -522,3 +520,3 @@ | ||
this.log().info(pattern, 'ACT - OUTBOUND') | ||
this.log().info(pattern, 'ACT_OUTBOUND') | ||
@@ -561,3 +559,3 @@ //Emit event | ||
this.log().info(pattern, 'ACT - INBOUND') | ||
this.log().info(pattern, 'ACT_INBOUND') | ||
@@ -564,0 +562,0 @@ if (typeof cb === 'function') { |
{ | ||
"name": "nats-hemera", | ||
"author": "Dustin Deus (https://github.com/StarpTech)", | ||
"version": "0.1.31", | ||
"version": "0.1.32", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "homepage": "https://starptech.github.io/hemera/", |
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
32771
517