loggily 0.5.0 → 0.5.1

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 -2
package/README.md CHANGED
@@ -18,7 +18,7 @@ npm install loggily
18
18
 
19
19
  | Requirement | Version |
20
20
  | ------------- | ------------------------------------------------- |
21
- | Node.js | 18+ |
21
+ | Node.js | >= 23.6 |
22
22
  | Bun | 1.0+ |
23
23
  | TypeScript | 5.2+ (for `using`; `.end()` works on any version) |
24
24
  | Module format | ESM-only |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "loggily",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "TypeScript logger with debug-style namespaces, structured JSON output, and lightweight spans. Disabled logs skip argument evaluation via optional chaining.",
5
5
  "keywords": [
6
6
  "browser",
@@ -32,7 +32,6 @@
32
32
  "src"
33
33
  ],
34
34
  "type": "module",
35
- "module": "src/index.ts",
36
35
  "types": "./src/index.ts",
37
36
  "exports": {
38
37
  ".": {