azdo-cli 0.7.0 → 0.8.0-develop.167

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 +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -799,7 +799,7 @@ function formatExtraFields(extraFields, markdown) {
799
799
  const displayValue = toMarkdown(value);
800
800
  return formatMarkdownField(fieldLabel, displayValue);
801
801
  }
802
- return `${fieldLabel.padEnd(13)}${value}`;
802
+ return formatMarkdownField(fieldLabel, value);
803
803
  });
804
804
  }
805
805
  function summarizeDescription(text, label, markdown) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "azdo-cli",
3
- "version": "0.7.0",
3
+ "version": "0.8.0-develop.167",
4
4
  "description": "Azure DevOps CLI tool",
5
5
  "type": "module",
6
6
  "bin": {