@visulima/cerebro 3.0.6 → 3.1.0
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 +2 -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-Dh8am0pz.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-CLlirnwR.d.ts} +148 -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/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 +2 -2
- 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,5 @@
|
|
|
1
|
+
## @visulima/cerebro [3.1.0](https://github.com/visulima/visulima/compare/%40visulima%2Fcerebro%403.0.6...%40visulima%2Fcerebro%403.1.0) (2026-08-19)
|
|
2
|
+
|
|
1
3
|
## @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
4
|
|
|
3
5
|
|