@aldb2b/common 1.0.147 → 1.0.148

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.
@@ -1,4 +1,4 @@
1
- export declare enum Exhanges {
1
+ export declare enum Exchanges {
2
2
  TOPIC_EXCHANGE = "default_topic_exchange",
3
3
  FANOUT_EXCHANGE = "default_fanout_exchange"
4
4
  }
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Exhanges = void 0;
4
- var Exhanges;
5
- (function (Exhanges) {
6
- Exhanges["TOPIC_EXCHANGE"] = "default_topic_exchange";
7
- Exhanges["FANOUT_EXCHANGE"] = "default_fanout_exchange";
8
- })(Exhanges = exports.Exhanges || (exports.Exhanges = {}));
3
+ exports.Exchanges = void 0;
4
+ var Exchanges;
5
+ (function (Exchanges) {
6
+ Exchanges["TOPIC_EXCHANGE"] = "default_topic_exchange";
7
+ Exchanges["FANOUT_EXCHANGE"] = "default_fanout_exchange";
8
+ })(Exchanges = exports.Exchanges || (exports.Exchanges = {}));
9
9
  //# sourceMappingURL=exchanges.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"exchanges.js","sourceRoot":"","sources":["../../src/events/exchanges.ts"],"names":[],"mappings":";;;AAAA,IAAY,QAGX;AAHD,WAAY,QAAQ;IAClB,qDAAyC,CAAA;IACzC,uDAA2C,CAAA;AAC7C,CAAC,EAHW,QAAQ,GAAR,gBAAQ,KAAR,gBAAQ,QAGnB"}
1
+ {"version":3,"file":"exchanges.js","sourceRoot":"","sources":["../../src/events/exchanges.ts"],"names":[],"mappings":";;;AAAA,IAAY,SAGX;AAHD,WAAY,SAAS;IACnB,sDAAyC,CAAA;IACzC,wDAA2C,CAAA;AAC7C,CAAC,EAHW,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAGpB"}
@@ -457,8 +457,8 @@
457
457
  "affectsGlobalScope": false
458
458
  },
459
459
  "../src/events/exchanges.ts": {
460
- "version": "ff148de37da643d1fa9f0d56d07ba2edf0f54e4eb2de923b47d4c16acd456d05",
461
- "signature": "721f991df667986db0dfcb9c86f63fba5a9f344c9b3d6df3c31fa6e70d5ee1ac",
460
+ "version": "743fc12eafc6647756cc56bc57c2a5573988c90a42cc197d6031b292491a60c6",
461
+ "signature": "5b1d183287d8fa30787af2d3d69eb1e62cd3325022d10290a3105df283689d25",
462
462
  "affectsGlobalScope": false
463
463
  },
464
464
  "../node_modules/class-validator/types/validation/ValidationError.d.ts": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aldb2b/common",
3
- "version": "1.0.147",
3
+ "version": "1.0.148",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",