@ctx-core/logger
Advanced tools
Comparing version 6.2.1 to 6.3.0
# @ctx-core/logger | ||
## 6.3.0 | ||
### Minor Changes | ||
- fix tsc build directory issues | ||
## 6.2.1 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@ctx-core/logger", | ||
"version": "6.2.1", | ||
"version": "6.3.0", | ||
"description": "ctx-core logger", | ||
@@ -21,3 +21,3 @@ "keywords": [ | ||
"module": "./dist/index.js", | ||
"types": "./types/index.d.ts", | ||
"types": "./dist/index.d.ts", | ||
"dependencies": { | ||
@@ -24,0 +24,0 @@ "chalk": "^4.1.1" |
@@ -27,3 +27,3 @@ { | ||
"mapRoot": "dist", | ||
"declarationDir": "types", | ||
"declarationDir": "dist", | ||
"lib": [ | ||
@@ -38,5 +38,5 @@ "dom", | ||
"node_modules", | ||
"types" | ||
"dist" | ||
], | ||
"references": [] | ||
} |
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
16301
45
296