@wrcb/cb-common 1.0.387 → 1.0.389

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.
@@ -19,7 +19,7 @@ const fluent_ffmpeg_1 = __importDefault(require("fluent-ffmpeg"));
19
19
  const fs_1 = require("fs"); // Importar promises do fs
20
20
  const uuid_1 = require("uuid");
21
21
  const TenantDataService_1 = require("../../services/TenantDataService");
22
- const badRequestError_1 = require("src/errors/badRequestError");
22
+ const badRequestError_1 = require("../../errors/badRequestError");
23
23
  class StorageService {
24
24
  constructor(provider) {
25
25
  this.provider = provider;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wrcb/cb-common",
3
- "version": "1.0.387",
3
+ "version": "1.0.389",
4
4
  "description": "Common resources between services",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",