palabra 2.7.1 → 2.7.3

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.3
2
+
3
+ fix:
4
+ - b60f13e palabra: f4
5
+
6
+ 2026.05.01, v2.7.2
7
+
8
+ feature:
9
+ - 9ec9b6d letras: f4: add
10
+
1
11
  2026.04.26, v2.7.1
2
12
 
3
13
  fix:
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,6 @@
1
+ {
2
+ "name": "f4",
3
+ "url": "https://github.com/unxed/{{ name }} /releases/download/nightly/{{ name }}-linux-amd64.tar.gz",
4
+ "bin": "f4",
5
+ "extractDirectory": "{{ directorio }}/{{ name }}"
6
+ }
@@ -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
@@ -13,4 +13,3 @@ export const borrar = (nombres, {directorio}) => {
13
13
 
14
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.1",
3
+ "version": "2.7.3",
4
4
  "type": "module",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "Palabra software installer",