@tramvai/tokens-metrics 2.39.3 → 2.44.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.
Files changed (2) hide show
  1. package/lib/index.d.ts +1 -1
  2. package/package.json +1 -1
package/lib/index.d.ts CHANGED
@@ -5,7 +5,7 @@ interface Metrics {
5
5
  histogram<T extends string = string>(opt: HistogramConfiguration<T>): Histogram<T>;
6
6
  summary<T extends string = string>(opt: SummaryConfiguration<T>): Summary<T>;
7
7
  }
8
- export declare type ModuleConfig = {
8
+ export type ModuleConfig = {
9
9
  enableConnectionResolveMetrics: boolean;
10
10
  };
11
11
  export { Counter, Gauge, Histogram, Summary, Metrics };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/tokens-metrics",
3
- "version": "2.39.3",
3
+ "version": "2.44.2",
4
4
  "description": "Tramvai tokens for @tramvai/module-metrics",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.es.js",