Skip to content

Commit a43a1ff

Browse files
committed
try exports
1 parent fabcb38 commit a43a1ff

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55

66
The 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

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
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",

0 commit comments

Comments
 (0)