@ondc/automation-mock-runner 1.3.35 → 1.3.36

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.
@@ -274,6 +274,7 @@ async function buildConfigFromFlowConfig(payloads, flowConfig, domain, version,
274
274
  stepConfig.unsolicited = step.unsolicited;
275
275
  config.steps.push(stepConfig);
276
276
  }
277
+ config.meta.description = flowConfig.description || "";
277
278
  return config;
278
279
  }
279
280
  async function generatePlaygroundConfigFromFlowConfig(payloads, flowConfig) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ondc/automation-mock-runner",
3
- "version": "1.3.35",
3
+ "version": "1.3.36",
4
4
  "description": "A TypeScript library for ONDC automation mock runner",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",