@ctx-core/logger
Advanced tools
Comparing version 9.2.10 to 9.2.11
{ | ||
"name": "@ctx-core/logger", | ||
"version": "9.2.10", | ||
"version": "9.2.11", | ||
"description": "ctx-core logger", | ||
@@ -18,3 +18,7 @@ "keywords": [ | ||
"license": "Apache-2.0", | ||
"author": "Brian Takita", | ||
"author": { | ||
"name": "Brian Takita", | ||
"url": "https://briantakita.me", | ||
"email": "info+ctx-core-logger@briantakita.me" | ||
}, | ||
"type": "module", | ||
@@ -48,4 +52,3 @@ "files": [ | ||
"publishConfig": { | ||
"access": "public", | ||
"cache": "~/.npm" | ||
"access": "public" | ||
}, | ||
@@ -57,7 +60,7 @@ "sideEffects": false, | ||
"exec": "$@", | ||
"test": "pnpm test:unit && pnpm test:types", | ||
"test": "pnpm run /^test:/", | ||
"test:types": "check-dts", | ||
"test:unit": "tsx node_modules/uvu/bin.js . '\\.test\\.(ts|js)$'", | ||
"test:unit:coverage": "c8 pnpm test:unit" | ||
"disable:test:unit:coverage": "c8 pnpm test:unit" | ||
} | ||
} |
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
6832