serverless-plugin-datadog 3.5.1 → 3.5.2
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/package.json +3 -2
- package/package.json +3 -2
package/dist/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "serverless-plugin-datadog",
|
3
|
-
"version": "3.5.
|
3
|
+
"version": "3.5.2",
|
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",
|
@@ -64,6 +64,7 @@
|
|
64
64
|
"@types/deep-extend": "^0.4.32",
|
65
65
|
"datadog-metrics": "^0.9.3",
|
66
66
|
"node-fetch": "^2.6.1",
|
67
|
-
"proxy": "^1.0.2"
|
67
|
+
"proxy": "^1.0.2",
|
68
|
+
"simple-git": "^2.48.0"
|
68
69
|
}
|
69
70
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "serverless-plugin-datadog",
|
3
|
-
"version": "3.5.
|
3
|
+
"version": "3.5.2",
|
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",
|
@@ -64,6 +64,7 @@
|
|
64
64
|
"@types/deep-extend": "^0.4.32",
|
65
65
|
"datadog-metrics": "^0.9.3",
|
66
66
|
"node-fetch": "^2.6.1",
|
67
|
-
"proxy": "^1.0.2"
|
67
|
+
"proxy": "^1.0.2",
|
68
|
+
"simple-git": "^2.48.0"
|
68
69
|
}
|
69
70
|
}
|