@rollup/browser 3.8.1 → 3.9.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.
@@ -456,6 +456,7 @@ export interface OutputPlugin
456
456
  Partial<{ [K in AddonHooks]: ObjectHook<AddonHook> }> {
457
457
  cacheKey?: string;
458
458
  name: string;
459
+ version?: string;
459
460
  }
460
461
 
461
462
  export interface Plugin extends OutputPlugin, Partial<PluginHooks> {