@rollup/browser 4.28.0 → 4.28.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.
@@ -102,6 +102,7 @@ export interface SourceMap {
102
102
  sources: string[];
103
103
  sourcesContent?: string[];
104
104
  version: number;
105
+ debugId?: string;
105
106
  toString(): string;
106
107
  toUrl(): string;
107
108
  }