palabra 2.7.13 → 2.8.1
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 +14 -0
- package/letras/zero/zero.json +12 -0
- package/package.json +2 -2
package/ChangeLog
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
2026.05.19, v2.8.1
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- 41f1322 letras: zero: ZERO_INSTALL_DIR
|
|
5
|
+
|
|
6
|
+
2026.05.19, v2.8.0
|
|
7
|
+
|
|
8
|
+
fix:
|
|
9
|
+
- 890af7d palabra: nvchad: dependencies
|
|
10
|
+
|
|
11
|
+
feature:
|
|
12
|
+
- 1605a12 palabra: supertape v13.2.0
|
|
13
|
+
- 03091f3 letras: zero: add
|
|
14
|
+
|
|
1
15
|
2026.05.03, v2.7.13
|
|
2
16
|
|
|
3
17
|
fix:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "palabra",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.8.1",
|
|
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": "^
|
|
50
|
+
"supertape": "^13.2.0"
|
|
51
51
|
},
|
|
52
52
|
"license": "MIT",
|
|
53
53
|
"engines": {
|