@campxdev/server-shared 1.7.0 → 1.7.1

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 +1 @@
1
- {"version":3,"file":"utils.module.d.ts","sourceRoot":"","sources":["../../src/util-module/utils.module.ts"],"names":[],"mappings":"AAIA,qBAKa,WAAW;CAAG"}
1
+ {"version":3,"file":"utils.module.d.ts","sourceRoot":"","sources":["../../src/util-module/utils.module.ts"],"names":[],"mappings":"AAKA,qBAKa,WAAW;CAAG"}
@@ -9,6 +9,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
9
9
  exports.UtilsModule = void 0;
10
10
  const common_1 = require("@nestjs/common");
11
11
  const domain_1 = require("../domain");
12
+ const utils_custom_service_1 = require("./utils-custom.service");
12
13
  const utils_service_1 = require("./utils.service");
13
14
  let UtilsModule = class UtilsModule {
14
15
  };
@@ -16,8 +17,8 @@ exports.UtilsModule = UtilsModule;
16
17
  exports.UtilsModule = UtilsModule = __decorate([
17
18
  (0, common_1.Module)({
18
19
  imports: [domain_1.SharedDomainModule],
19
- providers: [utils_service_1.UtilsService],
20
- exports: [utils_service_1.UtilsService],
20
+ providers: [utils_service_1.UtilsService, utils_custom_service_1.CustomUtilsService],
21
+ exports: [utils_service_1.UtilsService, utils_custom_service_1.CustomUtilsService],
21
22
  })
22
23
  ], UtilsModule);
23
24
  //# sourceMappingURL=utils.module.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"utils.module.js","sourceRoot":"","sources":["../../src/util-module/utils.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAwC;AACxC,sCAA+C;AAC/C,mDAA+C;AAOxC,IAAM,WAAW,GAAjB,MAAM,WAAW;CAAG,CAAA;AAAd,kCAAW;sBAAX,WAAW;IALvB,IAAA,eAAM,EAAC;QACN,OAAO,EAAE,CAAC,2BAAkB,CAAC;QAC7B,SAAS,EAAE,CAAC,4BAAY,CAAC;QACzB,OAAO,EAAE,CAAC,4BAAY,CAAC;KACxB,CAAC;GACW,WAAW,CAAG"}
1
+ {"version":3,"file":"utils.module.js","sourceRoot":"","sources":["../../src/util-module/utils.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAAwC;AACxC,sCAA+C;AAC/C,iEAA4D;AAC5D,mDAA+C;AAOxC,IAAM,WAAW,GAAjB,MAAM,WAAW;CAAG,CAAA;AAAd,kCAAW;sBAAX,WAAW;IALvB,IAAA,eAAM,EAAC;QACN,OAAO,EAAE,CAAC,2BAAkB,CAAC;QAC7B,SAAS,EAAE,CAAC,4BAAY,EAAE,yCAAkB,CAAC;QAC7C,OAAO,EAAE,CAAC,4BAAY,EAAE,yCAAkB,CAAC;KAC5C,CAAC;GACW,WAAW,CAAG"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@campxdev/server-shared",
3
- "version": "1.7.0",
3
+ "version": "1.7.1",
4
4
  "description": "Campx server shared files",
5
5
  "main": "dist/index.js",
6
6
  "license": "MIT",