palabra 2.7.5 → 2.7.7

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,14 @@
1
+ 2026.05.03, v2.7.7
2
+
3
+ feature:
4
+ - 4e94bf2 letras: nvchad: add
5
+ - 63ffab7 palabra: f4: test
6
+
7
+ 2026.05.01, v2.7.6
8
+
9
+ fix:
10
+ - 54cf5af palabra: letras: f4
11
+
1
12
  2026.05.01, v2.7.5
2
13
 
3
14
  fix:
package/letras/f4/f4.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "f4",
3
- "url": "https://github.com/unxed/{{ name }} /releases/download/nightly/{{ name }}-linux-amd64.tar.gz",
3
+ "url": "https://github.com/unxed/{{ name }}/releases/download/nightly/{{ name }}-linux-amd64.tar.gz",
4
4
  "bin": "f4",
5
+ "test": "f4 -v",
5
6
  "extractDirectory": "{{ directorio }}/{{ name }}"
6
7
  }
@@ -0,0 +1,8 @@
1
+ {
2
+ "name": "nvchad",
3
+ "dependencies": ["nvim"],
4
+ "beforeInstall": [
5
+ "git clone https://github.com/NvChad/starter ${XDG_CONFIG_HOME:~.config}/nvim",
6
+ "nvim --headless '+Lazy! sync' +qa"
7
+ ]
8
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "palabra",
3
- "version": "2.7.5",
3
+ "version": "2.7.7",
4
4
  "type": "module",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "Palabra software installer",