palabra 2.7.10 → 2.7.12

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.12
2
+
3
+ feature:
4
+ - d13c270 help: list
5
+
6
+ 2026.05.03, v2.7.11
7
+
8
+ feature:
9
+ - bd3eeb4 letras: nvim v0.12.2
10
+
1
11
  2026.05.03, v2.7.10
2
12
 
3
13
  feature:
package/help.json CHANGED
@@ -2,5 +2,6 @@
2
2
  "-h, --help ": "display this help and exit",
3
3
  "-v, --version ": "output version information and exit",
4
4
  "i[nstall] ": "install letra",
5
- "r[emove] ": "remove letra"
5
+ "r[emove] ": "remove letra",
6
+ "l[ist] ": "list letras"
6
7
  }
@@ -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.10",
3
+ "version": "2.7.12",
4
4
  "type": "module",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "Palabra software installer",