@punks/backend-entity-manager 0.0.13 → 0.0.14

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.
package/dist/cjs/index.js CHANGED
@@ -48718,8 +48718,6 @@ CustomDiscoveryModule = __decorate([
48718
48718
  })
48719
48719
  ], CustomDiscoveryModule);
48720
48720
 
48721
- const Services = [];
48722
-
48723
48721
  var EntityManagerInitializer_1;
48724
48722
  let EntityManagerInitializer = EntityManagerInitializer_1 = class EntityManagerInitializer {
48725
48723
  constructor(discover, registry) {
@@ -48794,6 +48792,8 @@ EntityManagerInitializer = EntityManagerInitializer_1 = __decorate([
48794
48792
 
48795
48793
  const Processors = [EntityManagerInitializer];
48796
48794
 
48795
+ const Services = [];
48796
+
48797
48797
  const IoC = [exports.EntityManagerRegistry];
48798
48798
 
48799
48799
  exports.EntityManagerModule = class EntityManagerModule {
@@ -48815,6 +48815,7 @@ exports.NestEntityActions = NestEntityActions;
48815
48815
  exports.NestEntityManager = NestEntityManager;
48816
48816
  exports.NestTypeOrmQueryBuilder = NestTypeOrmQueryBuilder;
48817
48817
  exports.NestTypeOrmRepository = NestTypeOrmRepository;
48818
+ exports.Processors = Processors;
48818
48819
  exports.QueryBuilderBase = QueryBuilderBase;
48819
48820
  exports.WpEntity = WpEntity;
48820
48821
  exports.WpEntityActions = WpEntityActions;