serverless-plugin-datadog 5.56.0 → 5.57.0
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +2 -2
- package/dist/package.json +1 -1
- package/dist/src/layers-gov.json +32 -32
- package/dist/src/layers.json +443 -443
- package/package.json +1 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "serverless-plugin-datadog",
|
3
|
-
"version": "5.
|
3
|
+
"version": "5.57.0",
|
4
4
|
"description": "Serverless plugin to automatically instrument python and node functions with datadog tracing",
|
5
5
|
"main": "dist/src/index.js",
|
6
6
|
"repository": "https://github.com/DataDog/serverless-plugin-datadog",
|