@logtape/express 1.4.0-dev.446 → 1.4.0-dev.461

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 +7 -7
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -70,17 +70,17 @@ app.use(expressLogger({
70
70
  ~~~~
71
71
 
72
72
 
73
- Predefined Formats
73
+ Predefined formats
74
74
  ------------------
75
75
 
76
- - **combined**: Apache Combined Log Format with all properties (default)
77
- - **common**: Apache Common Log Format (without referrer/userAgent)
78
- - **dev**: Concise output for development (`GET /path 200 1.234 ms - 123`)
79
- - **short**: Shorter format with remote address
80
- - **tiny**: Minimal output
76
+ - **combined**: Apache Combined Log Format with all properties (default)
77
+ - **common**: Apache Common Log Format (without referrer/userAgent)
78
+ - **dev**: Concise output for development (`GET /path 200 1.234 ms - 123`)
79
+ - **short**: Shorter format with remote address
80
+ - **tiny**: Minimal output
81
81
 
82
82
 
83
- Custom Format Function
83
+ Custom format function
84
84
  ----------------------
85
85
 
86
86
  ~~~~ typescript
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@logtape/express",
3
- "version": "1.4.0-dev.446+9d8098ca",
3
+ "version": "1.4.0-dev.461+fd7a5594",
4
4
  "description": "Express adapter for LogTape logging library",
5
5
  "keywords": [
6
6
  "logging",
@@ -53,7 +53,7 @@
53
53
  ],
54
54
  "peerDependencies": {
55
55
  "express": "^4.0.0 || ^5.0.0",
56
- "@logtape/logtape": "^1.4.0-dev.446+9d8098ca"
56
+ "@logtape/logtape": "^1.4.0-dev.461+fd7a5594"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@alinea/suite": "^0.6.3",