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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. 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: **8 kB** packed
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jet-logger",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
4
4
  "description": "A super quick, easy to setup TypeScript first logging tool for NodeJS and browsers.",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",