@loopback/logging 0.12.14 → 0.13.0

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 +1 -1
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @loopback/logging
2
2
 
3
- This module contains a component provides logging facilities based on
3
+ This module contains a component that provides logging facilities based on
4
4
  [Winston](https://github.com/winstonjs/winston) and
5
5
  [Fluentd](https://github.com/fluent/fluent-logger-node).
6
6
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@loopback/logging",
3
3
  "description": "An extension exposes logging for Winston and Fluentd with LoopBack 4",
4
- "version": "0.12.14",
4
+ "version": "0.13.0",
5
5
  "keywords": [
6
6
  "LoopBack",
7
7
  "Cloud Native",
@@ -20,7 +20,7 @@
20
20
  "directory": "extensions/logging"
21
21
  },
22
22
  "engines": {
23
- "node": "18 || 20 || 22"
23
+ "node": "20 || 22 || 24"
24
24
  },
25
25
  "scripts": {
26
26
  "build": "lb-tsc",
@@ -51,13 +51,13 @@
51
51
  "winston-transport": "^4.9.0"
52
52
  },
53
53
  "devDependencies": {
54
- "@loopback/build": "^11.0.12",
55
- "@loopback/core": "^6.1.11",
56
- "@loopback/eslint-config": "^15.0.5",
57
- "@loopback/rest": "^14.0.14",
58
- "@loopback/testlab": "^7.0.13",
59
- "@types/morgan": "^1.9.9",
54
+ "@loopback/build": "^12.0.0",
55
+ "@loopback/core": "^7.0.0",
56
+ "@loopback/eslint-config": "^16.0.0",
57
+ "@loopback/rest": "^15.0.0",
58
+ "@loopback/testlab": "^8.0.0",
59
+ "@types/morgan": "^1.9.10",
60
60
  "@types/node": "^16.18.126"
61
61
  },
62
- "gitHead": "d517f00f272a5dd12d715abe629336c873a06de4"
62
+ "gitHead": "be9e7324fca771c50502bdbd312821be8f94347e"
63
63
  }