@ctx-core/logger
Advanced tools
Comparing version 8.0.8 to 8.0.9
# @ctx-core/logger | ||
## 8.0.9 | ||
### Patch Changes | ||
- dist directory | ||
## 8.0.8 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@ctx-core/logger", | ||
"version": "8.0.8", | ||
"version": "8.0.9", | ||
"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": "./dist/index.d.ts", | ||
"dependencies": { | ||
@@ -24,0 +24,0 @@ "chalk": "^4.1.1" |
@@ -25,5 +25,5 @@ { | ||
"rootDir": "src", | ||
"outDir": "src", | ||
"mapRoot": "src", | ||
"declarationDir": "src", | ||
"outDir": "dist", | ||
"mapRoot": "dist", | ||
"declarationDir": "dist", | ||
"lib": ["dom", "ESNext"], | ||
@@ -30,0 +30,0 @@ "importsNotUsedAsValues": "error", |
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
17637