@logtape/logtape 1.3.0-dev.382 → 1.3.0-dev.383
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
|
@@ -94,6 +94,7 @@ list of the packages in the LogTape monorepo:
|
|
|
94
94
|
| [*@logtape/adaptor-winston*](/packages/adaptor-winston/) | [JSR][jsr:@logtape/adaptor-winston] | [npm][npm:@logtape/adaptor-winston] | [winston] adapter |
|
|
95
95
|
| [*@logtape/cloudwatch-logs*](/packages/cloudwatch-logs/) | [JSR][jsr:@logtape/cloudwatch-logs] | [npm][npm:@logtape/cloudwatch-logs] | [AWS CloudWatch Logs] sink |
|
|
96
96
|
| [*@logtape/drizzle-orm*](/packages/drizzle-orm/) | [JSR][jsr:@logtape/drizzle-orm] | [npm][npm:@logtape/drizzle-orm] | [Drizzle ORM] integration |
|
|
97
|
+
| [*@logtape/express*](/packages/express/) | [JSR][jsr:@logtape/express] | [npm][npm:@logtape/express] | [Express] integration |
|
|
97
98
|
| [*@logtape/fastify*](/packages/fastify/) | [JSR][jsr:@logtape/fastify] | [npm][npm:@logtape/fastify] | [Fastify] integration |
|
|
98
99
|
| [*@logtape/file*](/packages/file/) | [JSR][jsr:@logtape/file] | [npm][npm:@logtape/file] | File sinks |
|
|
99
100
|
| [*@logtape/otel*](/packages/otel/) | [JSR][jsr:@logtape/otel] | [npm][npm:@logtape/otel] | [OpenTelemetry] sink |
|
|
@@ -105,6 +106,7 @@ list of the packages in the LogTape monorepo:
|
|
|
105
106
|
|
|
106
107
|
[AWS CloudWatch Logs]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/
|
|
107
108
|
[Drizzle ORM]: https://orm.drizzle.team/
|
|
109
|
+
[Express]: https://expressjs.com/
|
|
108
110
|
[Fastify]: https://fastify.dev/
|
|
109
111
|
[OpenTelemetry]: https://opentelemetry.io/
|
|
110
112
|
[Pino]: https://github.com/pinojs/pino
|
|
@@ -120,6 +122,8 @@ list of the packages in the LogTape monorepo:
|
|
|
120
122
|
[npm:@logtape/cloudwatch-logs]: https://www.npmjs.com/package/@logtape/cloudwatch-logs
|
|
121
123
|
[jsr:@logtape/drizzle-orm]: https://jsr.io/@logtape/drizzle-orm
|
|
122
124
|
[npm:@logtape/drizzle-orm]: https://www.npmjs.com/package/@logtape/drizzle-orm
|
|
125
|
+
[jsr:@logtape/express]: https://jsr.io/@logtape/express
|
|
126
|
+
[npm:@logtape/express]: https://www.npmjs.com/package/@logtape/express
|
|
123
127
|
[jsr:@logtape/fastify]: https://jsr.io/@logtape/fastify
|
|
124
128
|
[npm:@logtape/fastify]: https://www.npmjs.com/package/@logtape/fastify
|
|
125
129
|
[jsr:@logtape/file]: https://jsr.io/@logtape/file
|
package/deno.json
CHANGED