@strapi/logger 0.0.0-next.dff425769af4d4d006725a10c395f59637403653 → 0.0.0-next.e3b4cdeebf6e9b0cd5575ff80b8a86715d44ce98
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.e3b4cdeebf6e9b0cd5575ff80b8a86715d44ce98",
|
|
4
4
|
"description": "Strapi's logger",
|
|
5
5
|
"homepage": "https://strapi.io",
|
|
6
6
|
"bugs": {
|
|
@@ -41,12 +41,12 @@
|
|
|
41
41
|
"winston": "3.3.3"
|
|
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.e3b4cdeebf6e9b0cd5575ff80b8a86715d44ce98",
|
|
45
|
+
"tsconfig": "0.0.0-next.e3b4cdeebf6e9b0cd5575ff80b8a86715d44ce98"
|
|
46
46
|
},
|
|
47
47
|
"engines": {
|
|
48
48
|
"node": ">=14.19.1 <=18.x.x",
|
|
49
49
|
"npm": ">=6.0.0"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "e3b4cdeebf6e9b0cd5575ff80b8a86715d44ce98"
|
|
52
52
|
}
|