@mablhq/playwright-tools 2.101.2 → 2.101.5

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.
@@ -114,6 +114,7 @@ function normalizeVariablesSummaryForExport(summary) {
114
114
  flow: addFlowNamespaceToVariableNames(sanitizeVariables(summary.flow)),
115
115
  journey: addUserNamespaceToVariableNames(sanitizeVariables(summary.journey)),
116
116
  parameters: addUserNamespaceToVariableNames(sanitizeVariables(summary.parameters)),
117
+ ...(summary.stepSources && { stepSources: summary.stepSources }),
117
118
  };
118
119
  }
119
120
  function sanitizeVariables(variables) {