serverless-plugin-datadog 5.68.0 → 5.69.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/package.json +2 -2
package/dist/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "serverless-plugin-datadog",
|
3
|
-
"version": "5.
|
3
|
+
"version": "5.69.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",
|
@@ -62,6 +62,6 @@
|
|
62
62
|
"simple-git": "^3.16.0"
|
63
63
|
},
|
64
64
|
"peerDependencies": {
|
65
|
-
"serverless": "3.x || 2.x || 1.x"
|
65
|
+
"serverless": "4.x || 3.x || 2.x || 1.x"
|
66
66
|
}
|
67
67
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "serverless-plugin-datadog",
|
3
|
-
"version": "5.
|
3
|
+
"version": "5.69.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",
|
@@ -62,6 +62,6 @@
|
|
62
62
|
"simple-git": "^3.16.0"
|
63
63
|
},
|
64
64
|
"peerDependencies": {
|
65
|
-
"serverless": "3.x || 2.x || 1.x"
|
65
|
+
"serverless": "4.x || 3.x || 2.x || 1.x"
|
66
66
|
}
|
67
67
|
}
|