sigo-entities 1.2.107 → 1.2.108

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -26,8 +26,8 @@ var __decorateClass = (decorators, target, key, kind) => {
26
26
  };
27
27
 
28
28
  // src/index.ts
29
- var index_exports = {};
30
- __export(index_exports, {
29
+ var src_exports = {};
30
+ __export(src_exports, {
31
31
  ADM_RM_ZonasActividadENTITY: () => ADM_RM_ZonasActividadENTITY,
32
32
  ActaFinalCubicacionDTO: () => ActaFinalCubicacionDTO,
33
33
  ActaFinalCubicacionSharedDTO: () => ActaFinalCubicacionSharedDTO,
@@ -595,7 +595,7 @@ __export(index_exports, {
595
595
  validateAndFormatData: () => validateAndFormatData,
596
596
  validateArrayBody: () => validateArrayBody
597
597
  });
598
- module.exports = __toCommonJS(index_exports);
598
+ module.exports = __toCommonJS(src_exports);
599
599
  var import_reflect_metadata16 = require("reflect-metadata");
600
600
 
601
601
  // src/administracion/mail structure/shared/dto/destinatario-dto.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigo-entities",
3
- "version": "1.2.107",
3
+ "version": "1.2.108",
4
4
  "description": "Desarrollo de modelos de datos SIGO",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",