palabra 2.7.9 → 2.7.10

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,8 @@
1
+ 2026.05.03, v2.7.10
2
+
3
+ feature:
4
+ - 9b47fd0 palabra: letras: nvchad: rm nvm config before install
5
+
1
6
  2026.05.03, v2.7.9
2
7
 
3
8
  fix:
@@ -2,6 +2,7 @@
2
2
  "name": "nvchad",
3
3
  "dependencies": ["nvim"],
4
4
  "beforeInstall": [
5
+ "rm -rf ${XDG_CONFIG_HOME:-~/.config}/nvim",
5
6
  "git clone https://github.com/NvChad/starter ${XDG_CONFIG_HOME:-~/.config}/nvim",
6
7
  "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.9",
3
+ "version": "2.7.10",
4
4
  "type": "module",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "Palabra software installer",