@visulima/cerebro 3.0.0-alpha.8 → 3.0.0-alpha.9
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 +19 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
1
|
+
## @visulima/cerebro [3.0.0-alpha.9](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.8...@visulima/cerebro@3.0.0-alpha.9) (2026-03-26)
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
* **web:** auto-generate packages page from workspace metadata ([623e520](https://github.com/visulima/visulima/commit/623e5207693a7fe720f5f2f179593a3654c880e3))
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Dependencies
|
|
9
|
+
|
|
10
|
+
* **@visulima/colorize:** upgraded to 2.0.0-alpha.7
|
|
11
|
+
* **@visulima/tabular:** upgraded to 4.0.0-alpha.8
|
|
12
|
+
* **@visulima/boxen:** upgraded to 3.0.0-alpha.8
|
|
13
|
+
* **@visulima/command-line-args:** upgraded to 2.0.0-alpha.6
|
|
14
|
+
* **@visulima/error:** upgraded to 6.0.0-alpha.7
|
|
15
|
+
* **@visulima/find-cache-dir:** upgraded to 3.0.0-alpha.6
|
|
16
|
+
* **@visulima/pail:** upgraded to 4.0.0-alpha.9
|
|
17
|
+
* **@visulima/path:** upgraded to 3.0.0-alpha.7
|
|
18
|
+
* **@visulima/string:** upgraded to 3.0.0-alpha.8
|
|
19
|
+
|
|
1
20
|
## @visulima/cerebro [3.0.0-alpha.8](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.7...@visulima/cerebro@3.0.0-alpha.8) (2026-03-26)
|
|
2
21
|
|
|
3
22
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/cerebro",
|
|
3
|
-
"version": "3.0.0-alpha.
|
|
3
|
+
"version": "3.0.0-alpha.9",
|
|
4
4
|
"description": "A delightful toolkit for building cross-runtime CLIs for Node.js, Deno, and Bun.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"visulima",
|
|
@@ -103,15 +103,15 @@
|
|
|
103
103
|
"LICENSE.md"
|
|
104
104
|
],
|
|
105
105
|
"dependencies": {
|
|
106
|
-
"@visulima/colorize": "2.0.0-alpha.
|
|
107
|
-
"@visulima/tabular": "4.0.0-alpha.
|
|
106
|
+
"@visulima/colorize": "2.0.0-alpha.7",
|
|
107
|
+
"@visulima/tabular": "4.0.0-alpha.8",
|
|
108
108
|
"fastest-levenshtein": "^1.0.16"
|
|
109
109
|
},
|
|
110
110
|
"peerDependencies": {
|
|
111
111
|
"@bomb.sh/tab": "0.0.14",
|
|
112
|
-
"@visulima/boxen": "3.0.0-alpha.
|
|
113
|
-
"@visulima/find-cache-dir": "3.0.0-alpha.
|
|
114
|
-
"@visulima/pail": "4.0.0-alpha.
|
|
112
|
+
"@visulima/boxen": "3.0.0-alpha.8",
|
|
113
|
+
"@visulima/find-cache-dir": "3.0.0-alpha.6",
|
|
114
|
+
"@visulima/pail": "4.0.0-alpha.9",
|
|
115
115
|
"github-slugger": "2.0.0"
|
|
116
116
|
},
|
|
117
117
|
"peerDependenciesMeta": {
|