@logtape/adaptor-winston 1.4.0-dev.445 → 1.4.0-dev.460

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
@@ -50,7 +50,8 @@ You can also use it with Node.js's `-r` flag:
50
50
  node -r @logtape/adaptor-winston/install app.js
51
51
  ~~~~
52
52
 
53
- For custom winston loggers or configuration options, see the [Usage](#usage) section below.
53
+ For custom winston loggers or configuration options, see the [Usage](#usage)
54
+ section below.
54
55
 
55
56
 
56
57
  Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@logtape/adaptor-winston",
3
- "version": "1.4.0-dev.445+f5a711d4",
3
+ "version": "1.4.0-dev.460+d1277bb0",
4
4
  "description": "winston adapter for LogTape logging library",
5
5
  "keywords": [
6
6
  "logging",
@@ -60,7 +60,7 @@
60
60
  ],
61
61
  "peerDependencies": {
62
62
  "winston": "^3.17.0",
63
- "@logtape/logtape": "^1.4.0-dev.445+f5a711d4"
63
+ "@logtape/logtape": "^1.4.0-dev.460+d1277bb0"
64
64
  },
65
65
  "devDependencies": {
66
66
  "@alinea/suite": "^0.6.3",