@tramvai/tokens-metrics 2.150.0 → 2.150.1

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 -0
  2. package/package.json +1 -1
package/lib/index.d.ts CHANGED
@@ -42,3 +42,4 @@ export declare const REGISTER_INSTANT_METRIC_TOKEN: [string, Counter<string>] &
42
42
  export declare const METRICS_MODULE_CONFIG_TOKEN: ModuleConfig & {
43
43
  __type?: "base token" | undefined;
44
44
  };
45
+ //# sourceMappingURL=index.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/tokens-metrics",
3
- "version": "2.150.0",
3
+ "version": "2.150.1",
4
4
  "description": "Tramvai tokens for @tramvai/module-metrics",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.es.js",