@aldb2b/common 1.0.952 → 1.0.953

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.
@@ -10,6 +10,7 @@ exports.EntityCommonModule = void 0;
10
10
  const common_1 = require("@nestjs/common");
11
11
  const config_1 = require("@nestjs/config");
12
12
  const preference_customization_controller_1 = require("./controllers/preference-customization.controller");
13
+ const preference_customization_service_1 = require("./services/preference-customization.service");
13
14
  let EntityCommonModule = class EntityCommonModule {
14
15
  };
15
16
  exports.EntityCommonModule = EntityCommonModule;
@@ -22,8 +23,8 @@ exports.EntityCommonModule = EntityCommonModule = __decorate([
22
23
  }),
23
24
  ],
24
25
  controllers: [preference_customization_controller_1.PreferenceCustomizationController],
25
- providers: [],
26
- exports: [],
26
+ providers: [preference_customization_service_1.PreferenceCustomizationService],
27
+ exports: [preference_customization_service_1.PreferenceCustomizationService],
27
28
  })
28
29
  ], EntityCommonModule);
29
30
  //# sourceMappingURL=entity.common.module.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"entity.common.module.js","sourceRoot":"","sources":["../../../../src/entities/models/common/entity.common.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAA+C;AAC/C,2CAA6C;AAC7C,2GAAsG;AAa/F,IAAM,kBAAkB,GAAxB,MAAM,kBAAkB;CAAG,CAAA;AAArB,gDAAkB;6BAAlB,kBAAkB;IAX9B,IAAA,eAAM,GAAE;IACR,IAAA,eAAM,EAAC;QACN,OAAO,EAAE;YACP,qBAAY,CAAC,OAAO,CAAC;gBACnB,QAAQ,EAAE,IAAI;aACf,CAAC;SACH;QACD,WAAW,EAAE,CAAC,uEAAiC,CAAC;QAChD,SAAS,EAAE,EAAE;QACb,OAAO,EAAE,EAAE;KACZ,CAAC;GACW,kBAAkB,CAAG"}
1
+ {"version":3,"file":"entity.common.module.js","sourceRoot":"","sources":["../../../../src/entities/models/common/entity.common.module.ts"],"names":[],"mappings":";;;;;;;;;AAAA,2CAA+C;AAC/C,2CAA6C;AAC7C,2GAAsG;AACtG,kGAA6F;AAatF,IAAM,kBAAkB,GAAxB,MAAM,kBAAkB;CAAG,CAAA;AAArB,gDAAkB;6BAAlB,kBAAkB;IAX9B,IAAA,eAAM,GAAE;IACR,IAAA,eAAM,EAAC;QACN,OAAO,EAAE;YACP,qBAAY,CAAC,OAAO,CAAC;gBACnB,QAAQ,EAAE,IAAI;aACf,CAAC;SACH;QACD,WAAW,EAAE,CAAC,uEAAiC,CAAC;QAChD,SAAS,EAAE,CAAC,iEAA8B,CAAC;QAC3C,OAAO,EAAE,CAAC,iEAA8B,CAAC;KAC1C,CAAC;GACW,kBAAkB,CAAG"}