@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.
Files changed (49) hide show
  1. package/CHANGELOG.md +2 -0
  2. package/LICENSE.md +5 -811
  3. package/README.md +41 -0
  4. package/dist/commands/completion-command.d.ts +1 -1
  5. package/dist/commands/completion-command.js +5 -5
  6. package/dist/commands/help-command.d.ts +1 -1
  7. package/dist/commands/help-command.js +1 -1
  8. package/dist/commands/readme-command.d.ts +1 -1
  9. package/dist/commands/readme-command.js +20 -20
  10. package/dist/commands/version-command.d.ts +1 -1
  11. package/dist/commands/version-command.js +1 -1
  12. package/dist/index.d.ts +284 -7
  13. package/dist/index.js +1 -1
  14. package/dist/logger/create-pail-logger.d.ts +36 -1
  15. package/dist/logger/create-pail-logger.js +1 -1
  16. package/dist/packem_chunks/has-new-version.js +1 -1
  17. package/dist/packem_shared/Cerebro-Dh8am0pz.js +4 -0
  18. package/dist/packem_shared/InvalidArgumentChoiceError-BpovuqrZ.js +1 -0
  19. package/dist/packem_shared/MissingArgumentError-D78kza2a.js +1 -0
  20. package/dist/packem_shared/SurplusArgumentError-BLwT9lo0.js +1 -0
  21. package/dist/packem_shared/VERBOSITY_DEBUG-D7HfSD5l.js +1 -0
  22. package/dist/packem_shared/VisulimaError-BDqtOVL5-Db_MJ_p7.js +1 -0
  23. package/dist/packem_shared/VisulimaError-CuhG0hlQ.js +76 -0
  24. package/dist/packem_shared/cerebro-error-Dv3FuXO8.js +1 -0
  25. package/dist/packem_shared/{command.d-B_G9vIYJ.d.ts → command.d-CLlirnwR.d.ts} +148 -4
  26. package/dist/packem_shared/constants-BKuEbBw1-BRv49X2l.js +1 -0
  27. package/dist/packem_shared/defineCommand-C_isHeEs.js +1 -0
  28. package/dist/packem_shared/format-positional-usage-DWL9qN10.js +6 -0
  29. package/dist/packem_shared/lazyNamed-BKSCmVsV.js +1 -0
  30. package/dist/packem_shared/renderError-CIIYTTfx-BdX-afLI.js +27 -0
  31. package/dist/packem_shared/runtime-process-BN-eTlwy.js +1 -0
  32. package/dist/plugins/error-handler-plugin.d.ts +1 -1
  33. package/dist/plugins/error-handler-plugin.js +1 -1
  34. package/dist/plugins/runtime-version-check-plugin.d.ts +1 -1
  35. package/dist/plugins/runtime-version-check-plugin.js +1 -1
  36. package/dist/plugins/update-notifier/update-notifier-plugin.d.ts +1 -1
  37. package/dist/plugins/update-notifier/update-notifier-plugin.js +1 -1
  38. package/dist/util/general/heap-tuning.js +1 -1
  39. package/package.json +2 -2
  40. package/dist/packem_shared/Cerebro-58LHN3_T.js +0 -4
  41. package/dist/packem_shared/VERBOSITY_DEBUG-XPultrIA.js +0 -1
  42. package/dist/packem_shared/VisulimaError-DTMgXonA-CzaryRgZ.js +0 -1
  43. package/dist/packem_shared/VisulimaError-k1qGkvab.js +0 -76
  44. package/dist/packem_shared/cerebro-error-DWpjBY_M.js +0 -1
  45. package/dist/packem_shared/index-Dpm7gUHe.js +0 -29
  46. package/dist/packem_shared/lazyNamed-DMUm8mZe.js +0 -1
  47. package/dist/packem_shared/renderError-BISXNU8L-B47ZikMV.js +0 -27
  48. package/dist/packem_shared/runtime-process-BEw54Ar-.js +0 -1
  49. 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