@visulima/cerebro 2.0.0 → 2.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## @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
+
3
+
4
+ ### Dependencies
5
+
6
+ * **@visulima/tabular:** upgraded to 3.1.0
7
+
1
8
  ## @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
9
 
3
10
  ### ⚠ 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.1",
4
4
  "description": "A delightful toolkit for building cross-runtime CLIs for Node.js, Deno, and Bun.",
5
5
  "keywords": [
6
6
  "command",
@@ -103,7 +103,7 @@
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": {