exodus-framework 2.0.720 → 2.0.721

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.
@@ -31,8 +31,8 @@ class RabbitMQService extends _service.default {
31
31
  if (!this.mainRouter) throw new _error.ApplicationException('Need router'); //!sem router
32
32
 
33
33
  this.mainRouter = {
34
- ...this.mainRouter,
35
- ..._messaging.default
34
+ ..._messaging.default,
35
+ ...this.mainRouter
36
36
  }; // # Register native router
37
37
  await this.connect();
38
38
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "exodus-framework",
3
- "version": "2.0.720",
3
+ "version": "2.0.721",
4
4
  "description": "Exodus Framework",
5
5
  "author": "jhownpaixao",
6
6
  "license": "ISC",