azdo-cli 0.15.0-bugfix-76.587 → 0.15.0-bugfix-76.591

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
@@ -2666,7 +2666,7 @@ function createGetMdFieldCommand() {
2666
2666
  if (value === null) {
2667
2667
  process.stdout.write("\n");
2668
2668
  } else {
2669
- process.stdout.write(toMarkdown(value) + "\n");
2669
+ process.stdout.write(toMarkdown(value).replace(/\r?\n$/, "") + "\n");
2670
2670
  }
2671
2671
  if (imageOptions.enabled) {
2672
2672
  await runImageDownload(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "azdo-cli",
3
- "version": "0.15.0-bugfix-76.587",
3
+ "version": "0.15.0-bugfix-76.591",
4
4
  "description": "Azure DevOps CLI tool",
5
5
  "type": "module",
6
6
  "bin": {