serverless-plugin-datadog 5.121.0 → 5.121.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "serverless-plugin-datadog",
3
- "version": "5.121.0",
3
+ "version": "5.121.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",
@@ -57,11 +57,11 @@
57
57
  ]
58
58
  },
59
59
  "dependencies": {
60
- "@datadog/datadog-ci": "5.3.0",
60
+ "@datadog/datadog-ci": "5.4.0",
61
61
  "simple-git": "^3.16.0"
62
62
  },
63
63
  "peerDependencies": {
64
64
  "serverless": "4.x || 3.x || 2.x || 1.x"
65
65
  },
66
- "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
66
+ "packageManager": "yarn@4.10.3"
67
67
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "serverless-plugin-datadog",
3
- "version": "5.121.0",
3
+ "version": "5.121.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",
@@ -57,11 +57,11 @@
57
57
  ]
58
58
  },
59
59
  "dependencies": {
60
- "@datadog/datadog-ci": "5.3.0",
60
+ "@datadog/datadog-ci": "5.4.0",
61
61
  "simple-git": "^3.16.0"
62
62
  },
63
63
  "peerDependencies": {
64
64
  "serverless": "4.x || 3.x || 2.x || 1.x"
65
65
  },
66
- "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
66
+ "packageManager": "yarn@4.10.3"
67
67
  }
package/CHANGELOG.md DELETED
@@ -1,7 +0,0 @@
1
- # CHANGELOG
2
-
3
- # Version: 1 / 2019-08-12
4
-
5
- - First release
6
- - Enable tracing for by default for Lambda and API Gateway
7
- - Automatically add Lambda Layer to funcitons