@loglayer/transport-pretty-terminal 1.0.0 → 3.0.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/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  A transport for the [LogLayer](https://loglayer.dev) logging library that pretty-prints logs printed in the terminal.
8
8
 
9
- [![Pretty Terminal Transport Demo](https://asciinema.org/a/vQ3oaam0ntCUlN3JQQHwbeyKK.svg?t=4)](https://asciinema.org/a/vQ3oaam0ntCUlN3JQQHwbeyKK?t=4)
9
+ ![Pretty Terminal Transport](https://loglayer.dev/images/pretty-terminal/pretty-terminal-short-v2.gif)
10
10
 
11
11
  ## Features
12
12
 
@@ -16,10 +16,8 @@ A transport for the [LogLayer](https://loglayer.dev) logging library that pretty
16
16
  - 🔎 **Search/Filter Functionality** - Find specific logs with powerful filtering capabilities
17
17
  - 💅 **JSON Pretty Printing** - Beautifully formatted structured data with syntax highlighting
18
18
  - 🎭 **Configurable Themes** - Choose from pre-built themes or customize your own colors
19
- - 🔄 **Real-time Updates** - See logs as they happen with live updates
20
- - 📊 **Context Awareness** - View previous and next logs when inspecting entries
21
19
 
22
- ## Installation``
20
+ ## Installation
23
21
 
24
22
  Visit the [Pretty Terminal docs](https://loglayer.dev/transports/pretty-terminal)
25
23
  for installation and usage.