@logtape/adaptor-pino 1.4.0-dev.466 → 2.0.0-dev.469

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 +5 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -10,10 +10,10 @@
10
10
  [Pino] loggers, enabling seamless integration between LogTape-enabled libraries
11
11
  and applications using Pino for logging infrastructure.
12
12
 
13
- [JSR]: https://jsr.io/@logtape/adaptor-pino
14
13
  [JSR badge]: https://jsr.io/badges/@logtape/adaptor-pino
15
- [npm]: https://www.npmjs.com/package/@logtape/adaptor-pino
14
+ [JSR]: https://jsr.io/@logtape/adaptor-pino
16
15
  [npm badge]: https://img.shields.io/npm/v/@logtape/adaptor-pino?logo=npm
16
+ [npm]: https://www.npmjs.com/package/@logtape/adaptor-pino
17
17
  [LogTape]: https://logtape.org/
18
18
  [Pino]: https://getpino.io/
19
19
 
@@ -35,7 +35,8 @@ Usage
35
35
 
36
36
  ### Using the install() function
37
37
 
38
- The simplest way to integrate LogTape with Pino is to use the `install()` function:
38
+ The simplest way to integrate LogTape with Pino is to use the `install()`
39
+ function:
39
40
 
40
41
  ~~~~ typescript
41
42
  import pino from "pino";
@@ -116,7 +117,7 @@ Category formatting
116
117
 
117
118
  The adapter supports flexible category formatting options:
118
119
 
119
- ~~~~typescript
120
+ ~~~~ typescript
120
121
  import { getPinoSink } from "@logtape/adaptor-pino";
121
122
 
122
123
  // Hide categories completely
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@logtape/adaptor-pino",
3
- "version": "1.4.0-dev.466+6520471a",
3
+ "version": "2.0.0-dev.469+3c6fc1d7",
4
4
  "description": "Pino adapter for LogTape logging library",
5
5
  "keywords": [
6
6
  "logging",
@@ -50,7 +50,7 @@
50
50
  ],
51
51
  "peerDependencies": {
52
52
  "pino": "^9.7.0",
53
- "@logtape/logtape": "^1.4.0-dev.466+6520471a"
53
+ "@logtape/logtape": "^2.0.0-dev.469+3c6fc1d7"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@alinea/suite": "^0.6.3",