@saihu/common 1.1.50 → 1.1.52

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.
@@ -3,6 +3,6 @@ export declare const LOGIN_USER_KEY = "login_user:";
3
3
  export declare const COMMON_MODULE_OPTIONS = "COMMON_MODULE_OPTIONS";
4
4
  export declare const REDIS_SERVICE = "REDIS_SERVICE";
5
5
  export declare const RABBITMQ_SERVICE = "RABBITMQ_SERVICE";
6
- export declare const OPER_LOG_QUEUE = "oper_log_queue";
6
+ export declare const OPER_LOG_QUEUE = "q.oper.log.created.im-id";
7
7
  export declare const OPER_LOG_EXCHANGE = "oper_log_exchange";
8
8
  //# sourceMappingURL=common.consts.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"common.consts.d.ts","sourceRoot":"","sources":["../../src/consts/common.consts.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,aAAa,IAAI,CAAC;AAC/B,eAAO,MAAM,cAAc,gBAAgB,CAAC;AAC5C,eAAO,MAAM,qBAAqB,0BAA0B,CAAC;AAC7D,eAAO,MAAM,aAAa,kBAAkB,CAAC;AAC7C,eAAO,MAAM,gBAAgB,qBAAqB,CAAC;AACnD,eAAO,MAAM,cAAc,mBAAmB,CAAC;AAC/C,eAAO,MAAM,iBAAiB,sBAAsB,CAAC"}
1
+ {"version":3,"file":"common.consts.d.ts","sourceRoot":"","sources":["../../src/consts/common.consts.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa,IAAI,CAAC;AAC/B,eAAO,MAAM,cAAc,gBAAgB,CAAC;AAC5C,eAAO,MAAM,qBAAqB,0BAA0B,CAAC;AAC7D,eAAO,MAAM,aAAa,kBAAkB,CAAC;AAC7C,eAAO,MAAM,gBAAgB,qBAAqB,CAAC;AACnD,eAAO,MAAM,cAAc,6BAA6B,CAAC;AACzD,eAAO,MAAM,iBAAiB,sBAAsB,CAAC"}
@@ -6,5 +6,5 @@ exports.LOGIN_USER_KEY = 'login_user:';
6
6
  exports.COMMON_MODULE_OPTIONS = 'COMMON_MODULE_OPTIONS';
7
7
  exports.REDIS_SERVICE = 'REDIS_SERVICE';
8
8
  exports.RABBITMQ_SERVICE = 'RABBITMQ_SERVICE';
9
- exports.OPER_LOG_QUEUE = 'oper_log_queue';
9
+ exports.OPER_LOG_QUEUE = 'q.oper.log.created.im-id';
10
10
  exports.OPER_LOG_EXCHANGE = 'oper_log_exchange';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saihu/common",
3
- "version": "1.1.50",
3
+ "version": "1.1.52",
4
4
  "description": "Common utilities for NestJS applications",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",