@cheep/transport-rabbitmq
Advanced tools
Comparing version 1.0.2 to 1.0.4
{ | ||
"name": "@cheep/transport-rabbitmq", | ||
"version": "1.0.2", | ||
"version": "1.0.4", | ||
"contributors": [ | ||
"Ezeki", | ||
"Kyle" | ||
], | ||
"keywords": [ | ||
"transport", | ||
"microservices", | ||
"cqrs", | ||
"events", | ||
"eventdriven", | ||
"cheep", | ||
"rabbitmq" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/so-cheep/microservices", | ||
"directory": "libs/transport/rabbitmq" | ||
}, | ||
"peerDependencies": { | ||
"amqp-connection-manager": "3.2.2", | ||
"amqplib": "0.7.1", | ||
"@cheep/transport": "1.0.1" | ||
"@cheep/transport": "1.0.3" | ||
}, | ||
@@ -9,0 +27,0 @@ "main": "src/index.js", |
@@ -1,4 +0,4 @@ | ||
import { SendMessageProps, SendReplyMessageProps, TransportBase, TransportOptions, TransportUtils } from '@cheep/transport'; | ||
export declare class RabbitMQTransport extends TransportBase { | ||
protected options: TransportOptions & { | ||
import { MessageMetadata, SendMessageProps, SendReplyMessageProps, TransportBase, TransportOptions, TransportUtils } from '@cheep/transport'; | ||
export declare class RabbitMQTransport<TMeta extends MessageMetadata = MessageMetadata> extends TransportBase { | ||
protected options: TransportOptions<TMeta> & { | ||
moduleName: string; | ||
@@ -16,3 +16,3 @@ amqpConnectionString: string; | ||
private i; | ||
constructor(options: TransportOptions & { | ||
constructor(options: TransportOptions<TMeta> & { | ||
moduleName: string; | ||
@@ -19,0 +19,0 @@ amqpConnectionString: string; |
Sorry, the diff of this file is not supported yet
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
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
14898
0
1
0