@visulima/cerebro 3.0.0-alpha.17 → 3.0.0-alpha.18

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 +9 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## @visulima/cerebro [3.0.0-alpha.18](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.17...@visulima/cerebro@3.0.0-alpha.18) (2026-05-07)
2
+
3
+
4
+ ### Dependencies
5
+
6
+ * **@visulima/error:** upgraded to 6.0.0-alpha.19
7
+ * **@visulima/pail:** upgraded to 4.0.0-alpha.15
8
+ * **@visulima/string:** upgraded to 3.0.0-alpha.12
9
+
1
10
  ## @visulima/cerebro [3.0.0-alpha.17](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.16...@visulima/cerebro@3.0.0-alpha.17) (2026-05-07)
2
11
 
3
12
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/cerebro",
3
- "version": "3.0.0-alpha.17",
3
+ "version": "3.0.0-alpha.18",
4
4
  "description": "A delightful toolkit for building cross-runtime CLIs for Node.js, Deno, and Bun.",
5
5
  "keywords": [
6
6
  "ansi",
@@ -128,7 +128,7 @@
128
128
  "@bomb.sh/tab": "0.0.15",
129
129
  "@visulima/boxen": "3.0.0-alpha.10",
130
130
  "@visulima/find-cache-dir": "3.0.0-alpha.9",
131
- "@visulima/pail": "4.0.0-alpha.14",
131
+ "@visulima/pail": "4.0.0-alpha.15",
132
132
  "github-slugger": "2.0.0"
133
133
  },
134
134
  "peerDependenciesMeta": {