@node-ts/bus-core
Advanced tools
Comparing version 0.4.5 to 0.4.6
{ | ||
"name": "@node-ts/bus-core", | ||
"version": "0.4.5", | ||
"version": "0.4.6", | ||
"description": "A service bus for message-based, distributed node applications", | ||
@@ -16,3 +16,3 @@ "main": "./dist/index.js", | ||
"dependencies": { | ||
"@node-ts/bus-messages": "^0.1.9", | ||
"@node-ts/bus-messages": "^0.1.10", | ||
"@types/node": "^11.13.8", | ||
@@ -52,3 +52,3 @@ "autobind-decorator": "^2.4.0", | ||
], | ||
"gitHead": "fc984b77eedbd3e0d48f52d888c6ad5795faa145" | ||
"gitHead": "027b8fdd3d4e740380b135d5ea931ce00f081c7b" | ||
} |
@@ -40,5 +40,5 @@ import { ContainerModule, interfaces } from 'inversify' | ||
service: ClassConstructor<T> | ||
): interfaces.BindingInWhenOnSyntax<{}> { | ||
): interfaces.BindingInWhenOnSyntax<unknown> { | ||
bindLogger(bind, service) | ||
return bind(symbol).to(service) | ||
} |
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
119655