palabra 2.7.9 → 2.7.11

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.05.03, v2.7.11
2
+
3
+ feature:
4
+ - bd3eeb4 letras: nvim v0.12.2
5
+
6
+ 2026.05.03, v2.7.10
7
+
8
+ feature:
9
+ - 9b47fd0 palabra: letras: nvchad: rm nvm config before install
10
+
1
11
  2026.05.03, v2.7.9
2
12
 
3
13
  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
  ]
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nvim",
3
- "version": "0.12.0",
3
+ "version": "0.12.2",
4
4
  "bin": {
5
5
  "nvim": "bin/nvim"
6
6
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "palabra",
3
- "version": "2.7.9",
3
+ "version": "2.7.11",
4
4
  "type": "module",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "Palabra software installer",