@strapi/logger 0.0.0-next.dff425769af4d4d006725a10c395f59637403653 → 0.0.0-next.e037a7b2d1f48b7bd8bcd0d9400ca0f9ded8a982
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.
|
@@ -9,9 +9,9 @@ export interface PrettyPrintOptions {
|
|
|
9
9
|
*/
|
|
10
10
|
colors?: boolean;
|
|
11
11
|
}
|
|
12
|
-
declare const _default: (options?: PrettyPrintOptions) => Logform.Format;
|
|
13
12
|
/**
|
|
14
13
|
* Create a pretty print formatter for a winston logger
|
|
15
14
|
* @param options
|
|
16
15
|
*/
|
|
16
|
+
declare const _default: (options?: PrettyPrintOptions) => Logform.Format;
|
|
17
17
|
export default _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@strapi/logger",
|
|
3
|
-
"version": "0.0.0-next.
|
|
3
|
+
"version": "0.0.0-next.e037a7b2d1f48b7bd8bcd0d9400ca0f9ded8a982",
|
|
4
4
|
"description": "Strapi's logger",
|
|
5
5
|
"homepage": "https://strapi.io",
|
|
6
6
|
"bugs": {
|
|
@@ -38,15 +38,15 @@
|
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"lodash": "4.17.21",
|
|
41
|
-
"winston": "3.
|
|
41
|
+
"winston": "3.10.0"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"eslint-config-custom": "0.0.0-next.
|
|
45
|
-
"tsconfig": "0.0.0-next.
|
|
44
|
+
"eslint-config-custom": "0.0.0-next.e037a7b2d1f48b7bd8bcd0d9400ca0f9ded8a982",
|
|
45
|
+
"tsconfig": "0.0.0-next.e037a7b2d1f48b7bd8bcd0d9400ca0f9ded8a982"
|
|
46
46
|
},
|
|
47
47
|
"engines": {
|
|
48
|
-
"node": ">=
|
|
48
|
+
"node": ">=16.0.0 <=20.x.x",
|
|
49
49
|
"npm": ">=6.0.0"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "e037a7b2d1f48b7bd8bcd0d9400ca0f9ded8a982"
|
|
52
52
|
}
|