@visulima/cerebro 1.1.54 → 1.1.56
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.md +26 -0
- package/LICENSE.md +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,29 @@
|
|
|
1
|
+
## @visulima/cerebro [1.1.56](https://github.com/visulima/visulima/compare/@visulima/cerebro@1.1.55...@visulima/cerebro@1.1.56) (2025-10-21)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* allow node v25 and updated dev deps ([8158cc5](https://github.com/visulima/visulima/commit/8158cc53ec92bd0331e8c6bd0fcbc8ab61b9320f))
|
|
6
|
+
|
|
7
|
+
### Miscellaneous Chores
|
|
8
|
+
|
|
9
|
+
* update copyright year in LICENSE.md files ([c46a28d](https://github.com/visulima/visulima/commit/c46a28d2afb4cc7d73a7edde9a271a7156f87eae))
|
|
10
|
+
* update license years and add validation rules ([b97811e](https://github.com/visulima/visulima/commit/b97811ed2d253d908c0d86b4579a0a6bc33673a8))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Dependencies
|
|
14
|
+
|
|
15
|
+
* **@visulima/boxen:** upgraded to 2.0.5
|
|
16
|
+
* **@visulima/colorize:** upgraded to 1.4.25
|
|
17
|
+
* **@visulima/find-cache-dir:** upgraded to 2.0.2
|
|
18
|
+
* **@visulima/pail:** upgraded to 3.0.1
|
|
19
|
+
* **@visulima/path:** upgraded to 2.0.1
|
|
20
|
+
|
|
21
|
+
## @visulima/cerebro [1.1.55](https://github.com/visulima/visulima/compare/@visulima/cerebro@1.1.54...@visulima/cerebro@1.1.55) (2025-10-20)
|
|
22
|
+
|
|
23
|
+
### Bug Fixes
|
|
24
|
+
|
|
25
|
+
* downgrade @visulima/pail to version 2.1.31 in cerebro package.json ([3518bd4](https://github.com/visulima/visulima/commit/3518bd4b0f7a6cc7a6bf862ebf9dcf129798c1e2))
|
|
26
|
+
|
|
1
27
|
## @visulima/cerebro [1.1.54](https://github.com/visulima/visulima/compare/@visulima/cerebro@1.1.53...@visulima/cerebro@1.1.54) (2025-10-20)
|
|
2
28
|
|
|
3
29
|
### Miscellaneous Chores
|
package/LICENSE.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/cerebro",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.56",
|
|
4
4
|
"description": "A delightful toolkit for building Node-powered CLIs.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"command",
|
|
@@ -86,16 +86,16 @@
|
|
|
86
86
|
"LICENSE.md"
|
|
87
87
|
],
|
|
88
88
|
"dependencies": {
|
|
89
|
-
"@visulima/boxen": "2.0.
|
|
90
|
-
"@visulima/colorize": "1.4.
|
|
91
|
-
"@visulima/find-cache-dir": "2.0.
|
|
92
|
-
"@visulima/pail": "3.0.
|
|
89
|
+
"@visulima/boxen": "2.0.5",
|
|
90
|
+
"@visulima/colorize": "1.4.25",
|
|
91
|
+
"@visulima/find-cache-dir": "2.0.2",
|
|
92
|
+
"@visulima/pail": "3.0.1",
|
|
93
93
|
"cli-table3": "^0.6.5",
|
|
94
94
|
"command-line-args": "^6.0.1",
|
|
95
95
|
"fastest-levenshtein": "^1.0.16"
|
|
96
96
|
},
|
|
97
97
|
"engines": {
|
|
98
|
-
"node": ">=18.0.0 <=
|
|
98
|
+
"node": ">=18.0.0 <=25.x"
|
|
99
99
|
},
|
|
100
100
|
"os": [
|
|
101
101
|
"darwin",
|