@visulima/cerebro 3.0.0-alpha.30 → 3.0.0-alpha.32
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 +42 -0
- package/LICENSE.md +841 -6
- package/README.md +38 -8
- package/dist/commands/completion-command.d.ts +1 -1
- package/dist/commands/completion-command.js +5 -5
- package/dist/commands/help-command.d.ts +1 -1
- package/dist/commands/help-command.js +1 -1
- package/dist/commands/readme-command.d.ts +1 -1
- package/dist/commands/readme-command.js +20 -20
- package/dist/commands/version-command.d.ts +1 -1
- package/dist/commands/version-command.js +1 -1
- package/dist/index.d.ts +18 -3
- package/dist/index.js +1 -1
- package/dist/logger/create-pail-logger.d.ts +29 -4
- package/dist/logger/create-pail-logger.js +1 -1
- package/dist/packem_chunks/has-new-version.js +1 -1
- package/dist/packem_shared/Cerebro-BsroI2VY.js +4 -0
- package/dist/packem_shared/VisulimaError-DTMgXonA-CzaryRgZ.js +1 -0
- package/dist/packem_shared/VisulimaError-DyMHh9O-.js +76 -0
- package/dist/packem_shared/cerebro-error-z8DS5U8c.js +1 -0
- package/dist/packem_shared/{plugin-manager.d-BSQtHbWS.d.ts → command.d-DbhtfXF4.d.ts} +235 -216
- package/dist/packem_shared/index-BSKOOIL6.js +29 -0
- package/dist/packem_shared/{index.d-Br8HpP0A.d.ts → index.d-BL4NtVR3.d.ts} +37 -3
- package/dist/packem_shared/lazyNamed-DMUm8mZe.js +1 -0
- package/dist/packem_shared/renderError-Dqej8k13-BmipVhik.js +25 -0
- package/dist/packem_shared/runtime-process-Dmz0vCJy.js +1 -0
- package/dist/packem_shared/split-by-case-C-dbSFCl.js +1 -0
- package/dist/plugins/error-handler-plugin.d.ts +2 -2
- package/dist/plugins/error-handler-plugin.js +1 -1
- package/dist/plugins/runtime-version-check-plugin.d.ts +1 -1
- package/dist/plugins/runtime-version-check-plugin.js +1 -1
- package/dist/plugins/update-notifier/update-notifier-plugin.d.ts +11 -4
- package/dist/plugins/update-notifier/update-notifier-plugin.js +1 -1
- package/dist/util/general/compile-cache.js +1 -1
- package/dist/util/general/heap-tuning.js +1 -1
- package/package.json +7 -7
- package/dist/packem_shared/Cerebro-BN_nIZ8z.js +0 -4
- package/dist/packem_shared/VisulimaError-WfDZ45Qv.js +0 -76
- package/dist/packem_shared/cerebro-error-BnJTixb2.js +0 -1
- package/dist/packem_shared/constants-DmzZF6_u-BmMwILI_.js +0 -1
- package/dist/packem_shared/index-CkkDAMKi.js +0 -6
- package/dist/packem_shared/isVisulimaError-jVZgumOU-C4fgdbWg.js +0 -1
- package/dist/packem_shared/lazyNamed-DOmefeJM.js +0 -1
- package/dist/packem_shared/renderError-DxgI44AK-DFDWFoCr.js +0 -24
- package/dist/packem_shared/runtime-process-DKHFvYkv.js +0 -1
- /package/dist/packem_shared/{VERBOSITY_QUIET-XPultrIA.js → VERBOSITY_DEBUG-XPultrIA.js} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,45 @@
|
|
|
1
|
+
## @visulima/cerebro [3.0.0-alpha.32](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.31...@visulima/cerebro@3.0.0-alpha.32) (2026-06-13)
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
* **cerebro:** harden argv caps, add choices + strict options, bound update check ([4082ec2](https://github.com/visulima/visulima/commit/4082ec2e80eb0ced5c8843d9d3e5d6bd0f798485))
|
|
6
|
+
|
|
7
|
+
### Code Refactoring
|
|
8
|
+
|
|
9
|
+
* **cerebro:** async fs in update-notifier ([d8c0a27](https://github.com/visulima/visulima/commit/d8c0a272dc1195345c4b52077f58e437c27e7b8e))
|
|
10
|
+
* **cerebro:** hoist regex and apply lint fixes ([46a8aac](https://github.com/visulima/visulima/commit/46a8aac8776fbc38634394b3097659e717ef01af))
|
|
11
|
+
|
|
12
|
+
### Build System
|
|
13
|
+
|
|
14
|
+
* **deps:** update cerebro dependencies ([2bd6590](https://github.com/visulima/visulima/commit/2bd65902460b2531c7d7e6264cbb7348273774b8))
|
|
15
|
+
* regenerate bundled-license manifests and types ordering ([af26588](https://github.com/visulima/visulima/commit/af26588d75aaa937fd4862800560bd4070a4878c))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Dependencies
|
|
19
|
+
|
|
20
|
+
* **@visulima/colorize:** upgraded to 2.0.0-alpha.14
|
|
21
|
+
* **@visulima/tabular:** upgraded to 4.0.0-alpha.14
|
|
22
|
+
* **@visulima/boxen:** upgraded to 3.0.0-alpha.14
|
|
23
|
+
* **@visulima/command-line-args:** upgraded to 2.0.0-alpha.12
|
|
24
|
+
* **@visulima/error:** upgraded to 6.0.0-alpha.33
|
|
25
|
+
* **@visulima/find-cache-dir:** upgraded to 3.0.0-alpha.12
|
|
26
|
+
* **@visulima/pail:** upgraded to 4.0.0-alpha.22
|
|
27
|
+
* **@visulima/path:** upgraded to 3.0.0-alpha.13
|
|
28
|
+
* **@visulima/string:** upgraded to 3.0.0-alpha.17
|
|
29
|
+
|
|
30
|
+
## @visulima/cerebro [3.0.0-alpha.31](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.30...@visulima/cerebro@3.0.0-alpha.31) (2026-06-04)
|
|
31
|
+
|
|
32
|
+
### Performance Improvements
|
|
33
|
+
|
|
34
|
+
* **cerebro:** disable esbuild keepNames in prod build ([18e4db0](https://github.com/visulima/visulima/commit/18e4db065acd5d83f65e1f56e3923ebda7bb86b6))
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
### Dependencies
|
|
38
|
+
|
|
39
|
+
* **@visulima/boxen:** upgraded to 3.0.0-alpha.13
|
|
40
|
+
* **@visulima/pail:** upgraded to 4.0.0-alpha.21
|
|
41
|
+
* **@visulima/string:** upgraded to 3.0.0-alpha.16
|
|
42
|
+
|
|
1
43
|
## @visulima/cerebro [3.0.0-alpha.30](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.29...@visulima/cerebro@3.0.0-alpha.30) (2026-06-04)
|
|
2
44
|
|
|
3
45
|
### Bug Fixes
|