@davinci/messaging-amqp
Advanced tools
Comparing version 1.0.0-next.3 to 2.0.0-next.11
@@ -6,33 +6,4 @@ # Change Log | ||
# [1.0.0-next.3](https://github.com/HPInc/davinci/compare/@davinci/messaging-amqp@1.0.0-next.2...@davinci/messaging-amqp@1.0.0-next.3) (2022-10-25) | ||
# [2.0.0-next.11](https://github.com/HPInc/davinci/compare/@davinci/messaging-amqp@2.0.0-next.10...@davinci/messaging-amqp@2.0.0-next.11) (2022-11-03) | ||
### Features | ||
* **interceptors:** standardized usage, added specific types ([b07022e](https://github.com/HPInc/davinci/commit/b07022e482fe1dbf92b9190d34f065fb8254dde8)) | ||
# [1.0.0-next.2](https://github.com/HPInc/davinci/compare/@davinci/messaging-amqp@1.0.0-next.1...@davinci/messaging-amqp@1.0.0-next.2) (2022-10-25) | ||
**Note:** Version bump only for package @davinci/messaging-amqp | ||
# 1.0.0-next.1 (2022-10-25) | ||
### Bug Fixes | ||
* removed unneeded files ([1c0a895](https://github.com/HPInc/davinci/commit/1c0a89593068ad3bd9c96370a1fffdc3835230a1)) | ||
### Features | ||
* **amqp:** added graceful shutdown strategies ([0a8ef81](https://github.com/HPInc/davinci/commit/0a8ef814a9302f66f20e9802729e0f2877f5e499)) | ||
* **amqp:** added logic to reuse channels ([c0e3218](https://github.com/HPInc/davinci/commit/c0e321816320af3b24b7db224f3fa6f6f978a08b)) | ||
* **messagingAmqp:** implemented basic AmqpModule version ([133e387](https://github.com/HPInc/davinci/commit/133e387849ee221701ec6aad4d5bc261fa269c5b)) |
{ | ||
"name": "@davinci/messaging-amqp", | ||
"version": "1.0.0-next.3", | ||
"version": "2.0.0-next.11", | ||
"description": "AMQP module", | ||
@@ -23,5 +23,5 @@ "author": "HP", | ||
"dependencies": { | ||
"@davinci/core": "^2.0.0-next.3", | ||
"@davinci/messaging": "^1.0.0-next.2", | ||
"@davinci/reflector": "^2.0.0-next.2", | ||
"@davinci/core": "^2.0.0-next.11", | ||
"@davinci/messaging": "^2.0.0-next.11", | ||
"@davinci/reflector": "^2.0.0-next.11", | ||
"@fastify/deepmerge": "^1.1.0", | ||
@@ -41,3 +41,3 @@ "fast-json-stable-stringify": "^2.1.0", | ||
}, | ||
"gitHead": "6b5d17664e93136a77218499cc42d3b503d773de" | ||
"gitHead": "afb3c78362197b0c8983d56889b2ccdf4fa13149" | ||
} |
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
546476
+ Added@davinci/messaging@2.2.1(transitive)
- Removed@davinci/messaging@1.0.0-next.2(transitive)
Updated@davinci/core@^2.0.0-next.11