@yolo-croket-dev/amqp-access 0.7.254 → 0.7.255

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolo-croket-dev/amqp-access",
3
- "version": "0.7.254",
3
+ "version": "0.7.255",
4
4
  "main": "index.js",
5
5
  "author": "Yolo Co., Ltd.",
6
6
  "description": "크로켓 amqp-access npm",
@@ -23,7 +23,7 @@
23
23
  "@yolo-croket-dev/domain": "0.2.40",
24
24
  "@yolo-croket-dev/dto-v2": "0.2.23",
25
25
  "@yolo-croket-dev/entity": "0.2.98",
26
- "@yolo-croket-dev/entity-v2": "0.3.15",
26
+ "@yolo-croket-dev/entity-v2": "0.3.16",
27
27
  "class-transformer": "^0.5.1",
28
28
  "class-validator": "^0.13.2",
29
29
  "dotenv": "^16.3.1"
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @author jun
2
+ * @author 최홍준
3
3
  * @description 관세법 개정 필독 공지 동의 저장 결과를 정의합니다.
4
4
  * @process 로그인한 셀러의 동의를 저장한 뒤 최종 동의 여부를 반환합니다.
5
5
  */