palabra 2.7.0 → 2.7.1

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.26, v2.7.1
2
+
3
+ fix:
4
+ - b93c0e3 palabra: rm
5
+
1
6
  2026.04.26, v2.7.0
2
7
 
3
8
  feature:
package/lib/cli/borrar.js CHANGED
@@ -11,6 +11,6 @@ export const borrar = (nombres, {directorio}) => {
11
11
  commands.push(`rm rf ${bin}`);
12
12
  }
13
13
 
14
- return commands;
14
+ return commands.join(' && ');
15
15
  };
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "palabra",
3
- "version": "2.7.0",
3
+ "version": "2.7.1",
4
4
  "type": "module",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "Palabra software installer",