rollup 2.45.0 → 2.47.0

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.
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v2.45.0
4
- Fri, 09 Apr 2021 04:39:40 GMT - commit 5a22c8ad72ca6c619ffc43877499e2cda3757ef3
3
+ Rollup.js v2.47.0
4
+ Tue, 04 May 2021 05:02:40 GMT - commit 6cc9d6b5137dd80fef9618e97471f89f8fbc54ad
5
5
 
6
6
 
7
7
  https://github.com/rollup/rollup
@@ -4132,6 +4132,7 @@ function mergeOutputOptions(config, overrides, warn) {
4132
4132
  preferConst: getOption('preferConst'),
4133
4133
  preserveModules: getOption('preserveModules'),
4134
4134
  preserveModulesRoot: getOption('preserveModulesRoot'),
4135
+ sanitizeFileName: getOption('sanitizeFileName'),
4135
4136
  sourcemap: getOption('sourcemap'),
4136
4137
  sourcemapExcludeSources: getOption('sourcemapExcludeSources'),
4137
4138
  sourcemapFile: getOption('sourcemapFile'),
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v2.45.0
4
- Fri, 09 Apr 2021 04:39:40 GMT - commit 5a22c8ad72ca6c619ffc43877499e2cda3757ef3
3
+ Rollup.js v2.47.0
4
+ Tue, 04 May 2021 05:02:40 GMT - commit 6cc9d6b5137dd80fef9618e97471f89f8fbc54ad
5
5
 
6
6
 
7
7
  https://github.com/rollup/rollup