@ctx-core/logger
Advanced tools
Comparing version 7.0.0 to 7.0.1
# @ctx-core/logger | ||
## 7.0.1 | ||
### Patch Changes | ||
- fix: build: clean up old build files in dist | ||
## 7.0.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@ctx-core/logger", | ||
"version": "7.0.0", | ||
"version": "7.0.1", | ||
"description": "ctx-core logger", | ||
@@ -34,3 +34,3 @@ "keywords": [ | ||
"build": "npm run clean && npm run compile", | ||
"clean": "rm -f tsconfig.tsbuildinfo", | ||
"clean": "rm -f tsconfig.tsbuildinfo && rm -f dist/**/*.js && rm -f dist/**/*.d.ts && rm -f dist/**/*.map", | ||
"compile": "./node_modules/.bin/tsc -b .", | ||
@@ -37,0 +37,0 @@ "exec": "$@" |
7504
16
172