palabra 1.21.5 → 1.22.0

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/ChangeLog CHANGED
@@ -1,3 +1,8 @@
1
+ 2026.04.12, v1.22.0
2
+
3
+ feature:
4
+ - 950ef6e palabra: when not found: exit 1
5
+
1
6
  2026.04.12, v1.21.5
2
7
 
3
8
  fix:
package/lib/hablar.js CHANGED
@@ -9,6 +9,7 @@ export const hablar = (silabas, {directorio} = {}) => {
9
9
 
10
10
  if (!encontro) {
11
11
  commands.push(`echo "🧨letra '${name}' not found"`);
12
+ commands.push(`exit 1`);
12
13
  continue;
13
14
  }
14
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "palabra",
3
- "version": "1.21.5",
3
+ "version": "1.22.0",
4
4
  "type": "module",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "Palabra software installer",