palabra 1.10.0 → 1.10.2

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.04.09, v1.10.2
2
+
3
+ fix:
4
+ - cd60f84 palabra: peerDependencies: drop putout
5
+
6
+ 2026.04.08, v1.10.1
7
+
8
+ fix:
9
+ - 63015c2 letra: nvim
10
+
1
11
  2026.04.08, v1.10.0
2
12
 
3
13
  feature:
@@ -1,5 +1,9 @@
1
1
  {
2
2
  "name": "nvim",
3
3
  "version": "0.12.0",
4
+ "hogar": "nvim-linux-x86_64",
5
+ "bin": {
6
+ "nvim": "bin/nvim"
7
+ },
4
8
  "url": "https://github.com/neovim/neovim/releases/download/v{{ version }}/nvim-linux-x86_64.tar.gz"
5
9
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "palabra",
3
- "version": "1.10.0",
3
+ "version": "1.10.2",
4
4
  "type": "module",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "Palabra software installer",
@@ -50,9 +50,6 @@
50
50
  "superc8": "^12.0.0",
51
51
  "supertape": "^12.10.5"
52
52
  },
53
- "peerDependencies": {
54
- "putout": ">=42"
55
- },
56
53
  "license": "MIT",
57
54
  "engines": {
58
55
  "node": ">=22"