@seidor-cloud-produtos/orbit-backend-lib 0.0.28 → 0.0.30

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.
@@ -7,5 +7,5 @@ export default abstract class CreateConsumers {
7
7
  readonly queue: QueueConnection;
8
8
  protected abstract consumers: IConsumer[];
9
9
  constructor(queue: QueueConnection);
10
- createConsumersVHostPartnerService(): Promise<void>;
10
+ createConsumers(): Promise<void>;
11
11
  }
@@ -4,7 +4,7 @@ class CreateConsumers {
4
4
  constructor(queue) {
5
5
  this.queue = queue;
6
6
  }
7
- async createConsumersVHostPartnerService() {
7
+ async createConsumers() {
8
8
  if (!this.queue.createConsumers) {
9
9
  return;
10
10
  }
@@ -3,7 +3,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
3
3
  const tslib_1 = require('tslib');
4
4
  const cors_1 = tslib_1.__importDefault(require('cors'));
5
5
  const express_1 = tslib_1.__importDefault(require('express'));
6
- const middleware_express_1 = require('lib/frameworks/express/api-gateway/middleware-express');
6
+ const middleware_express_1 = require('../../../frameworks/express/api-gateway/middleware-express');
7
7
  class ExpressAdapter {
8
8
  constructor(envs) {
9
9
  this.envs = envs;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seidor-cloud-produtos/orbit-backend-lib",
3
- "version": "0.0.28",
3
+ "version": "0.0.30",
4
4
  "description": "Internal lib for backend components",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",