Skip to content

Commit 310c8ad

Browse files
authored
fix(instrumentation-aws-lambda): relax @types/aws-lambda dependency constraint (#3168)
1 parent 2801ab2 commit 310c8ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/instrumentation-aws-lambda/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"dependencies": {
6161
"@opentelemetry/instrumentation": "^0.207.0",
6262
"@opentelemetry/semantic-conventions": "^1.27.0",
63-
"@types/aws-lambda": "8.10.155"
63+
"@types/aws-lambda": "^8.10.155"
6464
},
6565
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-aws-lambda#readme"
6666
}

0 commit comments

Comments
 (0)