serverless-plugin-datadog 5.49.0 → 5.50.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (56) hide show
  1. package/dist/package.json +1 -1
  2. package/dist/src/env.d.ts +0 -0
  3. package/dist/src/env.d.ts.map +0 -0
  4. package/dist/src/env.js +0 -0
  5. package/dist/src/env.js.map +0 -0
  6. package/dist/src/forwarder.d.ts +0 -0
  7. package/dist/src/forwarder.d.ts.map +0 -0
  8. package/dist/src/forwarder.js +0 -0
  9. package/dist/src/forwarder.js.map +0 -0
  10. package/dist/src/git.d.ts +0 -0
  11. package/dist/src/git.d.ts.map +0 -0
  12. package/dist/src/git.js +0 -0
  13. package/dist/src/git.js.map +0 -0
  14. package/dist/src/index.d.ts +0 -0
  15. package/dist/src/index.d.ts.map +0 -0
  16. package/dist/src/index.js +0 -0
  17. package/dist/src/index.js.map +0 -0
  18. package/dist/src/layer.d.ts +0 -0
  19. package/dist/src/layer.d.ts.map +0 -0
  20. package/dist/src/layer.js +0 -0
  21. package/dist/src/layer.js.map +0 -0
  22. package/dist/src/layers-gov.json +40 -40
  23. package/dist/src/layers.json +540 -540
  24. package/dist/src/monitor-api-requests.d.ts +0 -0
  25. package/dist/src/monitor-api-requests.d.ts.map +0 -0
  26. package/dist/src/monitor-api-requests.js +0 -0
  27. package/dist/src/monitor-api-requests.js.map +0 -0
  28. package/dist/src/monitors.d.ts +0 -0
  29. package/dist/src/monitors.d.ts.map +0 -0
  30. package/dist/src/monitors.js +0 -0
  31. package/dist/src/monitors.js.map +0 -0
  32. package/dist/src/output.d.ts +0 -0
  33. package/dist/src/output.d.ts.map +0 -0
  34. package/dist/src/output.js +0 -0
  35. package/dist/src/output.js.map +0 -0
  36. package/dist/src/serverless_monitors.d.ts +0 -0
  37. package/dist/src/serverless_monitors.d.ts.map +0 -0
  38. package/dist/src/serverless_monitors.js +0 -0
  39. package/dist/src/serverless_monitors.js.map +0 -0
  40. package/dist/src/span-link.d.ts +0 -0
  41. package/dist/src/span-link.d.ts.map +0 -0
  42. package/dist/src/span-link.js +0 -0
  43. package/dist/src/span-link.js.map +0 -0
  44. package/dist/src/step-functions-helper.d.ts +0 -0
  45. package/dist/src/step-functions-helper.d.ts.map +0 -0
  46. package/dist/src/step-functions-helper.js +0 -0
  47. package/dist/src/step-functions-helper.js.map +0 -0
  48. package/dist/src/tracing.d.ts +0 -0
  49. package/dist/src/tracing.d.ts.map +0 -0
  50. package/dist/src/tracing.js +0 -0
  51. package/dist/src/tracing.js.map +0 -0
  52. package/dist/src/wrapper.d.ts +0 -0
  53. package/dist/src/wrapper.d.ts.map +0 -0
  54. package/dist/src/wrapper.js +0 -0
  55. package/dist/src/wrapper.js.map +0 -0
  56. package/package.json +1 -1
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "serverless-plugin-datadog",
3
- "version": "5.49.0",
3
+ "version": "5.50.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",