palabra 2.8.1 → 2.8.3

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.20, v2.8.3
2
+
3
+ fix:
4
+ - eceb3c4 README: rm ✅
5
+
6
+ 2026.05.19, v2.8.2
7
+
8
+ fix:
9
+ - 4fd8e9c letras: zero: bin
10
+
1
11
  2026.05.19, v2.8.1
2
12
 
3
13
  fix:
package/README.md CHANGED
@@ -23,9 +23,7 @@ npm i palabra -g
23
23
 
24
24
  ## Usage
25
25
 
26
- First thing you should do is:
27
-
28
- - ✅ create `.palabra.json` with soft you want to install, like this:
26
+ First thing you should do is create `.palabra.json` with soft you want to install, like this:
29
27
 
30
28
  ```json
31
29
  {
@@ -2,6 +2,9 @@
2
2
  "name": "zero",
3
3
  "version": "latest",
4
4
  "url": "https://zerolang.ai/install.sh",
5
+ "bin": {
6
+ "zero": "zero"
7
+ },
5
8
  "env": {
6
9
  "ZERO_INSTALL_DIR": "{{ directorio }}/zero",
7
10
  "ZERO_VERSION": "{{ version }}"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "palabra",
3
- "version": "2.8.1",
3
+ "version": "2.8.3",
4
4
  "type": "module",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "Palabra software installer",