palabra 1.9.2 → 1.9.4

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.08, v1.9.4
2
+
3
+ fix:
4
+ - dd97d23 letras: fasm: rm useless dir
5
+
6
+ 2026.04.08, v1.9.3
7
+
8
+ fix:
9
+ - 4ee3065 palabra: unpack: directory
10
+
1
11
  2026.04.08, v1.9.2
2
12
 
3
13
  fix:
@@ -2,6 +2,5 @@
2
2
  "name": "fasm",
3
3
  "version": "1.73.32",
4
4
  "url": "https://flatassembler.net/fasm-{{ version }}.tgz",
5
- "dir": "fasm",
6
5
  "bin": "fasm.x64"
7
6
  }
@@ -15,7 +15,7 @@ export const unpack = (letra) => {
15
15
  commands.push(`wget ${renderedURL}`);
16
16
  commands.push(`rm -rf ${directorio}/${name}`);
17
17
  commands.push(`mkdir -p ${directorio}/${name}`);
18
- commands.push(`tar zxf ${filename} -C ${directorio}/${name}`);
18
+ commands.push(`tar zxf ${filename} -C ${directorio}`);
19
19
  commands.push(`rm ${filename}`);
20
20
 
21
21
  return commands;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "palabra",
3
- "version": "1.9.2",
3
+ "version": "1.9.4",
4
4
  "type": "module",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "Palabra software installer",