@aws-lambda-powertools/logger
Advanced tools
Comparing version 0.3.0 to 0.3.1
{ | ||
"name": "@aws-lambda-powertools/logger", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "The logging package for the AWS Lambda powertools (TypeScript) library", | ||
@@ -14,3 +14,5 @@ "author": { | ||
"commit": "commit", | ||
"test": "jest --detectOpenHandles --coverage --verbose", | ||
"test": "npm run test:unit", | ||
"test:unit": "jest --group=unit --detectOpenHandles --coverage --verbose", | ||
"test:e2e": "jest --group=e2e", | ||
"watch": "jest --watch", | ||
@@ -57,2 +59,3 @@ "build": "tsc", | ||
"jest": "^27.0.4", | ||
"jest-runner-groups": "^2.1.0", | ||
"ts-jest": "^27.0.3", | ||
@@ -73,3 +76,3 @@ "ts-node": "^10.0.0", | ||
"dependencies": { | ||
"@aws-lambda-powertools/commons": "^0.3.0", | ||
"@aws-lambda-powertools/commons": "^0.2.0", | ||
"@middy/core": "^2.5.3", | ||
@@ -81,3 +84,3 @@ "@types/aws-lambda": "^8.10.72", | ||
}, | ||
"gitHead": "c06fbd466d18104795fe378cf34473466a0c4ca3" | ||
"gitHead": "cf435681b01fee5aec40162e3434ab29adf61313" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
61863
0
16
+ Added@aws-lambda-powertools/commons@0.2.0(transitive)
- Removed@aws-lambda-powertools/commons@0.3.3(transitive)