@yolo-croket-dev/amqp-access 0.6.75-sj → 0.6.76-jun.0
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.
- package/package.json +3 -3
- package/selection-server/amqp.selection-server.provider.js +1 -1
- package/selection-server/services/amqp.selection-frame-connect.service.js +1 -1
- package/selection-server/services/amqp.selection-frame-data.service.js +1 -1
- package/selection-server/services/amqp.selection-frame-first-enterance-guide.service.js +1 -1
- package/selection-server/services/amqp.selection-frame-guide.service.js +1 -1
- package/selection-server/services/amqp.selection-frame-review-request-like.service.js +1 -1
- package/selection-server/services/amqp.selection-frame-review-request.service.js +1 -1
- package/selection-server/services/amqp.selection-frame-vote.service.js +1 -1
- package/selection-server/services/amqp.selection-frame-voted-user.service.js +1 -1
- package/selection-server/services/amqp.selection-frame.service.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yolo-croket-dev/amqp-access",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.76-jun.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"author": "Yolo Co., Ltd.",
|
|
6
6
|
"description": "크로켓 amqp-access npm",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"license": "UNLICENSED",
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@nestjs/common": "^10.3.10",
|
|
21
|
-
"@yolo-croket-dev/core": "1.
|
|
21
|
+
"@yolo-croket-dev/core": "^1.9.3",
|
|
22
22
|
"@yolo-croket-dev/domain": "^0.2.25",
|
|
23
23
|
"@yolo-croket-dev/dto-v2": "0.2.8",
|
|
24
24
|
"@yolo-croket-dev/entity": "0.2.53",
|
|
@@ -27,4 +27,4 @@
|
|
|
27
27
|
"class-validator": "^0.13.2",
|
|
28
28
|
"dotenv": "^16.3.1"
|
|
29
29
|
}
|
|
30
|
-
}
|
|
30
|
+
}
|
|
@@ -6,7 +6,7 @@ const microservices_1 = require("@nestjs/microservices");
|
|
|
6
6
|
const provider_inject_util_1 = require("../provider-inject.util");
|
|
7
7
|
const { AMQP_URL } = process.env;
|
|
8
8
|
exports.SelectionServerProvider = {
|
|
9
|
-
provide: '
|
|
9
|
+
provide: 'STORE_ITEM_SERVER_PROVIDER',
|
|
10
10
|
useFactory: () => microservices_1.ClientProxyFactory.create({
|
|
11
11
|
transport: microservices_1.Transport.RMQ,
|
|
12
12
|
options: {
|
|
@@ -49,6 +49,6 @@ let AmqpSelectionFrameConnectService = class AmqpSelectionFrameConnectService {
|
|
|
49
49
|
exports.AmqpSelectionFrameConnectService = AmqpSelectionFrameConnectService;
|
|
50
50
|
exports.AmqpSelectionFrameConnectService = AmqpSelectionFrameConnectService = __decorate([
|
|
51
51
|
(0, common_1.Injectable)(),
|
|
52
|
-
__param(0, (0, common_1.Inject)('
|
|
52
|
+
__param(0, (0, common_1.Inject)('STORE_ITEM_SERVER_PROVIDER')),
|
|
53
53
|
__metadata("design:paramtypes", [microservices_1.ClientProxy])
|
|
54
54
|
], AmqpSelectionFrameConnectService);
|
|
@@ -75,6 +75,6 @@ let AmqpSelectionFrameDataService = class AmqpSelectionFrameDataService {
|
|
|
75
75
|
exports.AmqpSelectionFrameDataService = AmqpSelectionFrameDataService;
|
|
76
76
|
exports.AmqpSelectionFrameDataService = AmqpSelectionFrameDataService = __decorate([
|
|
77
77
|
(0, common_1.Injectable)(),
|
|
78
|
-
__param(0, (0, common_1.Inject)('
|
|
78
|
+
__param(0, (0, common_1.Inject)('STORE_ITEM_SERVER_PROVIDER')),
|
|
79
79
|
__metadata("design:paramtypes", [microservices_1.ClientProxy])
|
|
80
80
|
], AmqpSelectionFrameDataService);
|
|
@@ -34,6 +34,6 @@ let AmqpSelectionFrameFirstEnteranceGuideService = class AmqpSelectionFrameFirst
|
|
|
34
34
|
exports.AmqpSelectionFrameFirstEnteranceGuideService = AmqpSelectionFrameFirstEnteranceGuideService;
|
|
35
35
|
exports.AmqpSelectionFrameFirstEnteranceGuideService = AmqpSelectionFrameFirstEnteranceGuideService = __decorate([
|
|
36
36
|
(0, common_1.Injectable)(),
|
|
37
|
-
__param(0, (0, common_1.Inject)('
|
|
37
|
+
__param(0, (0, common_1.Inject)('STORE_ITEM_SERVER_PROVIDER')),
|
|
38
38
|
__metadata("design:paramtypes", [microservices_1.ClientProxy])
|
|
39
39
|
], AmqpSelectionFrameFirstEnteranceGuideService);
|
|
@@ -40,6 +40,6 @@ let AmqpSelectionFrameGuideService = class AmqpSelectionFrameGuideService {
|
|
|
40
40
|
exports.AmqpSelectionFrameGuideService = AmqpSelectionFrameGuideService;
|
|
41
41
|
exports.AmqpSelectionFrameGuideService = AmqpSelectionFrameGuideService = __decorate([
|
|
42
42
|
(0, common_1.Injectable)(),
|
|
43
|
-
__param(0, (0, common_1.Inject)('
|
|
43
|
+
__param(0, (0, common_1.Inject)('STORE_ITEM_SERVER_PROVIDER')),
|
|
44
44
|
__metadata("design:paramtypes", [microservices_1.ClientProxy])
|
|
45
45
|
], AmqpSelectionFrameGuideService);
|
|
@@ -31,6 +31,6 @@ let AmqpSelectionFrameReviewRequestLikeService = class AmqpSelectionFrameReviewR
|
|
|
31
31
|
exports.AmqpSelectionFrameReviewRequestLikeService = AmqpSelectionFrameReviewRequestLikeService;
|
|
32
32
|
exports.AmqpSelectionFrameReviewRequestLikeService = AmqpSelectionFrameReviewRequestLikeService = __decorate([
|
|
33
33
|
(0, common_1.Injectable)(),
|
|
34
|
-
__param(0, (0, common_1.Inject)('
|
|
34
|
+
__param(0, (0, common_1.Inject)('STORE_ITEM_SERVER_PROVIDER')),
|
|
35
35
|
__metadata("design:paramtypes", [microservices_1.ClientProxy])
|
|
36
36
|
], AmqpSelectionFrameReviewRequestLikeService);
|
|
@@ -34,6 +34,6 @@ let AmqpSelectionFrameReviewRequestService = class AmqpSelectionFrameReviewReque
|
|
|
34
34
|
exports.AmqpSelectionFrameReviewRequestService = AmqpSelectionFrameReviewRequestService;
|
|
35
35
|
exports.AmqpSelectionFrameReviewRequestService = AmqpSelectionFrameReviewRequestService = __decorate([
|
|
36
36
|
(0, common_1.Injectable)(),
|
|
37
|
-
__param(0, (0, common_1.Inject)('
|
|
37
|
+
__param(0, (0, common_1.Inject)('STORE_ITEM_SERVER_PROVIDER')),
|
|
38
38
|
__metadata("design:paramtypes", [microservices_1.ClientProxy])
|
|
39
39
|
], AmqpSelectionFrameReviewRequestService);
|
|
@@ -46,6 +46,6 @@ let AmqpSelectionFrameVoteService = class AmqpSelectionFrameVoteService {
|
|
|
46
46
|
exports.AmqpSelectionFrameVoteService = AmqpSelectionFrameVoteService;
|
|
47
47
|
exports.AmqpSelectionFrameVoteService = AmqpSelectionFrameVoteService = __decorate([
|
|
48
48
|
(0, common_1.Injectable)(),
|
|
49
|
-
__param(0, (0, common_1.Inject)('
|
|
49
|
+
__param(0, (0, common_1.Inject)('STORE_ITEM_SERVER_PROVIDER')),
|
|
50
50
|
__metadata("design:paramtypes", [microservices_1.ClientProxy])
|
|
51
51
|
], AmqpSelectionFrameVoteService);
|
|
@@ -37,6 +37,6 @@ let AmqpSelectionFrameVotedUserService = class AmqpSelectionFrameVotedUserServic
|
|
|
37
37
|
exports.AmqpSelectionFrameVotedUserService = AmqpSelectionFrameVotedUserService;
|
|
38
38
|
exports.AmqpSelectionFrameVotedUserService = AmqpSelectionFrameVotedUserService = __decorate([
|
|
39
39
|
(0, common_1.Injectable)(),
|
|
40
|
-
__param(0, (0, common_1.Inject)('
|
|
40
|
+
__param(0, (0, common_1.Inject)('STORE_ITEM_SERVER_PROVIDER')),
|
|
41
41
|
__metadata("design:paramtypes", [microservices_1.ClientProxy])
|
|
42
42
|
], AmqpSelectionFrameVotedUserService);
|
|
@@ -68,6 +68,6 @@ let AmqpSelectionFrameService = class AmqpSelectionFrameService {
|
|
|
68
68
|
exports.AmqpSelectionFrameService = AmqpSelectionFrameService;
|
|
69
69
|
exports.AmqpSelectionFrameService = AmqpSelectionFrameService = __decorate([
|
|
70
70
|
(0, common_1.Injectable)(),
|
|
71
|
-
__param(0, (0, common_1.Inject)('
|
|
71
|
+
__param(0, (0, common_1.Inject)('STORE_ITEM_SERVER_PROVIDER')),
|
|
72
72
|
__metadata("design:paramtypes", [microservices_1.ClientProxy])
|
|
73
73
|
], AmqpSelectionFrameService);
|