@visulima/cerebro 3.0.6 → 3.1.1
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 +14 -0
- package/LICENSE.md +5 -811
- package/README.md +41 -0
- 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 +284 -7
- package/dist/index.js +1 -1
- package/dist/logger/create-pail-logger.d.ts +36 -1
- package/dist/logger/create-pail-logger.js +1 -1
- package/dist/packem_chunks/has-new-version.js +1 -1
- package/dist/packem_shared/Cerebro-B02RU3RC.js +4 -0
- package/dist/packem_shared/InvalidArgumentChoiceError-BpovuqrZ.js +1 -0
- package/dist/packem_shared/MissingArgumentError-D78kza2a.js +1 -0
- package/dist/packem_shared/SurplusArgumentError-BLwT9lo0.js +1 -0
- package/dist/packem_shared/VERBOSITY_DEBUG-D7HfSD5l.js +1 -0
- package/dist/packem_shared/VisulimaError-BDqtOVL5-Db_MJ_p7.js +1 -0
- package/dist/packem_shared/VisulimaError-CuhG0hlQ.js +76 -0
- package/dist/packem_shared/cerebro-error-Dv3FuXO8.js +1 -0
- package/dist/packem_shared/{command.d-B_G9vIYJ.d.ts → command.d-Dz7hkMI0.d.ts} +160 -4
- package/dist/packem_shared/constants-BKuEbBw1-BRv49X2l.js +1 -0
- package/dist/packem_shared/defineCommand-C_isHeEs.js +1 -0
- package/dist/packem_shared/format-positional-usage-DWL9qN10.js +6 -0
- package/dist/packem_shared/format-user-facing-error-Cb7ySnUi.js +2 -0
- package/dist/packem_shared/lazyNamed-BKSCmVsV.js +1 -0
- package/dist/packem_shared/renderError-CIIYTTfx-BdX-afLI.js +27 -0
- package/dist/packem_shared/runtime-process-BN-eTlwy.js +1 -0
- package/dist/plugins/error-handler-plugin.d.ts +1 -1
- 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 +1 -1
- package/dist/plugins/update-notifier/update-notifier-plugin.js +1 -1
- package/dist/util/general/heap-tuning.js +1 -1
- package/package.json +4 -4
- package/dist/packem_shared/Cerebro-58LHN3_T.js +0 -4
- package/dist/packem_shared/VERBOSITY_DEBUG-XPultrIA.js +0 -1
- package/dist/packem_shared/VisulimaError-DTMgXonA-CzaryRgZ.js +0 -1
- package/dist/packem_shared/VisulimaError-k1qGkvab.js +0 -76
- package/dist/packem_shared/cerebro-error-DWpjBY_M.js +0 -1
- package/dist/packem_shared/index-Dpm7gUHe.js +0 -29
- package/dist/packem_shared/lazyNamed-DMUm8mZe.js +0 -1
- package/dist/packem_shared/renderError-BISXNU8L-B47ZikMV.js +0 -27
- package/dist/packem_shared/runtime-process-BEw54Ar-.js +0 -1
- package/dist/packem_shared/split-by-case-BZ6XOTIf.js +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## @visulima/cerebro [3.1.1](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.1.0...@visulima/cerebro@3.1.1) (2026-09-03)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* stop vis ci, cache, preflight and inference failing silently ([#854](https://github.com/visulima/visulima/issues/854)) ([45a97b0](https://github.com/visulima/visulima/commit/45a97b02684c8336662f23a3f2cd2f7227c14692))
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Dependencies
|
|
9
|
+
|
|
10
|
+
* **@visulima/boxen:** upgraded to 5.0.0
|
|
11
|
+
* **@visulima/pail:** upgraded to 5.0.0
|
|
12
|
+
|
|
13
|
+
## @visulima/cerebro [3.1.0](https://github.com/visulima/visulima/compare/%40visulima%2Fcerebro%403.0.6...%40visulima%2Fcerebro%403.1.0) (2026-08-19)
|
|
14
|
+
|
|
1
15
|
## @visulima/cerebro [3.0.6](https://github.com/visulima/visulima/compare/%40visulima%2Fcerebro%403.0.5...%40visulima%2Fcerebro%403.0.6) (2026-08-08)
|
|
2
16
|
|
|
3
17
|
|