@pictofit/pictofit-dressing-room
Advanced tools
Comparing version 0.26.11 to 0.27.0-alexanderpilz-add-hostname-metric-label-2d21f29372f91b01a31e351080957a2f5a6c57ad
@@ -374,2 +374,9 @@ export * from "./adaptors"; | ||
} | ||
export declare namespace PerformanceMetrics { | ||
interface PerformanceMetricsProvider { | ||
getCustomLabels(): Promise<{ | ||
[key: string]: string | number; | ||
}>; | ||
} | ||
} | ||
export type ByMode<T> = { | ||
@@ -434,2 +441,3 @@ [mode in Core.RenderMode]?: T; | ||
analytics?: Analytics.AnalyticsConfig; | ||
performanceMetrics?: PerformanceMetrics.PerformanceMetricsProvider; | ||
} |
{ | ||
"name": "@pictofit/pictofit-dressing-room", | ||
"version": "0.26.11", | ||
"version": "0.27.0-alexanderpilz-add-hostname-metric-label-2d21f29372f91b01a31e351080957a2f5a6c57ad", | ||
"license": "CC-BY-NC-ND-4.0", | ||
@@ -91,4 +91,3 @@ "files": [ | ||
}, | ||
"dependencies": { | ||
} | ||
"dependencies": {} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
16533891
7778
4