@logtape/logtape 1.3.0-dev.388 → 1.3.0-dev.397

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 (3) hide show
  1. package/README.md +5 -0
  2. package/deno.json +1 -1
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -40,6 +40,10 @@ The highlights of LogTape are:
40
40
 
41
41
  - *[Dead simple sinks]*: You can easily add your own sinks to LogTape.
42
42
 
43
+ - *[Framework integrations]*: First-class support for popular frameworks
44
+ like [Express], [Fastify], [Hono], [Koa], and [Drizzle ORM] with automatic
45
+ HTTP request logging and database query logging.
46
+
43
47
  ![](https://raw.githubusercontent.com/dahlia/logtape/refs/heads/main/screenshots/web-console.png)
44
48
  ![](https://raw.githubusercontent.com/dahlia/logtape/refs/heads/main/screenshots/terminal.png)
45
49
 
@@ -60,6 +64,7 @@ The highlights of LogTape are:
60
64
  [Template literals]: https://logtape.org/manual/start#how-to-log
61
65
  [Built-in data redaction]: https://logtape.org/manual/redaction
62
66
  [Dead simple sinks]: https://logtape.org/manual/sinks
67
+ [Framework integrations]: https://logtape.org/manual/integrations
63
68
 
64
69
 
65
70
  Installation
package/deno.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@logtape/logtape",
3
- "version": "1.3.0-dev.388+fd5ba0d5",
3
+ "version": "1.3.0-dev.397+0e51ba74",
4
4
  "license": "MIT",
5
5
  "exports": "./src/mod.ts",
6
6
  "imports": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@logtape/logtape",
3
- "version": "1.3.0-dev.388+fd5ba0d5",
3
+ "version": "1.3.0-dev.397+0e51ba74",
4
4
  "description": "Simple logging library with zero dependencies for Deno/Node.js/Bun/browsers",
5
5
  "keywords": [
6
6
  "logging",