@logtape/hono 2.1.0-dev.520 → 2.1.0-dev.531

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 +2 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -77,7 +77,8 @@ The middleware supports Morgan-compatible predefined formats:
77
77
 
78
78
  - `"combined"`: Apache Combined Log Format with all properties (default)
79
79
  - `"common"`: Apache Common Log Format (without referrer/userAgent)
80
- - `"dev"`: Concise output for development (e.g., `GET /path 200 1.234 ms - 123`)
80
+ - `"dev"`: Concise output for development (e.g.,
81
+ `GET /path 200 1.234 ms - 123`)
81
82
  - `"short"`: Shorter format with remote address
82
83
  - `"tiny"`: Minimal output
83
84
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@logtape/hono",
3
- "version": "2.1.0-dev.520+36af6851",
3
+ "version": "2.1.0-dev.531+0f09947c",
4
4
  "description": "Hono adapter for LogTape logging library",
5
5
  "keywords": [
6
6
  "logging",
@@ -55,7 +55,7 @@
55
55
  ],
56
56
  "peerDependencies": {
57
57
  "hono": "^4.0.0",
58
- "@logtape/logtape": "^2.1.0-dev.520+36af6851"
58
+ "@logtape/logtape": "^2.1.0-dev.531+0f09947c"
59
59
  },
60
60
  "devDependencies": {
61
61
  "@alinea/suite": "^0.6.3",