@logtape/elysia 2.1.0-dev.522 → 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
@@ -87,7 +87,8 @@ The plugin supports Morgan-compatible predefined formats:
87
87
 
88
88
  - `"combined"`: Apache Combined Log Format with all properties (default)
89
89
  - `"common"`: Apache Common Log Format (without referrer/userAgent)
90
- - `"dev"`: Concise output for development (e.g., `GET /path 200 1.234 ms - 123`)
90
+ - `"dev"`: Concise output for development (e.g.,
91
+ `GET /path 200 1.234 ms - 123`)
91
92
  - `"short"`: Shorter format with remote address
92
93
  - `"tiny"`: Minimal output
93
94
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@logtape/elysia",
3
- "version": "2.1.0-dev.522+3619ad7b",
3
+ "version": "2.1.0-dev.531+0f09947c",
4
4
  "description": "Elysia adapter for LogTape logging library",
5
5
  "keywords": [
6
6
  "logging",
@@ -54,7 +54,7 @@
54
54
  ],
55
55
  "peerDependencies": {
56
56
  "elysia": "^1.4.0",
57
- "@logtape/logtape": "^2.1.0-dev.522+3619ad7b"
57
+ "@logtape/logtape": "^2.1.0-dev.531+0f09947c"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@alinea/suite": "^0.6.3",