@zuplo/runtime 6.67.17 → 6.67.18

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.
@@ -2642,6 +2642,7 @@ declare interface DataDogMetricsOptions {
2642
2642
  tags?: string[];
2643
2643
  metrics?: MetricsType;
2644
2644
  include?: IncludeMetrics;
2645
+ metricMode?: "seriesMode" | "distributionMode";
2645
2646
  }
2646
2647
 
2647
2648
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@zuplo/runtime",
3
3
  "type": "module",
4
- "version": "6.67.17",
4
+ "version": "6.67.18",
5
5
  "repository": "https://github.com/zuplo/zuplo",
6
6
  "author": "Zuplo, Inc.",
7
7
  "exports": {