@brandboostinggmbh/observable-workflows 0.4.7 → 0.4.8

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 +0 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -314,7 +314,6 @@ async function createStepContext(context) {
314
314
  const endTime = Date.now();
315
315
  const stepStatus$1 = "failed";
316
316
  const stepResult$1 = null;
317
- ctx.console.error(`This is a temporary log to debug errors in the error handler: ${error instanceof Error ? `M: ${error.message} N: ${error.name} s: ${error.stack}` : String(error)}`);
318
317
  let stepError$1;
319
318
  try {
320
319
  stepError$1 = context.serializer.serialize(error);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brandboostinggmbh/observable-workflows",
3
- "version": "0.4.7",
3
+ "version": "0.4.8",
4
4
  "description": "My awesome typescript library",
5
5
  "type": "module",
6
6
  "license": "MIT",