@yolo-croket-dev/amqp-access 0.2.9-jun.2 → 0.2.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -22,8 +22,6 @@ let AmqpImageService = class AmqpImageService {
|
|
|
22
22
|
this.amqpManager = new functions_1.AmqpManagement(this.client);
|
|
23
23
|
}
|
|
24
24
|
async uploadImg(file, payload, param) {
|
|
25
|
-
if (file)
|
|
26
|
-
console.log('이보게 파일이 있네!');
|
|
27
25
|
return this.amqpManager.call('이미지 업로드', 'image.upload', payload, param, { isErrorThrowing: true }, file);
|
|
28
26
|
}
|
|
29
27
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yolo-croket-dev/amqp-access",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.10",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"author": "Yolo Co., Ltd.",
|
|
6
6
|
"description": "크로켓 amqp-access npm",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@nestjs/common": "^10.3.10",
|
|
21
21
|
"@nestjs/microservices": "9.0.8",
|
|
22
|
-
"@yolo-croket-dev/core": "1.7.
|
|
22
|
+
"@yolo-croket-dev/core": "^1.7.8",
|
|
23
23
|
"@yolo-croket-dev/dto-v2": "^0.0.162",
|
|
24
24
|
"@yolo-croket-dev/entity": "^0.1.133",
|
|
25
25
|
"@yolo-croket-dev/entity-v2": "^0.0.100",
|