palabra 1.19.1 → 1.19.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.04.11, v1.19.3
2
+
3
+ fix:
4
+ - d119132 palabra: letras: yara
5
+
6
+ 2026.04.11, v1.19.2
7
+
8
+ fix:
9
+ - 6a1538a palabra: letras: rizin
10
+
1
11
  2026.04.11, v1.19.1
2
12
 
3
13
  feature:
@@ -2,7 +2,7 @@
2
2
  "name": "rizin",
3
3
  "version": "0.8.2",
4
4
  "url": "https://github.com/rizinorg/rizin/releases/download/v{{ version }}/rizin-v{{ version }}-static-x86_64.tar.xz",
5
- "extractDirectory": "{{ directorio }}/ {{ name }}",
5
+ "extractDirectory": "{{ directorio }}/{{ name }}",
6
6
  "bin": {
7
7
  "rizin": "bin/rizin",
8
8
  "rz-asm": "bin/rasm",
@@ -7,7 +7,7 @@
7
7
  "yr": "yr"
8
8
  },
9
9
  "commands": [
10
- "mkdir -f {{ directorio }}/yara",
10
+ "mkdir -p {{ directorio }}/yara",
11
11
  "mv -f {{ directorio }}/yr {{ directorio }}/yara/"
12
12
  ]
13
13
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "palabra",
3
- "version": "1.19.1",
3
+ "version": "1.19.3",
4
4
  "type": "module",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "Palabra software installer",