@punks/backend-entity-manager 0.0.387 → 0.0.388

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
@@ -347,7 +347,7 @@ class EntitySerializer {
347
347
  contentType: "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
348
348
  content: Buffer.from(backendCore.excelBuild({
349
349
  data: [{}],
350
- sheetName: this.entityName,
350
+ sheetName: definition?.sheet?.name ?? this.entityName,
351
351
  columns: [
352
352
  ...(this.options?.useTypeColumn
353
353
  ? [