rollup 2.79.0 → 2.79.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.
package/dist/rollup.d.ts CHANGED
@@ -358,14 +358,6 @@ export interface OutputBundle {
358
358
  [fileName: string]: OutputAsset | OutputChunk;
359
359
  }
360
360
 
361
- export interface FilePlaceholder {
362
- type: 'placeholder';
363
- }
364
-
365
- export interface OutputBundleWithPlaceholders {
366
- [fileName: string]: OutputAsset | OutputChunk | FilePlaceholder;
367
- }
368
-
369
361
  export interface FunctionPluginHooks {
370
362
  augmentChunkHash: (this: PluginContext, chunk: PreRenderedChunk) => string | void;
371
363
  buildEnd: (this: PluginContext, err?: Error) => void;
package/dist/rollup.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v2.79.0
4
- Wed, 31 Aug 2022 04:52:13 GMT - commit 8477f8ff1fe80086556021542b22942ad27a0a69
3
+ Rollup.js v2.79.1
4
+ Thu, 22 Sep 2022 04:55:29 GMT - commit 69ff4181e701a0fe0026d0ba147f31bc86beffa8
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v2.79.0
4
- Wed, 31 Aug 2022 04:52:13 GMT - commit 8477f8ff1fe80086556021542b22942ad27a0a69
3
+ Rollup.js v2.79.1
4
+ Thu, 22 Sep 2022 04:55:29 GMT - commit 69ff4181e701a0fe0026d0ba147f31bc86beffa8
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v2.79.0
4
- Wed, 31 Aug 2022 04:52:13 GMT - commit 8477f8ff1fe80086556021542b22942ad27a0a69
3
+ Rollup.js v2.79.1
4
+ Thu, 22 Sep 2022 04:55:29 GMT - commit 69ff4181e701a0fe0026d0ba147f31bc86beffa8
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v2.79.0
4
- Wed, 31 Aug 2022 04:52:13 GMT - commit 8477f8ff1fe80086556021542b22942ad27a0a69
3
+ Rollup.js v2.79.1
4
+ Thu, 22 Sep 2022 04:55:29 GMT - commit 69ff4181e701a0fe0026d0ba147f31bc86beffa8
5
5
 
6
6
  https://github.com/rollup/rollup
7
7