amqp-extension
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -0,1 +1,8 @@ | ||
## [1.1.1](https://github.com/Tada5hi/amqp-extension/compare/v1.1.0...v1.1.1) (2023-02-03) | ||
### Bug Fixes | ||
* expose amqplib types \n\n BREAKING CHANGE: bump to v2 ([5156649](https://github.com/Tada5hi/amqp-extension/commit/515664904e54c0767fb495bf7c6993101b0f169f)) | ||
# [1.1.0](https://github.com/Tada5hi/amqp-extension/compare/v1.0.5...v1.1.0) (2023-02-03) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "amqp-extension", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "An amqp extension with functions and utility functions to consume and publish queue messages.", | ||
@@ -38,2 +38,3 @@ "main": "./dist/index.js", | ||
"dependencies": { | ||
"@types/amqplib": "^0.10.0", | ||
"amqplib": "^0.10.3", | ||
@@ -53,3 +54,2 @@ "smob": "^0.1.0", | ||
"@tada5hi/tsconfig": "^0.4.0", | ||
"@types/amqplib": "^0.10.0", | ||
"@types/jest": "^27.4.1", | ||
@@ -56,0 +56,0 @@ "@types/node": "^18.11.9", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
39244
21
0
4
+ Added@types/amqplib@^0.10.0
+ Added@types/amqplib@0.10.6(transitive)
+ Added@types/node@22.10.2(transitive)
+ Addedundici-types@6.20.0(transitive)