palabra 2.15.1 → 2.16.0

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,14 @@
1
+ 2026.06.28, v2.16.0
2
+
3
+ feature:
4
+ - dc84c95 palabra: nvim: add support of arm
5
+ - 18e5082 letras: nvim: v0.12.3
6
+
7
+ 2026.06.04, v2.15.2
8
+
9
+ fix:
10
+ - fb25a46 letras: amber
11
+
1
12
  2026.06.03, v2.15.1
2
13
 
3
14
  fix:
@@ -1,10 +1,13 @@
1
1
  {
2
2
  "name": "amber",
3
- "version": "0.6.0",
3
+ "version": "0.6.0-alpha",
4
4
  "bin": {
5
5
  "amber": "amber"
6
6
  },
7
7
  "hogar": "",
8
8
  "test": "amber --version",
9
- "url": "https://github.com/amber-lang/amber/releases/download/{{ version }}/amber-linux-gnu-x86_64.tar.xz"
9
+ "url": {
10
+ "linux": "https://github.com/amber-lang/amber/releases/download/{{ version }}/amber-linux-gnu-x86_64.tar.xz",
11
+ "darwin": "https://github.com/amber-lang/amber/releases/download/{{ version }}/amber-macos-aarch64.tar.xz"
12
+ }
10
13
  }
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "nvim",
3
- "version": "0.12.2",
3
+ "version": "0.12.3",
4
4
  "bin": {
5
5
  "nvim": "bin/nvim"
6
6
  },
7
- "url": "https://github.com/neovim/neovim/releases/download/v{{ version }}/nvim-linux-x86_64.tar.gz",
8
- "rename": "nvim-linux-x86_64",
7
+ "url": "https://github.com/neovim/neovim/releases/download/v{{ version }}/nvim-linux-{{ arch }}.tar.gz",
8
+ "rename": "nvim-linux-{{ arch }}",
9
9
  "test": "nvim -v"
10
10
  }
@@ -16,6 +16,7 @@ export const prepare = (letra, overrides) => {
16
16
  const url = parseURL(letra, overrides);
17
17
 
18
18
  return {
19
+ arch: '$(uname -m)',
19
20
  ...letra,
20
21
  confirmar,
21
22
  directorio,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "palabra",
3
- "version": "2.15.1",
3
+ "version": "2.16.0",
4
4
  "type": "module",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "Palabra software installer",