@icarusmx/creta 1.0.10 → 1.0.11

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/bin/creta.js +2 -0
  2. package/package.json +1 -1
package/bin/creta.js CHANGED
@@ -805,6 +805,7 @@ async function startEnunciadosSelectorInteractive() {
805
805
  if (enunciado.id === 4) {
806
806
  // Special formatting for enunciado 4 with list items
807
807
  formattedText = formattedText.replace(/\n([abc])\)/g, '\n $1)')
808
+ formattedText = formattedText.replace(/\n\nEstos tres elementos/g, '\n\n Estos tres elementos')
808
809
  }
809
810
  console.log(`${highlight}${prefix}${index + 1}. ${formattedText}${reset}`)
810
811
  console.log("")
@@ -989,6 +990,7 @@ async function startEnunciadosSelectorFallback() {
989
990
  if (enunciado.id === 4) {
990
991
  // Special formatting for enunciado 4 with list items
991
992
  formattedText = formattedText.replace(/\n([abc])\)/g, '\n $1)')
993
+ formattedText = formattedText.replace(/\n\nEstos tres elementos/g, '\n\n Estos tres elementos')
992
994
  }
993
995
  console.log(`${index + 1}. ${formattedText}`)
994
996
  console.log("")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icarusmx/creta",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "Salgamos de este laberinto.",
5
5
  "type": "module",
6
6
  "bin": {