@visulima/cerebro 1.1.35 → 1.1.37
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 +26 -0
- package/README.md +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,29 @@
|
|
|
1
|
+
## @visulima/cerebro [1.1.37](https://github.com/visulima/visulima/compare/@visulima/cerebro@1.1.36...@visulima/cerebro@1.1.37) (2025-01-26)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Dependencies
|
|
5
|
+
|
|
6
|
+
* **@visulima/pail:** upgraded to 2.1.21
|
|
7
|
+
|
|
8
|
+
## @visulima/cerebro [1.1.36](https://github.com/visulima/visulima/compare/@visulima/cerebro@1.1.35...@visulima/cerebro@1.1.36) (2025-01-25)
|
|
9
|
+
|
|
10
|
+
### Bug Fixes
|
|
11
|
+
|
|
12
|
+
* fixed wrong node version range in package.json ([4ae2929](https://github.com/visulima/visulima/commit/4ae292984681c71a770e4d4560432f7b7c5a141a))
|
|
13
|
+
|
|
14
|
+
### Miscellaneous Chores
|
|
15
|
+
|
|
16
|
+
* fixed typescript url ([fe65a8c](https://github.com/visulima/visulima/commit/fe65a8c0296ece7ee26474c70d065b06d4d0da89))
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Dependencies
|
|
20
|
+
|
|
21
|
+
* **@visulima/boxen:** upgraded to 1.0.29
|
|
22
|
+
* **@visulima/colorize:** upgraded to 1.4.20
|
|
23
|
+
* **@visulima/find-cache-dir:** upgraded to 1.0.25
|
|
24
|
+
* **@visulima/pail:** upgraded to 2.1.20
|
|
25
|
+
* **@visulima/path:** upgraded to 1.3.4
|
|
26
|
+
|
|
1
27
|
## @visulima/cerebro [1.1.35](https://github.com/visulima/visulima/compare/@visulima/cerebro@1.1.34...@visulima/cerebro@1.1.35) (2025-01-25)
|
|
2
28
|
|
|
3
29
|
### Miscellaneous Chores
|
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.
|
|
3
|
+
"version": "1.1.37",
|
|
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.
|
|
90
|
-
"@visulima/colorize": "1.4.
|
|
91
|
-
"@visulima/find-cache-dir": "1.0.
|
|
92
|
-
"@visulima/pail": "2.1.
|
|
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.21",
|
|
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
|
|
98
|
+
"node": ">=18.0.0 <=23.x"
|
|
99
99
|
},
|
|
100
100
|
"os": [
|
|
101
101
|
"darwin",
|