@optique/core 1.0.0-dev.394 → 1.0.0-dev.395

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.
package/dist/message.cjs CHANGED
@@ -257,7 +257,7 @@ function formatMessage(msg, options = {}) {
257
257
  const paragraphs = term.text.split(/\n\n+/);
258
258
  for (let paragraphIndex = 0; paragraphIndex < paragraphs.length; paragraphIndex++) {
259
259
  if (paragraphIndex > 0) yield {
260
- text: "\n",
260
+ text: "\n\n",
261
261
  width: -1
262
262
  };
263
263
  const paragraph = paragraphs[paragraphIndex].replace(/\n/g, " ");
package/dist/message.js CHANGED
@@ -256,7 +256,7 @@ function formatMessage(msg, options = {}) {
256
256
  const paragraphs = term.text.split(/\n\n+/);
257
257
  for (let paragraphIndex = 0; paragraphIndex < paragraphs.length; paragraphIndex++) {
258
258
  if (paragraphIndex > 0) yield {
259
- text: "\n",
259
+ text: "\n\n",
260
260
  width: -1
261
261
  };
262
262
  const paragraph = paragraphs[paragraphIndex].replace(/\n/g, " ");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optique/core",
3
- "version": "1.0.0-dev.394+c9d9024d",
3
+ "version": "1.0.0-dev.395+ace61d13",
4
4
  "description": "Type-safe combinatorial command-line interface parser",
5
5
  "keywords": [
6
6
  "CLI",