@node-ts/bus-core
Advanced tools
Comparing version 1.1.0-beta.1 to 1.1.0-beta.2
@@ -1,2 +0,2 @@ | ||
export { Transport, TransportMessage, TransportConfiguration, TransportConnectionOptions, DEFAULT_DEAD_LETTER_QUEUE_NAME } from './transport'; | ||
export { Transport, TransportMessage, TransportConfiguration, TransportConnectionOptions, TransportInitializationOptions, DEFAULT_DEAD_LETTER_QUEUE_NAME } from './transport'; | ||
export * from './handler'; | ||
@@ -3,0 +3,0 @@ export * from './serialization'; |
{ | ||
"name": "@node-ts/bus-core", | ||
"version": "1.1.0-beta.1", | ||
"version": "1.1.0-beta.2", | ||
"description": "A service bus for message-based, distributed node applications", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -6,2 +6,3 @@ export { | ||
TransportConnectionOptions, | ||
TransportInitializationOptions, | ||
DEFAULT_DEAD_LETTER_QUEUE_NAME | ||
@@ -8,0 +9,0 @@ } from './transport' |
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
341832
8273