@punks/backend-entity-manager 0.0.454 → 0.0.455

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
@@ -2816,6 +2816,7 @@ const toEntitiesImportInput = (request) => ({
2816
2816
  fileName: request.file.originalname,
2817
2817
  },
2818
2818
  payload: request.payload,
2819
+ options: request.options,
2819
2820
  });
2820
2821
 
2821
2822
  class IEntityVersionsCursor {