@coolgk/amqp
Advanced tools
Comparing version 2.0.0 to 2.0.1
/*! | ||
* @package @coolgk/utils | ||
* @version 2.0.0 | ||
* @version 2.0.1 | ||
* @link https://www.npmjs.com/package/@coolgk/utils | ||
@@ -5,0 +5,0 @@ * @license MIT |
/*! | ||
* @package @coolgk/utils | ||
* @version 2.0.0 | ||
* @version 2.0.1 | ||
* @link https://www.npmjs.com/package/@coolgk/utils | ||
@@ -5,0 +5,0 @@ * @license MIT |
@@ -1,1 +0,1 @@ | ||
{"name":"@coolgk/amqp","version":"2.0.0","author":"Daniel Gong <daniel.k.gong@gmail.com>","homepage":"https://www.npmjs.com/package/@coolgk/utils","bugs":{"url":"https://github.com/coolgk/node-utils/issues"},"repository":{"type":"git","url":"https://github.com/coolgk/node-utils.git"},"description":"a simple RabbitMQ (amqp wrapper) class for publishing and consuming messages","keywords":["ampq","rabbitmq","typescript"],"dependencies":{"@types/amqplib":"^0.5.5","amqplib":"^0.5.2","uuid":"^3.1.0","@types/uuid":"^3.4.3","@coolgk/array":"^1.1.4"},"pre-commit":{"silent":false,"run":["tslint","test:precommit"]},"main":"./amqp.js","types":"./amqp.d.ts","license":"MIT"} | ||
{"name":"@coolgk/amqp","version":"2.0.1","author":"Daniel Gong <daniel.k.gong@gmail.com>","homepage":"https://www.npmjs.com/package/@coolgk/utils","bugs":{"url":"https://github.com/coolgk/node-utils/issues"},"repository":{"type":"git","url":"https://github.com/coolgk/node-utils.git"},"description":"a simple RabbitMQ (amqp wrapper) class for publishing and consuming messages","keywords":["ampq","rabbitmq","typescript"],"dependencies":{"@types/amqplib":"^0.5.5","amqplib":"^0.5.2","uuid":"^3.1.0","@types/uuid":"^3.4.3","@coolgk/array":"^2"},"pre-commit":{"silent":false,"run":["tslint","test:precommit"]},"main":"./amqp.js","types":"./amqp.d.ts","license":"MIT"} |
@@ -44,2 +44,8 @@ | ||
// example to add: | ||
// consume from (multiple) routes | ||
// round robin consumers | ||
// direct route + a catch all consumer | ||
``` | ||
@@ -46,0 +52,0 @@ <a name="Amqp"></a> |
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
11884
113
+ Added@coolgk/array@2.0.5(transitive)
- Removed@coolgk/array@1.1.4(transitive)
Updated@coolgk/array@^2