@4lch4/logger
Advanced tools
Comparing version 1.7.2 to 1.7.3
{ | ||
"name": "@4lch4/logger", | ||
"displayName": "Logger", | ||
"version": "1.7.2", | ||
"version": "1.7.3", | ||
"description": "A small utility for logging to console within NodeJS/TypeScript applications.", | ||
@@ -9,3 +9,4 @@ "main": "dist/index.js", | ||
"build": "tsc", | ||
"pretty": "prettier --write . && git add . && git commit -m 'ci(pretty): project prettied'" | ||
"pretty": "prettier --write . && git add . && git commit -m 'ci(pretty): project prettied'", | ||
"test": "mocha --reporter spec --require ts-node/register tests/*.test.ts" | ||
}, | ||
@@ -44,9 +45,13 @@ "keywords": [ | ||
"devDependencies": { | ||
"@types/chai": "^4.2.22", | ||
"@types/fs-extra": "^9.0.13", | ||
"@types/mocha": "^9.0.0", | ||
"@types/node": "^16.10.3", | ||
"chai": "^4.3.4", | ||
"mocha": "^9.1.2", | ||
"np": "^7.5.0", | ||
"prettier": "^2.4.1", | ||
"ts-node": "^10.2.1", | ||
"typescript": "^4.4.3" | ||
"ts-node": "^10.3.0", | ||
"typescript": "^4.4.4" | ||
} | ||
} |
@@ -6,2 +6,1 @@ export * from './IColorOpts' | ||
export * from './LogFormat' | ||
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
44175
66
771
10
1