jet-logger 3.0.1 → 3.0.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.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
- Works locally and in browsers
|
|
21
21
|
- Zero dependencies, written in TypeScript
|
|
22
22
|
- Configure programmatically or through environment variables
|
|
23
|
-
- Tiny:
|
|
23
|
+
- Tiny: 2.7 kB minified + gzipped, with zero runtime dependencies.
|
|
24
24
|
- Logs can be sent to the console or a file
|
|
25
25
|
- Both plain-text `line` and `json` (JSON Lines) formats supported
|
|
26
26
|
- Color-coded `info`, `imp`, `warn`, and `err` levels in terminals
|