palabra 1.20.0 → 1.20.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.04.11, v1.20.2
2
+
3
+ fix:
4
+ - 7ee4aa7 palabra: letras: rizin: bin
5
+
6
+ 2026.04.11, v1.20.1
7
+
8
+ fix:
9
+ - 4dde60f palabra: letras: nvim
10
+
1
11
  2026.04.11, v1.20.0
2
12
 
3
13
  feature:
@@ -6,6 +6,6 @@
6
6
  },
7
7
  "url": "https://github.com/neovim/neovim/releases/download/v{{ version }}/nvim-linux-x86_64.tar.gz",
8
8
  "afterInstall": [
9
- "mv {{ directorio }}/nvim-linux-x86_64 {{ directorio }}/nvim"
9
+ "mv -T {{ directorio }}/nvim-linux-x86_64 {{ directorio }}/nvim"
10
10
  ]
11
11
  }
@@ -5,8 +5,8 @@
5
5
  "extractDirectory": "{{ directorio }}/{{ name }}",
6
6
  "bin": {
7
7
  "rizin": "bin/rizin",
8
- "rz-asm": "bin/rasm",
9
- "rz-ax": "bin/rax",
8
+ "rz-asm": "bin/rz-asm",
9
+ "rz-ax": "bin/rz-ax",
10
10
  "rz-bin": "bin/rz-bin",
11
11
  "rz-diff": "bin/rz-diff",
12
12
  "rz-find": "bin/rz-find",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "palabra",
3
- "version": "1.20.0",
3
+ "version": "1.20.2",
4
4
  "type": "module",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "Palabra software installer",