@punks/backend-entity-manager 0.0.421 → 0.0.422

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/esm/index.js CHANGED
@@ -264,6 +264,7 @@ class EntitySerializer {
264
264
  keysTransform: ExcelKeyTransform.Lower,
265
265
  dateColumns: dateColumns.map((x) => x.name),
266
266
  });
267
+ console.log(records, "parsed");
267
268
  return records.map((x, i) => this.convertSheetRecord(x, definition, i));
268
269
  }
269
270
  convertSheetRecord(record, definition, rowIndex) {