@ctx-core/logger
Advanced tools
Comparing version 9.0.33 to 9.0.34
# @ctx-core/logger | ||
## 9.0.34 | ||
### Patch Changes | ||
- fix: package.json: exports | ||
## 9.0.33 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@ctx-core/logger", | ||
"version": "9.0.33", | ||
"version": "9.0.34", | ||
"description": "ctx-core logger", | ||
@@ -15,3 +15,3 @@ "keywords": [ | ||
"type": "git", | ||
"url": "https://github.com/ctx-core/logger/issues" | ||
"url": "https://github.com/ctx-core/logger.git" | ||
}, | ||
@@ -23,4 +23,4 @@ "license": "Apache-2.0", | ||
".": { | ||
"types": "./src/index.ts", | ||
"import": "./dist/index.js" | ||
"import": "./dist/index.js", | ||
"types": "./src/index.ts" | ||
}, | ||
@@ -27,0 +27,0 @@ "./package.json": "./package.json" |
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
23317