@feature-hub/logger
Advanced tools
Comparing version 3.4.0 to 3.4.1
{ | ||
"name": "@feature-hub/logger", | ||
"version": "3.4.0", | ||
"version": "3.4.1", | ||
"description": "A Feature Service for providing a common logging integration to all Feature Hub consumers.", | ||
@@ -24,3 +24,3 @@ "homepage": "https://feature-hub.io/", | ||
"dependencies": { | ||
"@feature-hub/core": "^3.4.0" | ||
"@feature-hub/core": "^3.4.1" | ||
}, | ||
@@ -33,3 +33,4 @@ "publishConfig": { | ||
"@feature-hub:bundler": "./src/index.ts", | ||
"default": "./lib/esm/index.js" | ||
"import": "./lib/esm/index.js", | ||
"require": "./lib/cjs/index.js" | ||
} | ||
@@ -42,3 +43,3 @@ }, | ||
}, | ||
"gitHead": "a9413fc8a42ef342723920d043af1571058f5d87" | ||
"gitHead": "cc151bacf7fed592d2736fb54039b24f59b06752" | ||
} |
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
113109
Updated@feature-hub/core@^3.4.1