@visulima/cerebro 1.1.38 → 1.1.39
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 +15 -0
- package/README.md +1 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
## @visulima/cerebro [1.1.39](https://github.com/visulima/visulima/compare/@visulima/cerebro@1.1.38...@visulima/cerebro@1.1.39) (2025-03-03)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* **cerebro:** add type assertion for cell in row processing ([4516f4c](https://github.com/visulima/visulima/commit/4516f4cd8700f06f641c86bf1c9a0d0d5b5c69bb))
|
|
6
|
+
|
|
7
|
+
### Miscellaneous Chores
|
|
8
|
+
|
|
9
|
+
* updated dev dependencies ([487a976](https://github.com/visulima/visulima/commit/487a976932dc7c39edfc19ffd3968960ff338066))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Dependencies
|
|
13
|
+
|
|
14
|
+
* **@visulima/find-cache-dir:** upgraded to 1.0.27
|
|
15
|
+
|
|
1
16
|
## @visulima/cerebro [1.1.38](https://github.com/visulima/visulima/compare/@visulima/cerebro@1.1.37...@visulima/cerebro@1.1.38) (2025-01-29)
|
|
2
17
|
|
|
3
18
|
|
package/README.md
CHANGED
|
@@ -105,6 +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
|
+
|
|
108
109
|
[typescript-url]: https://www.typescriptlang.org/ "TypeScript" "typescript"
|
|
109
110
|
[license-image]: https://img.shields.io/npm/l/@visulima/cerebro?color=blueviolet&style=for-the-badge
|
|
110
111
|
[license-url]: LICENSE.md "license"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/cerebro",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.39",
|
|
4
4
|
"description": "A delightful toolkit for building Node-powered CLIs.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"command",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"dependencies": {
|
|
89
89
|
"@visulima/boxen": "1.0.29",
|
|
90
90
|
"@visulima/colorize": "1.4.20",
|
|
91
|
-
"@visulima/find-cache-dir": "1.0.
|
|
91
|
+
"@visulima/find-cache-dir": "1.0.27",
|
|
92
92
|
"@visulima/pail": "2.1.21",
|
|
93
93
|
"cli-table3": "^0.6.5",
|
|
94
94
|
"command-line-args": "^6.0.0",
|