palabra 2.6.6 → 2.6.8

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.04.26, v2.6.8
2
+
3
+ fix:
4
+ - aff4cff palabra: letras: gdu: bin
5
+
6
+ 2026.04.26, v2.6.7
7
+
8
+ fix:
9
+ - fffc6c6 palabra: letras: gdu
10
+
1
11
  2026.04.26, v2.6.6
2
12
 
3
13
  fix:
@@ -4,6 +4,6 @@
4
4
  "url": "https://github.com/dundee/gdu/releases/download/v{{ version }}/gdu_linux_amd64.tgz",
5
5
  "test": "gdu -v",
6
6
  "executable": true,
7
- "bin": "{{ name }}",
8
- "rename": "{{ name }}_linux_amd64"
7
+ "bin": "{{ name }}_linux_amd64",
8
+ "extractDirectory": "{{ directorio }}/{{ name }}"
9
9
  }
@@ -8,7 +8,7 @@ export const rename = (letra) => {
8
8
  const from = join(directorio, renderedRename);
9
9
  const to = join(directorio, name);
10
10
 
11
- commands.push(`mv -T ${from} ${to} || mv ${from} ${to}`);
11
+ commands.push(`mv -T ${from} ${to}`);
12
12
 
13
13
  return commands;
14
14
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "palabra",
3
- "version": "2.6.6",
3
+ "version": "2.6.8",
4
4
  "type": "module",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "Palabra software installer",