@ctx-core/logger
Advanced tools
Comparing version 6.1.3 to 6.2.0
# @ctx-core/logger | ||
## 6.2.0 | ||
### Minor Changes | ||
- dist,types directory: addressing typescript build issues | ||
## 6.1.3 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@ctx-core/logger", | ||
"version": "6.1.3", | ||
"version": "6.2.0", | ||
"description": "ctx-core logger", | ||
@@ -19,5 +19,5 @@ "keywords": [ | ||
"author": "Brian Takita", | ||
"main": "./src/index.js", | ||
"module": "./src/index.js", | ||
"types": "./src/index.d.ts", | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.js", | ||
"types": "./types/index.d.ts", | ||
"dependencies": { | ||
@@ -24,0 +24,0 @@ "chalk": "^4.1.1" |
@@ -7,2 +7,3 @@ { | ||
"declaration": true, | ||
"sourceMap": true, | ||
"noEmitOnError": true, | ||
@@ -24,4 +25,6 @@ "noErrorTruncation": true, | ||
], | ||
"outDir": ".", | ||
"declarationDir": ".", | ||
"rootDir": "src", | ||
"outDir": "dist", | ||
"mapRoot": "dist", | ||
"declarationDir": "types", | ||
"lib": [ | ||
@@ -35,5 +38,6 @@ "dom", | ||
"exclude": [ | ||
"node_modules" | ||
"node_modules", | ||
"types" | ||
], | ||
"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
20434
65
429