@visulima/cerebro 3.0.3 → 3.0.5

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 (41) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/LICENSE.md +346 -0
  3. package/dist/commands/completion-command.d.ts +3 -3
  4. package/dist/commands/completion-command.js +1 -1
  5. package/dist/commands/help-command.d.ts +1 -1
  6. package/dist/commands/help-command.js +1 -1
  7. package/dist/commands/readme-command.d.ts +3 -3
  8. package/dist/commands/readme-command.js +17 -17
  9. package/dist/commands/version-command.d.ts +1 -1
  10. package/dist/index.d.ts +403 -433
  11. package/dist/index.js +1 -1
  12. package/dist/logger/create-pail-logger.d.ts +533 -555
  13. package/dist/logger/create-pail-logger.js +1 -1
  14. package/dist/packem_chunks/has-new-version.js +1 -1
  15. package/dist/packem_shared/Cerebro-58LHN3_T.js +4 -0
  16. package/dist/packem_shared/VisulimaError-k1qGkvab.js +76 -0
  17. package/dist/packem_shared/cerebro-error-DWpjBY_M.js +1 -0
  18. package/dist/packem_shared/command.d-B_G9vIYJ.d.ts +633 -0
  19. package/dist/packem_shared/{index-DvVGK4kr.js → index-Dpm7gUHe.js} +12 -12
  20. package/dist/packem_shared/index.d-CnnVYgSZ.d.ts +117 -0
  21. package/dist/packem_shared/renderError-BISXNU8L-B47ZikMV.js +27 -0
  22. package/dist/packem_shared/runtime-process-BEw54Ar-.js +1 -0
  23. package/dist/packem_shared/split-by-case-BZ6XOTIf.js +1 -0
  24. package/dist/plugins/error-handler-plugin.d.ts +18 -7
  25. package/dist/plugins/error-handler-plugin.js +1 -1
  26. package/dist/plugins/runtime-version-check-plugin.d.ts +5 -5
  27. package/dist/plugins/runtime-version-check-plugin.js +1 -1
  28. package/dist/plugins/update-notifier/update-notifier-plugin.d.ts +11 -10
  29. package/dist/plugins/update-notifier/update-notifier-plugin.js +1 -1
  30. package/dist/util/general/compile-cache.d.ts +37 -37
  31. package/dist/util/general/heap-tuning.d.ts +11 -11
  32. package/dist/util/general/heap-tuning.js +1 -1
  33. package/package.json +6 -6
  34. package/dist/packem_shared/Cerebro-Czc4t-75.js +0 -4
  35. package/dist/packem_shared/VisulimaError-C90oeIMu.js +0 -76
  36. package/dist/packem_shared/cerebro-error-BjBcYVRO.js +0 -1
  37. package/dist/packem_shared/command.d-DbhtfXF4.d.ts +0 -639
  38. package/dist/packem_shared/index.d-BL4NtVR3.d.ts +0 -127
  39. package/dist/packem_shared/renderError-B3ePOoBG-BmZlyMcr.js +0 -25
  40. package/dist/packem_shared/runtime-process-Dmz0vCJy.js +0 -1
  41. package/dist/packem_shared/split-by-case-Dbpgd7rf.js +0 -1
package/dist/index.js CHANGED
@@ -1 +1 @@
1
- import{Cli as e}from"./packem_shared/Cerebro-Czc4t-75.js";import{VERBOSITY_DEBUG as B,VERBOSITY_NORMAL as O,VERBOSITY_QUIET as R,VERBOSITY_VERBOSE as V}from"./packem_shared/VERBOSITY_DEBUG-XPultrIA.js";import{lazyNamed as I}from"./packem_shared/lazyNamed-DMUm8mZe.js";import"./packem_shared/renderError-B3ePOoBG-BmZlyMcr.js";import{h as T}from"./packem_shared/VisulimaError-DTMgXonA-CzaryRgZ.js";const t=(r,o)=>new e(r,o);export{e as Cerebro,B as VERBOSITY_DEBUG,O as VERBOSITY_NORMAL,R as VERBOSITY_QUIET,V as VERBOSITY_VERBOSE,T as VisulimaError,t as createCerebro,I as lazyNamed};
1
+ import{Cli as e}from"./packem_shared/Cerebro-58LHN3_T.js";import{VERBOSITY_DEBUG as B,VERBOSITY_NORMAL as O,VERBOSITY_QUIET as R,VERBOSITY_VERBOSE as V}from"./packem_shared/VERBOSITY_DEBUG-XPultrIA.js";import{lazyNamed as I}from"./packem_shared/lazyNamed-DMUm8mZe.js";import{h as T}from"./packem_shared/VisulimaError-DTMgXonA-CzaryRgZ.js";const m=(r,o)=>new e(r,o);export{e as Cerebro,B as VERBOSITY_DEBUG,O as VERBOSITY_NORMAL,R as VERBOSITY_QUIET,V as VERBOSITY_VERBOSE,T as VisulimaError,m as createCerebro,I as lazyNamed};