@coozzy/request-id
Advanced tools
Comparing version 1.1.1 to 1.2.0
@@ -16,3 +16,15 @@ /*~ If this module is a UMD module that exposes a global variable 'myLib' when | ||
function amqpMiddleware(consumer: (msg: { fields: object, properties: object, content: Uint8Array }) => void): void; | ||
function amqpMiddleware( | ||
consumer: (msg: { | ||
fields: { | ||
routingKey: string; | ||
exchange: string; | ||
deliveryTag: number; | ||
redelivered: boolean; | ||
consumerTag: string | ||
}; | ||
properties: object; | ||
content: Uint8Array | ||
}) => Promise<void> | ||
): () => Promise<void>; | ||
} |
{ | ||
"name": "@coozzy/request-id", | ||
"version": "1.1.1", | ||
"version": "1.2.0", | ||
"description": "This small package helps managing requestIds in sync/async callback chains", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
2850
59