@visulima/cerebro 1.1.53 → 1.1.54

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 +12 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## @visulima/cerebro [1.1.54](https://github.com/visulima/visulima/compare/@visulima/cerebro@1.1.53...@visulima/cerebro@1.1.54) (2025-10-20)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * **deps:** update package versions and dependencies ([88d8d32](https://github.com/visulima/visulima/commit/88d8d32c4629a7a06c8770369191da2cc81087cc))
6
+
7
+
8
+ ### Dependencies
9
+
10
+ * **@visulima/find-cache-dir:** upgraded to 2.0.1
11
+ * **@visulima/pail:** upgraded to 3.0.0
12
+
1
13
  ## @visulima/cerebro [1.1.53](https://github.com/visulima/visulima/compare/@visulima/cerebro@1.1.52...@visulima/cerebro@1.1.53) (2025-10-15)
2
14
 
3
15
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/cerebro",
3
- "version": "1.1.53",
3
+ "version": "1.1.54",
4
4
  "description": "A delightful toolkit for building Node-powered CLIs.",
5
5
  "keywords": [
6
6
  "command",
@@ -88,8 +88,8 @@
88
88
  "dependencies": {
89
89
  "@visulima/boxen": "2.0.4",
90
90
  "@visulima/colorize": "1.4.24",
91
- "@visulima/find-cache-dir": "2.0.0",
92
- "@visulima/pail": "2.1.31",
91
+ "@visulima/find-cache-dir": "2.0.1",
92
+ "@visulima/pail": "3.0.0",
93
93
  "cli-table3": "^0.6.5",
94
94
  "command-line-args": "^6.0.1",
95
95
  "fastest-levenshtein": "^1.0.16"