nats-hemera
Advanced tools
Comparing version 7.0.1 to 7.0.2
@@ -42,3 +42,3 @@ 'use strict' | ||
const ExtensionManager = require('./extensionManager') | ||
const { sChildren, sRegisteredPlugins } = require('./symbols') | ||
const { sChildren, sRegisteredPlugins, sReplySent } = require('./symbols') | ||
const { serverExtIterator, clientExtIterator } = require('./extensionRunner') | ||
@@ -912,2 +912,6 @@ | ||
if (self.reply[sReplySent] === true) { | ||
return | ||
} | ||
const result = self._processServerAction() | ||
@@ -914,0 +918,0 @@ |
{ | ||
"name": "nats-hemera", | ||
"author": "Dustin Deus (https://github.com/StarpTech)", | ||
"version": "7.0.1", | ||
"version": "7.0.2", | ||
"main": "lib/index.js", | ||
@@ -46,3 +46,3 @@ "homepage": "https://hemerajs.github.io/hemera/", | ||
"dependencies": { | ||
"avvio": "6.0.x", | ||
"avvio": "6.2.x", | ||
"bloomrun": "4.1.x", | ||
@@ -54,3 +54,3 @@ "errio": "1.2.x", | ||
"nuid": "^1.0.0", | ||
"pino": "5.11.x", | ||
"pino": "5.13.x", | ||
"super-error": "2.2.x", | ||
@@ -62,4 +62,3 @@ "tinysonic": "1.3.x" | ||
}, | ||
"typings": "./index.d.ts", | ||
"gitHead": "f429eead7a3e479a55008ee1d35e8f92d55f213e" | ||
"typings": "./index.d.ts" | ||
} |
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
79464
2855
+ Addedarchy@1.0.0(transitive)
+ Addedavvio@6.2.2(transitive)
+ Addedfast-redact@2.1.0(transitive)
+ Addedpino@5.13.6(transitive)
- Removedavvio@6.0.1(transitive)
- Removedfast-redact@1.5.0(transitive)
- Removedpino@5.11.3(transitive)
Updatedavvio@6.2.x
Updatedpino@5.13.x