serverless-plugin-datadog 5.59.0 → 5.60.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/package.json +2 -2
- package/dist/src/layers-gov.json +28 -28
- package/dist/src/layers.json +410 -378
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "serverless-plugin-datadog",
|
3
|
-
"version": "5.
|
3
|
+
"version": "5.60.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",
|
@@ -57,7 +57,7 @@
|
|
57
57
|
]
|
58
58
|
},
|
59
59
|
"dependencies": {
|
60
|
-
"@datadog/datadog-ci": "^2.
|
60
|
+
"@datadog/datadog-ci": "^2.32.0",
|
61
61
|
"node-fetch": "^2.6.1",
|
62
62
|
"simple-git": "^3.16.0"
|
63
63
|
},
|