File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
66The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
77
8- ## [ 0.2.14 ] 2023-09-04
8+ ## [ 0.2.15 ] 2023-09-04
99
1010- add cjs to extension for otel extension so it loads in all node environments
1111- add esm build for wrapper
Original file line number Diff line number Diff line change 11{
22 "name" : " @baselime/lambda-node-opentelemetry" ,
3- "version" : " 0.2.14 " ,
3+ "version" : " 0.2.15 " ,
44 "description" : " OpenTelemetry auto tracer for Node.JS based AWS Lambda functions" ,
55 "types" : " index.d.ts" ,
6- "main" : " index.js" ,
7- "module" : " index.mjs" ,
6+ "exports" : {
7+ "require" : " ./index.cjs" ,
8+ "import" : " ./index.mjs"
9+ },
810 "keywords" : [
911 " nodejs" ,
1012 " aws-lambda" ,
You can’t perform that action at this time.
0 commit comments