@punks/backend-entity-manager 0.0.291 → 0.0.292

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
@@ -2690,6 +2690,7 @@ exports.PipelineStatus = void 0;
2690
2690
 
2691
2691
  const toPipelineOperationError = (error) => ({
2692
2692
  message: error.message,
2693
+ stackTrace: error.stack,
2693
2694
  exception: error,
2694
2695
  });
2695
2696
  const getStepOutput = (result) => {