serverless-plugin-datadog 5.74.0 → 5.75.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/package.json +1 -1
- package/dist/src/layer.d.ts.map +1 -1
- package/dist/src/layer.js +2 -0
- package/dist/src/layer.js.map +1 -1
- package/dist/src/layers-gov.json +32 -30
- package/dist/src/layers.json +480 -450
- 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.75.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",
|