palabra 2.7.0 → 2.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.
package/ChangeLog CHANGED
@@ -1,3 +1,13 @@
1
+ 2026.05.01, v2.7.2
2
+
3
+ feature:
4
+ - 9ec9b6d letras: f4: add
5
+
6
+ 2026.04.26, v2.7.1
7
+
8
+ fix:
9
+ - b93c0e3 palabra: rm
10
+
1
11
  2026.04.26, v2.7.0
2
12
 
3
13
  feature:
package/bin/palabra.js CHANGED
@@ -55,4 +55,3 @@ const [error] = await tryToCatch(execa, cmd, {
55
55
 
56
56
  if (error)
57
57
  process.exitCode = error.exitCode;
58
-
@@ -0,0 +1,4 @@
1
+ {
2
+ "name": "f4",
3
+ "url": "https://github.com/unxed/f4/releases/download/nightly/f4-linux-amd64.tar.gz"
4
+ }
@@ -1,9 +1,9 @@
1
1
  {
2
- "name": "gdu",
3
- "version": "5.35.0",
4
- "url": "https://github.com/dundee/gdu/releases/download/v{{ version }}/gdu_linux_amd64.tgz",
5
- "test": "gdu -v",
6
- "executable": true,
7
- "bin": "{{ name }}_linux_amd64",
8
- "extractDirectory": "{{ directorio }}/{{ name }}"
9
- }
2
+ "name": "gdu",
3
+ "version": "5.35.0",
4
+ "url": "https://github.com/dundee/gdu/releases/download/v{{ version }}/gdu_linux_amd64.tgz",
5
+ "test": "gdu -v",
6
+ "executable": true,
7
+ "bin": "{{ name }}_linux_amd64",
8
+ "extractDirectory": "{{ directorio }}/{{ name }}"
9
+ }
@@ -20,5 +20,8 @@
20
20
  "ghc --version",
21
21
  "stack --version"
22
22
  ],
23
- "commands": ["mv ~/.ghcup {{ directorio }}/ghcup", "ln -fs {{ directorio }}/ghcup/ghc/{{ version }}/lib/ghc-{{ version }}/bin/ghc {{ directorio }}/../bin/ghc"]
23
+ "commands": [
24
+ "mv ~/.ghcup {{ directorio }}/ghcup",
25
+ "ln -fs {{ directorio }}/ghcup/ghc/{{ version }}/lib/ghc-{{ version }}/bin/ghc {{ directorio }}/../bin/ghc"
26
+ ]
24
27
  }
package/lib/cli/borrar.js CHANGED
@@ -11,6 +11,5 @@ 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
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "palabra",
3
- "version": "2.7.0",
3
+ "version": "2.7.2",
4
4
  "type": "module",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "Palabra software installer",