@fend/firo 0.0.2 → 0.0.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.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@ Beautiful colors in dev mode:
|
|
|
16
16
|
|
|
17
17
|
Structured NDJSON in production mode:
|
|
18
18
|
|
|
19
|
-

|
|
19
|
+

|
|
20
20
|
|
|
21
21
|
## Features
|
|
22
22
|
|
|
@@ -286,7 +286,7 @@ const log = createLogger({
|
|
|
286
286
|
|
|
287
287
|
Most loggers give you monochrome walls of text. firo gives you **30 handpicked colors** that make context badges instantly scannable — you stop reading and start seeing.
|
|
288
288
|
|
|
289
|
-

|
|
289
|
+

|
|
290
290
|
|
|
291
291
|
### How it works
|
|
292
292
|
|