@visulima/cerebro 2.1.3 → 2.1.5

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 +30 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,33 @@
1
+ ## @visulima/cerebro [2.1.5](https://github.com/visulima/visulima/compare/@visulima/cerebro@2.1.4...@visulima/cerebro@2.1.5) (2025-11-19)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * **release:** update dependencies and versions across multiple packages ([39ad777](https://github.com/visulima/visulima/commit/39ad777e15aeb77d1ec4182763ab7473740ccbc4))
6
+
7
+
8
+ ### Dependencies
9
+
10
+ * **@visulima/find-cache-dir:** upgraded to 2.0.7
11
+
12
+ ## @visulima/cerebro [2.1.4](https://github.com/visulima/visulima/compare/@visulima/cerebro@2.1.3...@visulima/cerebro@2.1.4) (2025-11-13)
13
+
14
+ ### Bug Fixes
15
+
16
+ * bump packem, to fix minified version of the code ([2a36ceb](https://github.com/visulima/visulima/commit/2a36ceb09251b0ca1178701a26547a871ed717a7))
17
+
18
+
19
+ ### Dependencies
20
+
21
+ * **@visulima/colorize:** upgraded to 1.4.29
22
+ * **@visulima/tabular:** upgraded to 3.1.3
23
+ * **@visulima/boxen:** upgraded to 2.0.10
24
+ * **@visulima/command-line-args:** upgraded to 1.0.4
25
+ * **@visulima/error:** upgraded to 5.0.6
26
+ * **@visulima/find-cache-dir:** upgraded to 2.0.6
27
+ * **@visulima/pail:** upgraded to 3.2.2
28
+ * **@visulima/path:** upgraded to 2.0.5
29
+ * **@visulima/string:** upgraded to 2.0.6
30
+
1
31
  ## @visulima/cerebro [2.1.3](https://github.com/visulima/visulima/compare/@visulima/cerebro@2.1.2...@visulima/cerebro@2.1.3) (2025-11-13)
2
32
 
3
33
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/cerebro",
3
- "version": "2.1.3",
3
+ "version": "2.1.5",
4
4
  "description": "A delightful toolkit for building cross-runtime CLIs for Node.js, Deno, and Bun.",
5
5
  "keywords": [
6
6
  "command",
@@ -102,15 +102,15 @@
102
102
  "LICENSE.md"
103
103
  ],
104
104
  "dependencies": {
105
- "@visulima/colorize": "1.4.28",
106
- "@visulima/tabular": "3.1.2",
105
+ "@visulima/colorize": "1.4.29",
106
+ "@visulima/tabular": "3.1.3",
107
107
  "fastest-levenshtein": "^1.0.16"
108
108
  },
109
109
  "peerDependencies": {
110
110
  "@bomb.sh/tab": "^0.0.7",
111
- "@visulima/boxen": "2.0.9",
112
- "@visulima/find-cache-dir": "2.0.5",
113
- "@visulima/pail": "3.2.1",
111
+ "@visulima/boxen": "2.0.10",
112
+ "@visulima/find-cache-dir": "2.0.7",
113
+ "@visulima/pail": "3.2.2",
114
114
  "github-slugger": "2.0.0"
115
115
  },
116
116
  "peerDependenciesMeta": {