@logtape/logtape 1.3.0-dev.386 → 1.3.0-dev.387
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.
- package/README.md +4 -0
- package/deno.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -96,6 +96,7 @@ list of the packages in the LogTape monorepo:
|
|
|
96
96
|
| [*@logtape/drizzle-orm*](/packages/drizzle-orm/) | [JSR][jsr:@logtape/drizzle-orm] | [npm][npm:@logtape/drizzle-orm] | [Drizzle ORM] integration |
|
|
97
97
|
| [*@logtape/express*](/packages/express/) | [JSR][jsr:@logtape/express] | [npm][npm:@logtape/express] | [Express] integration |
|
|
98
98
|
| [*@logtape/fastify*](/packages/fastify/) | [JSR][jsr:@logtape/fastify] | [npm][npm:@logtape/fastify] | [Fastify] integration |
|
|
99
|
+
| [*@logtape/hono*](/packages/hono/) | [JSR][jsr:@logtape/hono] | [npm][npm:@logtape/hono] | [Hono] integration |
|
|
99
100
|
| [*@logtape/file*](/packages/file/) | [JSR][jsr:@logtape/file] | [npm][npm:@logtape/file] | File sinks |
|
|
100
101
|
| [*@logtape/otel*](/packages/otel/) | [JSR][jsr:@logtape/otel] | [npm][npm:@logtape/otel] | [OpenTelemetry] sink |
|
|
101
102
|
| [*@logtape/pretty*](/packages/pretty/) | [JSR][jsr:@logtape/pretty] | [npm][npm:@logtape/pretty] | Beautiful text formatter |
|
|
@@ -108,6 +109,7 @@ list of the packages in the LogTape monorepo:
|
|
|
108
109
|
[Drizzle ORM]: https://orm.drizzle.team/
|
|
109
110
|
[Express]: https://expressjs.com/
|
|
110
111
|
[Fastify]: https://fastify.dev/
|
|
112
|
+
[Hono]: https://hono.dev/
|
|
111
113
|
[OpenTelemetry]: https://opentelemetry.io/
|
|
112
114
|
[Pino]: https://github.com/pinojs/pino
|
|
113
115
|
[Sentry]: https://sentry.io/
|
|
@@ -126,6 +128,8 @@ list of the packages in the LogTape monorepo:
|
|
|
126
128
|
[npm:@logtape/express]: https://www.npmjs.com/package/@logtape/express
|
|
127
129
|
[jsr:@logtape/fastify]: https://jsr.io/@logtape/fastify
|
|
128
130
|
[npm:@logtape/fastify]: https://www.npmjs.com/package/@logtape/fastify
|
|
131
|
+
[jsr:@logtape/hono]: https://jsr.io/@logtape/hono
|
|
132
|
+
[npm:@logtape/hono]: https://www.npmjs.com/package/@logtape/hono
|
|
129
133
|
[jsr:@logtape/file]: https://jsr.io/@logtape/file
|
|
130
134
|
[npm:@logtape/file]: https://www.npmjs.com/package/@logtape/file
|
|
131
135
|
[jsr:@logtape/otel]: https://jsr.io/@logtape/otel
|
package/deno.json
CHANGED