@strapi/logger 0.0.0-next.f45143c5e2a8a9d85691d0abf79a3f42024a0c71 → 0.0.0-next.f7babb775ed9a7e18d8351cb7f74c63e016323c4
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.f7babb775ed9a7e18d8351cb7f74c63e016323c4",
|
|
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.9.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.f7babb775ed9a7e18d8351cb7f74c63e016323c4",
|
|
45
|
+
"tsconfig": "0.0.0-next.f7babb775ed9a7e18d8351cb7f74c63e016323c4"
|
|
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": "f7babb775ed9a7e18d8351cb7f74c63e016323c4"
|
|
52
52
|
}
|