@yolo-croket-dev/amqp-access 0.2.61-jun.0 → 0.2.61-jun.2
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/analytics-service/amqp.analytics-service.provider.d.ts +1 -1
- package/coupon-server/amqp.coupon-server.provider.d.ts +1 -1
- package/elastic-service/amqp.elastic-service.provider.d.ts +1 -1
- package/image-server/amqp.image-server.provider.d.ts +1 -1
- package/manage-service/amqp.manage-service.provider.d.ts +1 -1
- package/notification-service/amqp.notification-service.provider.d.ts +1 -1
- package/order-server/amqp.order-server.provider.d.ts +1 -1
- package/package.json +2 -2
- package/payment-service/amqp.payment-service.provider.d.ts +1 -1
- package/selection-server/amqp.selection-server.provider.d.ts +1 -1
- package/store-item-server/amqp.store-item-server.provider.d.ts +1 -1
- package/user-service/amqp.user-service.provider.d.ts +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const AnalyticsServiceProvider: {
|
|
2
2
|
provide: string;
|
|
3
|
-
useFactory: () => import("@nestjs/microservices").ClientProxy
|
|
3
|
+
useFactory: () => import("@nestjs/microservices").ClientProxy<Record<never, Function>, string>;
|
|
4
4
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const CouponServerProvider: {
|
|
2
2
|
provide: string;
|
|
3
|
-
useFactory: () => import("@nestjs/microservices").ClientProxy
|
|
3
|
+
useFactory: () => import("@nestjs/microservices").ClientProxy<Record<never, Function>, string>;
|
|
4
4
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const ElasticServiceProvider: {
|
|
2
2
|
provide: string;
|
|
3
|
-
useFactory: () => import("@nestjs/microservices").ClientProxy
|
|
3
|
+
useFactory: () => import("@nestjs/microservices").ClientProxy<Record<never, Function>, string>;
|
|
4
4
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const ImageServerProvider: {
|
|
2
2
|
provide: string;
|
|
3
|
-
useFactory: () => import("@nestjs/microservices").ClientProxy
|
|
3
|
+
useFactory: () => import("@nestjs/microservices").ClientProxy<Record<never, Function>, string>;
|
|
4
4
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const ManageServiceProvider: {
|
|
2
2
|
provide: string;
|
|
3
|
-
useFactory: () => import("@nestjs/microservices").ClientProxy
|
|
3
|
+
useFactory: () => import("@nestjs/microservices").ClientProxy<Record<never, Function>, string>;
|
|
4
4
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const NotifiactionServiceProvider: {
|
|
2
2
|
provide: string;
|
|
3
|
-
useFactory: () => import("@nestjs/microservices").ClientProxy
|
|
3
|
+
useFactory: () => import("@nestjs/microservices").ClientProxy<Record<never, Function>, string>;
|
|
4
4
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const OrderServerProvider: {
|
|
2
2
|
provide: string;
|
|
3
|
-
useFactory: () => import("@nestjs/microservices").ClientProxy
|
|
3
|
+
useFactory: () => import("@nestjs/microservices").ClientProxy<Record<never, Function>, string>;
|
|
4
4
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yolo-croket-dev/amqp-access",
|
|
3
|
-
"version": "0.2.61-jun.
|
|
3
|
+
"version": "0.2.61-jun.2",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"author": "Yolo Co., Ltd.",
|
|
6
6
|
"description": "크로켓 amqp-access npm",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
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.141",
|
|
25
|
-
"@yolo-croket-dev/entity-v2": "0.0.
|
|
25
|
+
"@yolo-croket-dev/entity-v2": "0.0.125",
|
|
26
26
|
"@yolo-croket-dev/domain": "^0.0.12",
|
|
27
27
|
"class-transformer": "^0.5.1",
|
|
28
28
|
"class-validator": "^0.13.2",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const PaymentServiceProvider: {
|
|
2
2
|
provide: string;
|
|
3
|
-
useFactory: () => import("@nestjs/microservices").ClientProxy
|
|
3
|
+
useFactory: () => import("@nestjs/microservices").ClientProxy<Record<never, Function>, string>;
|
|
4
4
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const SelectionServerProvider: {
|
|
2
2
|
provide: string;
|
|
3
|
-
useFactory: () => import("@nestjs/microservices").ClientProxy
|
|
3
|
+
useFactory: () => import("@nestjs/microservices").ClientProxy<Record<never, Function>, string>;
|
|
4
4
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const StoreItemServerProvider: {
|
|
2
2
|
provide: string;
|
|
3
|
-
useFactory: () => import("@nestjs/microservices").ClientProxy
|
|
3
|
+
useFactory: () => import("@nestjs/microservices").ClientProxy<Record<never, Function>, string>;
|
|
4
4
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const UserServiceProvider: {
|
|
2
2
|
provide: string;
|
|
3
|
-
useFactory: () => import("@nestjs/microservices").ClientProxy
|
|
3
|
+
useFactory: () => import("@nestjs/microservices").ClientProxy<Record<never, Function>, string>;
|
|
4
4
|
};
|