@visulima/pail 4.0.0-alpha.4 → 4.0.0-alpha.6

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 (31) hide show
  1. package/CHANGELOG.md +40 -0
  2. package/LICENSE.md +4 -4
  3. package/dist/index.browser.js +1488 -2
  4. package/dist/index.server.js +2656 -12
  5. package/dist/interactive/index.js +2 -2
  6. package/dist/packem_shared/AbstractJsonReporter-DWRpTtGw.js +204 -0
  7. package/dist/packem_shared/{InteractiveManager-CbE7d1kY.js → InteractiveManager-Cd6A14ZK.js} +1 -1
  8. package/dist/packem_shared/{interactive-stream-hook-DG4BtN12.js → InteractiveStreamHook-ePIURL_U.js} +1 -9
  9. package/dist/packem_shared/{JsonReporter-VzgyLEYz.js → JsonReporter-BV5lMnJX.js} +1 -1
  10. package/dist/packem_shared/{PrettyReporter-DySIXBjQ.js → PrettyReporter-BYL3NrdA.js} +49 -4
  11. package/dist/packem_shared/{format-label-De49vNPd.js → PrettyReporter-BjXCFQlo.js} +268 -3
  12. package/dist/packem_shared/Spinner-DIdVcfWq.js +2183 -0
  13. package/dist/packem_shared/abstract-pretty-reporter-jU8WL_6c.js +2602 -0
  14. package/dist/packem_shared/constants-B1RjD_ps.js +99 -0
  15. package/dist/packem_shared/getBarChar-BWj1UrH3.js +404 -0
  16. package/dist/packem_shared/{index-BomQ3E6J.js → index-DnkF86LQ.js} +9 -1
  17. package/dist/packem_shared/{index-EZ_WSQZS.js → index-frijFf5m.js} +120 -14
  18. package/dist/processor/message-formatter-processor.js +648 -1
  19. package/dist/reporter/file/json-file-reporter.js +1 -1
  20. package/dist/reporter/http/abstract-http-reporter.js +1 -1
  21. package/dist/reporter/json/index.js +2 -2
  22. package/dist/reporter/pretty/index.browser.js +1 -1
  23. package/dist/reporter/pretty/index.js +1 -1
  24. package/dist/reporter/simple/simple-reporter.server.js +2 -7
  25. package/dist/spinner.js +34 -1
  26. package/package.json +4 -4
  27. package/dist/packem_shared/InteractiveStreamHook-DiSubbJ1.js +0 -21
  28. package/dist/packem_shared/PrettyReporter-C2wVB7yu.js +0 -222
  29. package/dist/packem_shared/abstract-pretty-reporter-Di_sdm2r.js +0 -50
  30. package/dist/packem_shared/get-longest-label-C9PWeyKq.js +0 -9
  31. package/dist/packem_shared/pail.browser-u2CSR_af.js +0 -1427
package/CHANGELOG.md CHANGED
@@ -1,3 +1,43 @@
1
+ ## @visulima/pail [4.0.0-alpha.6](https://github.com/visulima/visulima/compare/@visulima/pail@4.0.0-alpha.5...@visulima/pail@4.0.0-alpha.6) (2026-03-06)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **pail:** update packem to 2.0.0-alpha.54 ([100f545](https://github.com/visulima/visulima/commit/100f54587dca2c89aa70867d9a398d56ffb86ada))
6
+
7
+ ### Miscellaneous Chores
8
+
9
+ * **error-debugging:** update dependencies ([6002ece](https://github.com/visulima/visulima/commit/6002ece1803b2ba8261cff42a362dd6e8ddcc3ee))
10
+ * **pail:** update dependencies ([5e4bf79](https://github.com/visulima/visulima/commit/5e4bf79575b61d2a299fcd45957fa3ea782f8194))
11
+ * **pail:** update dependencies ([4cc1e2a](https://github.com/visulima/visulima/commit/4cc1e2a48881684296d88a7f2107bd29f8457a25))
12
+ * update lock file maintenance ([d83e716](https://github.com/visulima/visulima/commit/d83e71697b75d24704185b66bb521a934d2db02d))
13
+ * year update ([47f4105](https://github.com/visulima/visulima/commit/47f410596ce7190cfea36a073db32e0cec50bbcd))
14
+
15
+
16
+ ### Dependencies
17
+
18
+ * **@visulima/colorize:** upgraded to 2.0.0-alpha.5
19
+ * **@visulima/error:** upgraded to 6.0.0-alpha.5
20
+ * **@visulima/fmt:** upgraded to 2.0.0-alpha.5
21
+ * **@visulima/inspector:** upgraded to 2.0.0-alpha.4
22
+ * **@visulima/redact:** upgraded to 3.0.0-alpha.5
23
+ * **@visulima/string:** upgraded to 3.0.0-alpha.6
24
+
25
+ ## @visulima/pail [4.0.0-alpha.5](https://github.com/visulima/visulima/compare/@visulima/pail@4.0.0-alpha.4...@visulima/pail@4.0.0-alpha.5) (2025-12-27)
26
+
27
+ ### Bug Fixes
28
+
29
+ * **pail:** update package files ([7797567](https://github.com/visulima/visulima/commit/779756772379e8044b0dfa35815518450eff5cf6))
30
+
31
+
32
+ ### Dependencies
33
+
34
+ * **@visulima/colorize:** upgraded to 2.0.0-alpha.4
35
+ * **@visulima/error:** upgraded to 6.0.0-alpha.3
36
+ * **@visulima/fmt:** upgraded to 2.0.0-alpha.4
37
+ * **@visulima/inspector:** upgraded to 2.0.0-alpha.3
38
+ * **@visulima/redact:** upgraded to 3.0.0-alpha.4
39
+ * **@visulima/string:** upgraded to 3.0.0-alpha.5
40
+
1
41
  ## @visulima/pail [4.0.0-alpha.4](https://github.com/visulima/visulima/compare/@visulima/pail@4.0.0-alpha.3...@visulima/pail@4.0.0-alpha.4) (2025-12-13)
2
42
 
3
43
  ### Miscellaneous Chores
package/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025 visulima
3
+ Copyright (c) 2026 visulima
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -210,7 +210,7 @@ Repository: git+https://github.com/visulima/visulima.git
210
210
 
211
211
  > MIT License
212
212
  >
213
- > Copyright (c) 2025 visulima
213
+ > Copyright (c) 2026 visulima
214
214
  >
215
215
  > Permission is hereby granted, free of charge, to any person obtaining a copy
216
216
  > of this software and associated documentation files (the "Software"), to deal
@@ -239,7 +239,7 @@ Repository: git+https://github.com/visulima/visulima.git
239
239
 
240
240
  > MIT License
241
241
  >
242
- > Copyright (c) 2025 visulima
242
+ > Copyright (c) 2026 visulima
243
243
  >
244
244
  > Permission is hereby granted, free of charge, to any person obtaining a copy
245
245
  > of this software and associated documentation files (the "Software"), to deal
@@ -419,7 +419,7 @@ Repository: git+https://github.com/visulima/visulima.git
419
419
 
420
420
  > MIT License
421
421
  >
422
- > Copyright (c) 2025 visulima
422
+ > Copyright (c) 2026 visulima
423
423
  >
424
424
  > Permission is hereby granted, free of charge, to any person obtaining a copy
425
425
  > of this software and associated documentation files (the "Software"), to deal