palabra 1.7.0 → 1.7.1

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.04.07, v1.7.1
2
+
3
+ fix:
4
+ - f618396 npmignore: fixture
5
+
1
6
  2026.04.07, v1.7.0
2
7
 
3
8
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "palabra",
3
- "version": "1.7.0",
3
+ "version": "1.7.1",
4
4
  "type": "module",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "Palabra software installer",
@@ -1,8 +0,0 @@
1
- [
2
- "wget https://github.com/neovim/neovim/releases/download/v1.0.0/nvim-linux-x86_64.tar.gz",
3
- "rm -rf ~/.local/src/nvim",
4
- "mkdir -p ~/.local/src/nvim",
5
- "tar zxf nvim-linux-x86_64.tar.gz -C ~/.local/src/nvim",
6
- "rm nvim-linux-x86_64.tar.gz",
7
- "ln -fs ~/.local/src/nvim/bin/nvim ~/.local/bin/nvim"
8
- ]
@@ -1,8 +0,0 @@
1
- [
2
- "wget https://github.com/neovim/neovim/releases/download/v*/nvim-linux-x86_64.tar.gz",
3
- "rm -rf ~/.local/src/nvim",
4
- "mkdir -p ~/.local/src/nvim",
5
- "tar zxf nvim-linux-x86_64.tar.gz -C ~/.local/src/nvim",
6
- "rm nvim-linux-x86_64.tar.gz",
7
- "ln -fs ~/.local/src/nvim/bin/nvim ~/.local/bin/nvim"
8
- ]