@ctx-core/logger
Advanced tools
Comparing version 8.0.2 to 8.0.3
# @ctx-core/logger | ||
## 8.0.3 | ||
### Patch Changes | ||
- fix: npm run clean | ||
## 8.0.2 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@ctx-core/logger", | ||
"version": "8.0.2", | ||
"version": "8.0.3", | ||
"description": "ctx-core logger", | ||
@@ -34,3 +34,3 @@ "keywords": [ | ||
"build": "npm run clean && npm run compile", | ||
"clean": "rm -f tsconfig.tsbuildinfo && rm -f dist/**/*.js && rm -f dist/**/*.d.ts && rm -f dist/**/*.map", | ||
"clean": "rm -f tsconfig.tsbuildinfo && rm -f src/**/*.js && rm -f src/**/*.d.ts && rm -f src/**/*.map", | ||
"compile": "./node_modules/.bin/tsc -b .", | ||
@@ -37,0 +37,0 @@ "exec": "$@" |
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
8919
25
199