@icarusmx/creta 0.7.1 → 0.7.2

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 +1 -1
  2. package/package.json +1 -1
package/bin/creta.js CHANGED
@@ -585,7 +585,7 @@ async function startEnunciadosSelector() {
585
585
  const isInputTTY = process.stdin.isTTY
586
586
 
587
587
  // DEBUG: Show detection values for troubleshooting
588
- // console.log(`DEBUG: hasSetRawMode=${hasSetRawMode}, isOutputTTY=${isOutputTTY}, isInputTTY=${isInputTTY}`)
588
+ console.log(`DEBUG: hasSetRawMode=${hasSetRawMode}, isOutputTTY=${isOutputTTY}, isInputTTY=${isInputTTY}`)
589
589
 
590
590
  // Try interactive mode unless explicitly disabled
591
591
  if (hasSetRawMode && !process.env.CRETA_NO_INTERACTIVE) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icarusmx/creta",
3
- "version": "0.7.1",
3
+ "version": "0.7.2",
4
4
  "description": "Salgamos de este laberinto.",
5
5
  "type": "module",
6
6
  "bin": {