@visulima/cerebro 1.1.34 → 1.1.36

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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,33 @@
1
+ ## @visulima/cerebro [1.1.36](https://github.com/visulima/visulima/compare/@visulima/cerebro@1.1.35...@visulima/cerebro@1.1.36) (2025-01-25)
2
+
3
+ ### Bug Fixes
4
+
5
+ * fixed wrong node version range in package.json ([4ae2929](https://github.com/visulima/visulima/commit/4ae292984681c71a770e4d4560432f7b7c5a141a))
6
+
7
+ ### Miscellaneous Chores
8
+
9
+ * fixed typescript url ([fe65a8c](https://github.com/visulima/visulima/commit/fe65a8c0296ece7ee26474c70d065b06d4d0da89))
10
+
11
+
12
+ ### Dependencies
13
+
14
+ * **@visulima/boxen:** upgraded to 1.0.29
15
+ * **@visulima/colorize:** upgraded to 1.4.20
16
+ * **@visulima/find-cache-dir:** upgraded to 1.0.25
17
+ * **@visulima/pail:** upgraded to 2.1.20
18
+ * **@visulima/path:** upgraded to 1.3.4
19
+
20
+ ## @visulima/cerebro [1.1.35](https://github.com/visulima/visulima/compare/@visulima/cerebro@1.1.34...@visulima/cerebro@1.1.35) (2025-01-25)
21
+
22
+ ### Miscellaneous Chores
23
+
24
+ * updated all dev dependencies ([37fb298](https://github.com/visulima/visulima/commit/37fb298b2af7c63be64252024e54bb3af6ddabec))
25
+
26
+
27
+ ### Dependencies
28
+
29
+ * **@visulima/find-cache-dir:** upgraded to 1.0.24
30
+
1
31
  ## @visulima/cerebro [1.1.34](https://github.com/visulima/visulima/compare/@visulima/cerebro@1.1.33...@visulima/cerebro@1.1.34) (2025-01-22)
2
32
 
3
33
  ### Styles
package/README.md CHANGED
@@ -105,7 +105,7 @@ If you would like to help take a look at the [list of issues](https://github.com
105
105
  The visulima package is open-sourced software licensed under the [MIT][license-url]
106
106
 
107
107
  [typescript-image]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
108
- [typescript-url]: "typescript"
108
+ [typescript-url]: https://www.typescriptlang.org/ "TypeScript" "typescript"
109
109
  [license-image]: https://img.shields.io/npm/l/@visulima/cerebro?color=blueviolet&style=for-the-badge
110
110
  [license-url]: LICENSE.md "license"
111
111
  [npm-image]: https://img.shields.io/npm/v/@visulima/cerebro/latest.svg?style=for-the-badge&logo=npm
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/cerebro",
3
- "version": "1.1.34",
3
+ "version": "1.1.36",
4
4
  "description": "A delightful toolkit for building Node-powered CLIs.",
5
5
  "keywords": [
6
6
  "command",
@@ -86,16 +86,16 @@
86
86
  "LICENSE.md"
87
87
  ],
88
88
  "dependencies": {
89
- "@visulima/boxen": "1.0.28",
90
- "@visulima/colorize": "1.4.19",
91
- "@visulima/find-cache-dir": "1.0.23",
92
- "@visulima/pail": "2.1.19",
89
+ "@visulima/boxen": "1.0.29",
90
+ "@visulima/colorize": "1.4.20",
91
+ "@visulima/find-cache-dir": "1.0.25",
92
+ "@visulima/pail": "2.1.20",
93
93
  "cli-table3": "^0.6.5",
94
94
  "command-line-args": "^6.0.0",
95
95
  "fastest-levenshtein": "^1.0.16"
96
96
  },
97
97
  "engines": {
98
- "node": ">=18.* <=23.*"
98
+ "node": ">=18.0.0 <=23.x"
99
99
  },
100
100
  "os": [
101
101
  "darwin",