palabra 2.7.13 → 2.8.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,12 @@
1
+ 2026.05.19, v2.8.0
2
+
3
+ fix:
4
+ - 890af7d palabra: nvchad: dependencies
5
+
6
+ feature:
7
+ - 1605a12 palabra: supertape v13.2.0
8
+ - 03091f3 letras: zero: add
9
+
1
10
  2026.05.03, v2.7.13
2
11
 
3
12
  fix:
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "zero",
3
+ "url": "https://zerolang.ai/install.sh",
4
+ "test": [
5
+ "zero --version"
6
+ ]
7
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "palabra",
3
- "version": "2.7.13",
3
+ "version": "2.8.0",
4
4
  "type": "module",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "Palabra software installer",
@@ -47,7 +47,7 @@
47
47
  "nodemon": "^3.0.1",
48
48
  "redlint": "^6.0.0",
49
49
  "superc8": "^12.0.0",
50
- "supertape": "^12.10.5"
50
+ "supertape": "^13.2.0"
51
51
  },
52
52
  "license": "MIT",
53
53
  "engines": {