@instana/aws-lambda
Advanced tools
Comparing version 2.11.1 to 2.12.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [2.12.0](https://github.com/instana/nodejs/compare/v2.11.1...v2.12.0) (2022-11-22) | ||
### Features | ||
* **aws-lambda:** added support for ES modules ([#653](https://github.com/instana/nodejs/issues/653)) ([75c28a9](https://github.com/instana/nodejs/commit/75c28a92fb68f3d982207b545a211b65dc4d95ce)) | ||
## [2.11.1](https://github.com/instana/nodejs/compare/v2.11.0...v2.11.1) (2022-11-09) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@instana/aws-lambda", | ||
"version": "2.11.1", | ||
"version": "2.12.0", | ||
"description": "Instana tracing and monitoring for Node.js based AWS Lambdas", | ||
@@ -71,4 +71,4 @@ "author": { | ||
"dependencies": { | ||
"@instana/core": "2.11.1", | ||
"@instana/serverless": "2.11.1" | ||
"@instana/core": "2.12.0", | ||
"@instana/serverless": "2.12.0" | ||
}, | ||
@@ -78,3 +78,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "3d29a8b21bc9aad1daa4e8512c7763f5cfb844c1" | ||
"gitHead": "eb8f989b4e1bd17aff928f6df9e742c8af518ca4" | ||
} |
60806
+ Added@instana/core@2.12.0(transitive)
- Removed@instana/core@2.11.1(transitive)
Updated@instana/core@2.12.0
Updated@instana/serverless@2.12.0