@visulima/cerebro 2.0.1 → 2.0.2
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 +11 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
## @visulima/cerebro [2.0.2](https://github.com/visulima/visulima/compare/@visulima/cerebro@2.0.1...@visulima/cerebro@2.0.2) (2025-11-05)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* update dependencies in package.json for cerebro and pail ([4ff6e98](https://github.com/visulima/visulima/commit/4ff6e984e4e2707095bbdff76c1362fa7d30c8ec))
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Dependencies
|
|
9
|
+
|
|
10
|
+
* **@visulima/pail:** upgraded to 3.1.0
|
|
11
|
+
|
|
1
12
|
## @visulima/cerebro [2.0.1](https://github.com/visulima/visulima/compare/@visulima/cerebro@2.0.0...@visulima/cerebro@2.0.1) (2025-11-05)
|
|
2
13
|
|
|
3
14
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/cerebro",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"description": "A delightful toolkit for building cross-runtime CLIs for Node.js, Deno, and Bun.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"command",
|
|
@@ -108,19 +108,19 @@
|
|
|
108
108
|
},
|
|
109
109
|
"peerDependencies": {
|
|
110
110
|
"@bomb.sh/tab": "^0.0.7",
|
|
111
|
-
"github-slugger": "2.0.0",
|
|
112
111
|
"@visulima/boxen": "2.0.7",
|
|
113
112
|
"@visulima/find-cache-dir": "2.0.3",
|
|
114
|
-
"@visulima/pail": "3.0
|
|
113
|
+
"@visulima/pail": "3.1.0",
|
|
114
|
+
"github-slugger": "2.0.0"
|
|
115
115
|
},
|
|
116
116
|
"peerDependenciesMeta": {
|
|
117
117
|
"@bomb.sh/tab": {
|
|
118
118
|
"optional": true
|
|
119
119
|
},
|
|
120
|
-
"@visulima/
|
|
120
|
+
"@visulima/boxen": {
|
|
121
121
|
"optional": true
|
|
122
122
|
},
|
|
123
|
-
"@visulima/
|
|
123
|
+
"@visulima/find-cache-dir": {
|
|
124
124
|
"optional": true
|
|
125
125
|
},
|
|
126
126
|
"@visulima/pail": {
|