@visulima/cerebro 2.0.0 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
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
+
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)
13
+
14
+
15
+ ### Dependencies
16
+
17
+ * **@visulima/tabular:** upgraded to 3.1.0
18
+
1
19
  ## @visulima/cerebro [2.0.0](https://github.com/visulima/visulima/compare/@visulima/cerebro@1.1.58...@visulima/cerebro@2.0.0) (2025-11-05)
2
20
 
3
21
  ### ⚠ BREAKING CHANGES
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/cerebro",
3
- "version": "2.0.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",
@@ -103,24 +103,24 @@
103
103
  ],
104
104
  "dependencies": {
105
105
  "@visulima/colorize": "1.4.26",
106
- "@visulima/tabular": "3.0.0",
106
+ "@visulima/tabular": "3.1.0",
107
107
  "fastest-levenshtein": "^1.0.16"
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.3"
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/find-cache-dir": {
120
+ "@visulima/boxen": {
121
121
  "optional": true
122
122
  },
123
- "@visulima/boxen": {
123
+ "@visulima/find-cache-dir": {
124
124
  "optional": true
125
125
  },
126
126
  "@visulima/pail": {