@logtape/koa 1.4.0-dev.445 → 1.4.0-dev.460

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
@@ -73,17 +73,17 @@ app.use(koaLogger({
73
73
  ~~~~
74
74
 
75
75
 
76
- Predefined Formats
76
+ Predefined formats
77
77
  ------------------
78
78
 
79
- - `"combined"` - Apache Combined Log Format with all properties (default)
80
- - `"common"` - Apache Common Log Format (without referrer/userAgent)
81
- - `"dev"` - Concise output for development
82
- - `"short"` - Shorter format with remote address
83
- - `"tiny"` - Minimal output
79
+ - `"combined"` - Apache Combined Log Format with all properties (default)
80
+ - `"common"` - Apache Common Log Format (without referrer/userAgent)
81
+ - `"dev"` - Concise output for development
82
+ - `"short"` - Shorter format with remote address
83
+ - `"tiny"` - Minimal output
84
84
 
85
85
 
86
- Custom Format
86
+ Custom format
87
87
  -------------
88
88
 
89
89
  ~~~~ typescript
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@logtape/koa",
3
- "version": "1.4.0-dev.445+f5a711d4",
3
+ "version": "1.4.0-dev.460+d1277bb0",
4
4
  "description": "Koa adapter for LogTape logging library",
5
5
  "keywords": [
6
6
  "logging",
@@ -52,7 +52,7 @@
52
52
  ],
53
53
  "peerDependencies": {
54
54
  "koa": "^2.0.0 || ^3.0.0",
55
- "@logtape/logtape": "^1.4.0-dev.445+f5a711d4"
55
+ "@logtape/logtape": "^1.4.0-dev.460+d1277bb0"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@alinea/suite": "^0.6.3",