@loglayer/transport-pretty-terminal 3.1.2 → 3.1.3

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 +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -17,9 +17,9 @@ 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
20
+ ## Next.js / browser support
21
21
 
22
- The Pretty Terminal does not work in Next.js as Pretty Terminal has dependencies that are incompatible with
22
+ The Pretty Terminal does not work in a browser or Next.js as Pretty Terminal has dependencies that are incompatible with
23
23
  in a Next.js environment.
24
24
 
25
25
  Use [Simple Pretty terminal](https://loglayer.dev/transports/simple-pretty-terminal) instead.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@loglayer/transport-pretty-terminal",
3
3
  "description": "Interactive pretty log output in the terminal for the LogLayer logging library.",
4
- "version": "3.1.2",
4
+ "version": "3.1.3",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
7
7
  "module": "./dist/index.js",
@@ -53,8 +53,8 @@
53
53
  "tsup": "8.5.0",
54
54
  "tsx": "4.20.3",
55
55
  "typescript": "5.8.3",
56
- "@internal/tsconfig": "2.1.0",
57
- "loglayer": "6.4.3"
56
+ "loglayer": "6.4.3",
57
+ "@internal/tsconfig": "2.1.0"
58
58
  },
59
59
  "bugs": "https://github.com/loglayer/loglayer/issues",
60
60
  "engines": {