@strapi/logger 4.0.0-next.8 → 4.0.2

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.
Files changed (1) hide show
  1. package/package.json +25 -18
package/package.json CHANGED
@@ -1,35 +1,42 @@
1
1
  {
2
2
  "name": "@strapi/logger",
3
- "version": "4.0.0-next.8",
3
+ "version": "4.0.2",
4
4
  "description": "Strapi's logger",
5
5
  "homepage": "https://strapi.io",
6
- "main": "./lib/index.js",
7
- "scripts": {
8
- "test": "echo \"no tests yet\""
6
+ "bugs": {
7
+ "url": "https://github.com/strapi/strapi/issues"
9
8
  },
10
- "directories": {
11
- "lib": "./lib"
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git://github.com/strapi/strapi.git"
12
12
  },
13
+ "license": "SEE LICENSE IN LICENSE",
13
14
  "author": {
14
- "name": "Strapi team",
15
+ "name": "Strapi Solutions SAS",
15
16
  "email": "hi@strapi.io",
16
17
  "url": "https://strapi.io"
17
18
  },
18
- "repository": {
19
- "type": "git",
20
- "url": "git://github.com/strapi/strapi.git"
21
- },
22
- "bugs": {
23
- "url": "https://github.com/strapi/strapi/issues"
19
+ "maintainers": [
20
+ {
21
+ "name": "Strapi Solutions SAS",
22
+ "email": "hi@strapi.io",
23
+ "url": "https://strapi.io"
24
+ }
25
+ ],
26
+ "main": "./lib/index.js",
27
+ "directories": {
28
+ "lib": "./lib"
24
29
  },
25
- "engines": {
26
- "node": ">=12.x.x <=16.x.x",
27
- "npm": ">=6.0.0"
30
+ "scripts": {
31
+ "test": "echo \"no tests yet\""
28
32
  },
29
- "license": "SEE LICENSE IN LICENSE",
30
33
  "dependencies": {
31
34
  "lodash": "4.17.21",
32
35
  "winston": "3.3.3"
33
36
  },
34
- "gitHead": "e3452f6662a45a4ba96e96861e076e313b297666"
37
+ "engines": {
38
+ "node": ">=12.x.x <=16.x.x",
39
+ "npm": ">=6.0.0"
40
+ },
41
+ "gitHead": "fd656a47698e0a33aae42abd4330410c8cba1d08"
35
42
  }