@aws-lambda-powertools/logger
Advanced tools
Comparing version 1.14.0 to 2.0.0-alpha.0
{ | ||
"name": "@aws-lambda-powertools/logger", | ||
"version": "1.14.0", | ||
"version": "2.0.0-alpha.0", | ||
"description": "The logging package for the Powertools for AWS Lambda (TypeScript) library", | ||
@@ -28,3 +28,3 @@ "author": { | ||
"dependencies": { | ||
"@aws-lambda-powertools/commons": "^1.14.0", | ||
"@aws-lambda-powertools/commons": "^2.0.0-alpha.0", | ||
"lodash.merge": "^4.6.2" | ||
@@ -40,7 +40,40 @@ }, | ||
}, | ||
"main": "./lib/index.js", | ||
"types": "./lib/index.d.ts", | ||
"main": "./lib/cjs/index.js", | ||
"types": "./lib/cjs/index.d.ts", | ||
"files": [ | ||
"lib" | ||
] | ||
], | ||
"type": "module", | ||
"exports": { | ||
".": { | ||
"require": { | ||
"types": "./lib/cjs/index.d.ts", | ||
"default": "./lib/cjs/index.js" | ||
}, | ||
"import": { | ||
"types": "./lib/esm/index.d.ts", | ||
"default": "./lib/esm/index.js" | ||
} | ||
}, | ||
"./middleware": { | ||
"import": "./lib/esm/middleware/middy.js", | ||
"require": "./lib/cjs/middleware/middy.js" | ||
}, | ||
"./types": { | ||
"import": "./lib/esm/types/index.js", | ||
"require": "./lib/cjs/types/index.js" | ||
} | ||
}, | ||
"typesVersions": { | ||
"*": { | ||
"middleware": [ | ||
"lib/cjs/middleware/middy.d.ts", | ||
"lib/esm/middleware/middy.d.ts" | ||
], | ||
"types": [ | ||
"lib/cjs/types/index.d.ts", | ||
"lib/esm/types/index.d.ts" | ||
] | ||
} | ||
} | ||
} |
@@ -117,2 +117,2 @@ # Powertools for AWS Lambda (TypeScript) <!-- omit in toc --> | ||
This library is licensed under the MIT-0 License. See the LICENSE file. | ||
This library is licensed under the MIT-0 License. See the LICENSE file. |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
185952
76
4339
Yes
1
117
1
+ Added@aws-lambda-powertools/commons@2.12.0(transitive)
- Removed@aws-lambda-powertools/commons@1.18.1(transitive)