@rollup/browser 4.24.3 → 4.24.4

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.
@@ -512,7 +512,7 @@ export type PluginHooks = {
512
512
 
513
513
  export interface OutputPlugin
514
514
  extends Partial<{ [K in OutputPluginHooks]: PluginHooks[K] }>,
515
- Partial<{ [K in AddonHooks]: ObjectHook<AddonHook> }> {
515
+ Partial<Record<AddonHooks, ObjectHook<AddonHook>>> {
516
516
  cacheKey?: string;
517
517
  name: string;
518
518
  version?: string;