@loglayer/transport-pretty-terminal 3.1.1 → 3.1.2

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 (2) hide show
  1. package/README.md +9 -2
  2. package/package.json +4 -3
package/README.md CHANGED
@@ -17,7 +17,14 @@ A transport for the [LogLayer](https://loglayer.dev) logging library that pretty
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
19
 
20
+ ## Next.js support
21
+
22
+ The Pretty Terminal does not work in Next.js as Pretty Terminal has dependencies that are incompatible with
23
+ in a Next.js environment.
24
+
25
+ Use [Simple Pretty terminal](https://loglayer.dev/transports/simple-pretty-terminal) instead.
26
+
27
+
20
28
  ## Installation
21
29
 
22
- Visit the [Pretty Terminal docs](https://loglayer.dev/transports/pretty-terminal)
23
- for installation and usage.
30
+ Visit the [Pretty Terminal docs](https://loglayer.dev/transports/pretty-terminal) for installation and usage.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@loglayer/transport-pretty-terminal",
3
- "description": "Prettifies log output in the terminal for the LogLayer logging library.",
4
- "version": "3.1.1",
3
+ "description": "Interactive pretty log output in the terminal for the LogLayer logging library.",
4
+ "version": "3.1.2",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
7
7
  "module": "./dist/index.js",
@@ -28,6 +28,8 @@
28
28
  "log",
29
29
  "loglayer",
30
30
  "terminal",
31
+ "search",
32
+ "filter",
31
33
  "pretty print",
32
34
  "transport"
33
35
  ],
@@ -42,7 +44,6 @@
42
44
  },
43
45
  "devDependencies": {
44
46
  "@types/better-sqlite3": "7.6.13",
45
- "@types/chalk": "2.2.4",
46
47
  "@types/express": "5.0.3",
47
48
  "@types/keypress": "2.0.30",
48
49
  "@types/node": "22.15.17",