@strapi/logger 4.9.0 → 4.9.1

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.
@@ -1,5 +1,4 @@
1
- import { Logform } from 'winston';
2
- declare const _default: Logform.Format;
1
+ declare const _default: import("logform").Format;
3
2
  /**
4
3
  * This will remove the chalk color codes from the message provided.
5
4
  * It's used to log plain text in the log file
@@ -1 +1 @@
1
- {"version":3,"file":"exclude-colors.js","sourceRoot":"","sources":["../../src/formats/exclude-colors.ts"],"names":[],"mappings":";;AAAA,qCAA0C;AAE1C;;;GAGG;AACH,kBAAe,gBAAM,CAAC,MAAM,CAAC,CAAC,EAAE,OAAO,EAAE,EAAE,EAAE;IAC3C,IAAI,OAAO,OAAO,KAAK,QAAQ,EAAE;QAC/B,OAAO,OAAO,CAAC;KAChB;IAED,OAAO,OAAO,CAAC,OAAO;IACpB,4CAA4C;IAC5C,6EAA6E,EAC7E,EAAE,CACH,CAAC;AACJ,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"exclude-colors.js","sourceRoot":"","sources":["../../src/formats/exclude-colors.ts"],"names":[],"mappings":";;AAAA,qCAAiC;AAEjC;;;GAGG;AACH,kBAAe,gBAAM,CAAC,MAAM,CAAC,CAAC,EAAE,OAAO,EAAE,EAAE,EAAE;IAC3C,IAAI,OAAO,OAAO,KAAK,QAAQ,EAAE;QAC/B,OAAO,OAAO,CAAC;KAChB;IAED,OAAO,OAAO,CAAC,OAAO;IACpB,4CAA4C;IAC5C,6EAA6E,EAC7E,EAAE,CACH,CAAC;AACJ,CAAC,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strapi/logger",
3
- "version": "4.9.0",
3
+ "version": "4.9.1",
4
4
  "description": "Strapi's logger",
5
5
  "homepage": "https://strapi.io",
6
6
  "bugs": {
@@ -29,23 +29,24 @@
29
29
  "./dist"
30
30
  ],
31
31
  "scripts": {
32
- "build": "tsc",
33
- "build:ts": "tsc",
34
- "watch": "tsc -w --preserveWatchOutput",
35
- "clean": "rimraf ./dist",
32
+ "build": "run -T tsc",
33
+ "build:ts": "run -T tsc",
34
+ "watch": "run -T tsc -w --preserveWatchOutput",
35
+ "clean": "run -T rimraf ./dist",
36
36
  "prepublishOnly": "yarn clean && yarn build",
37
- "lint": "eslint ."
37
+ "lint": "run -T eslint ."
38
38
  },
39
39
  "dependencies": {
40
40
  "lodash": "4.17.21",
41
41
  "winston": "3.3.3"
42
42
  },
43
43
  "devDependencies": {
44
- "rimraf": "3.0.2"
44
+ "eslint-config-custom": "4.9.1",
45
+ "tsconfig": "4.9.1"
45
46
  },
46
47
  "engines": {
47
48
  "node": ">=14.19.1 <=18.x.x",
48
49
  "npm": ">=6.0.0"
49
50
  },
50
- "gitHead": "ffe3f4621ccc968ce56fda9a8317ec30d4bad205"
51
+ "gitHead": "c8f2f0543b45dda8eadde21a0782b64d156fc786"
51
52
  }