@loopback/logging 0.9.4 → 0.9.6

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.
@@ -2,7 +2,7 @@ import { Binding, Component, ProviderMap } from '@loopback/core';
2
2
  /**
3
3
  * Configuration for LoggingComponent
4
4
  */
5
- export declare type LoggingComponentConfig = {
5
+ export type LoggingComponentConfig = {
6
6
  /**
7
7
  * A flag to enable fluent, default to `true`
8
8
  */
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.9.4",
4
+ "version": "0.9.6",
5
5
  "keywords": [
6
6
  "LoopBack",
7
7
  "Cloud Native",
@@ -40,24 +40,24 @@
40
40
  "templates"
41
41
  ],
42
42
  "peerDependencies": {
43
- "@loopback/core": "^4.0.4",
44
- "@loopback/rest": "^12.0.4"
43
+ "@loopback/core": "^4.0.6",
44
+ "@loopback/rest": "^12.0.6"
45
45
  },
46
46
  "dependencies": {
47
47
  "fluent-logger": "^3.4.1",
48
48
  "morgan": "^1.10.0",
49
- "tslib": "^2.4.0",
49
+ "tslib": "^2.4.1",
50
50
  "winston": "^3.8.2",
51
51
  "winston-transport": "^4.5.0"
52
52
  },
53
53
  "devDependencies": {
54
- "@loopback/build": "^9.0.4",
55
- "@loopback/core": "^4.0.4",
56
- "@loopback/eslint-config": "^13.0.4",
57
- "@loopback/rest": "^12.0.4",
58
- "@loopback/testlab": "^5.0.4",
54
+ "@loopback/build": "^9.0.6",
55
+ "@loopback/core": "^4.0.6",
56
+ "@loopback/eslint-config": "^13.0.6",
57
+ "@loopback/rest": "^12.0.6",
58
+ "@loopback/testlab": "^5.0.6",
59
59
  "@types/morgan": "^1.9.3",
60
- "@types/node": "^14.18.32"
60
+ "@types/node": "^14.18.34"
61
61
  },
62
- "gitHead": "947500110c84ba77b2197b759b559c195cfce260"
62
+ "gitHead": "709a5ecd1ffddeb02262cecabf7b663c7b4d7e47"
63
63
  }