@ctx-core/logger
Advanced tools
Comparing version 6.0.10 to 6.0.11
# @ctx-core/logger | ||
## 6.0.11 | ||
### Patch Changes | ||
- chalk: ^4.1.0 -> ^4.1.1 | ||
## 6.0.10 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@ctx-core/logger", | ||
"version": "6.0.10", | ||
"version": "6.0.11", | ||
"description": "ctx-core logger", | ||
@@ -22,11 +22,4 @@ "keywords": [ | ||
"types": "./src/index.ts", | ||
"scripts": { | ||
"build": "npm run clean && npm run compile", | ||
"clean": "rm -f tsconfig.tsbuildinfo", | ||
"compile": "./node_modules/.bin/tsc -b .", | ||
"exec": "$@", | ||
"prepublishOnly": "npm run compile" | ||
}, | ||
"dependencies": { | ||
"chalk": "^4.1.0" | ||
"chalk": "^4.1.1" | ||
}, | ||
@@ -39,3 +32,9 @@ "devDependencies": { | ||
"cache": "~/.npm" | ||
}, | ||
"scripts": { | ||
"build": "npm run clean && npm run compile", | ||
"clean": "rm -f tsconfig.tsbuildinfo", | ||
"compile": "./node_modules/.bin/tsc -b .", | ||
"exec": "$@" | ||
} | ||
} | ||
} |
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
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
10873
Updatedchalk@^4.1.1