@saihu/common 1.1.32 → 1.1.33

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.
@@ -10,7 +10,7 @@ export declare const RoutingKeys: {
10
10
  readonly ORDER_FINALIZED: "procurement.order.finalized";
11
11
  };
12
12
  readonly shop: {
13
- readonly CREATED: "shop.created";
13
+ readonly SHOP_CREATED: "shop.created";
14
14
  };
15
15
  readonly oper_log_exchange: {};
16
16
  };
@@ -13,7 +13,7 @@ exports.RoutingKeys = {
13
13
  ORDER_FINALIZED: 'procurement.order.finalized',
14
14
  },
15
15
  [Exchanges.SHOP]: {
16
- CREATED: 'shop.created',
16
+ SHOP_CREATED: 'shop.created',
17
17
  },
18
18
  [Exchanges.OPER_LOG_EXCHANGE]: {
19
19
  // Add your oper log routing keys here
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saihu/common",
3
- "version": "1.1.32",
3
+ "version": "1.1.33",
4
4
  "description": "Common utilities for NestJS applications",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",