@strapi/logger
Advanced tools
Comparing version 0.0.0-ffd0a215143bcafd0354d791533a57a084e53ffb to 0.0.0-next.008421e40e4f0fb98aab7504cea5a2b8ef7099d5
{ | ||
"name": "@strapi/logger", | ||
"version": "0.0.0-ffd0a215143bcafd0354d791533a57a084e53ffb", | ||
"version": "0.0.0-next.008421e40e4f0fb98aab7504cea5a2b8ef7099d5", | ||
"description": "Strapi's logger", | ||
@@ -26,18 +26,29 @@ "homepage": "https://strapi.io", | ||
], | ||
"main": "./lib/index.js", | ||
"directories": { | ||
"lib": "./lib" | ||
}, | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.mjs", | ||
"source": "./src/index.ts", | ||
"types": "./dist/index.d.ts", | ||
"files": [ | ||
"dist/" | ||
], | ||
"scripts": { | ||
"test": "echo \"no tests yet\"" | ||
"build": "pack-up build", | ||
"clean": "run -T rimraf ./dist", | ||
"lint": "run -T eslint .", | ||
"test:ts": "run -T tsc --noEmit", | ||
"watch": "pack-up watch" | ||
}, | ||
"dependencies": { | ||
"lodash": "4.17.21", | ||
"winston": "3.3.3" | ||
"winston": "3.10.0" | ||
}, | ||
"devDependencies": { | ||
"@strapi/pack-up": "5.0.2", | ||
"eslint-config-custom": "0.0.0-next.008421e40e4f0fb98aab7504cea5a2b8ef7099d5", | ||
"tsconfig": "0.0.0-next.008421e40e4f0fb98aab7504cea5a2b8ef7099d5" | ||
}, | ||
"engines": { | ||
"node": ">=14.19.1 <=18.x.x", | ||
"node": ">=18.0.0 <=22.x.x", | ||
"npm": ">=6.0.0" | ||
}, | ||
"gitHead": "ffd0a215143bcafd0354d791533a57a084e53ffb" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
30026
28
287
1
3
1
80
1
+ Added@colors/colors@1.5.0(transitive)
+ Addedwinston@3.10.0(transitive)
- Removedwinston@3.3.3(transitive)
Updatedwinston@3.10.0