install amqplib for RabbitMQ microservice client

This commit is contained in:
Дмитрий Мамедов
2026-06-10 18:27:32 +03:00
parent 314df45635
commit 94bce09d43
2 changed files with 12 additions and 0 deletions

11
package-lock.json generated
View File

@@ -23,6 +23,7 @@
"@types/nodemailer": "^8.0.0",
"@types/qrcode": "^1.5.6",
"@willsoto/nestjs-prometheus": "^6.0.2",
"amqplib": "^2.0.1",
"argon2": "^0.41.1",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
@@ -4569,6 +4570,16 @@
"ajv": "^6.9.1"
}
},
"node_modules/amqplib": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/amqplib/-/amqplib-2.0.1.tgz",
"integrity": "sha512-a3P2MgfCf9nzVis12VxWEn0dS6hcqve7dlEAhXDtIWR27BlhtMkILOc+H9aeHjDi6i6r94dYKc2Kx2OFe3avvg==",
"license": "MIT",
"peer": true,
"engines": {
"node": ">=18"
}
},
"node_modules/ansi-colors": {
"version": "4.1.3",
"resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz",