@pictofit/pictofit-dressing-room
Advanced tools
Comparing version 0.26.11 to 0.27.0-alexanderpilz-add-hostname-metric-label-a671b7f4b5e7546767f7e39cb9f672c97cb37107
@@ -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-a671b7f4b5e7546767f7e39cb9f672c97cb37107", | ||
"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
16533751
7778
4