rollup 2.74.0 → 2.74.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.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v2.74.0
4
- Thu, 19 May 2022 05:01:43 GMT - commit fc99e96e09d26798f1c0aabdd7429307cc908c8e
3
+ Rollup.js v2.74.1
4
+ Thu, 19 May 2022 17:50:11 GMT - commit e823eded9920d6082cc8c1afcf591b716ab6b160
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v2.74.0
4
- Thu, 19 May 2022 05:01:43 GMT - commit fc99e96e09d26798f1c0aabdd7429307cc908c8e
3
+ Rollup.js v2.74.1
4
+ Thu, 19 May 2022 17:50:11 GMT - commit e823eded9920d6082cc8c1afcf591b716ab6b160
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1236,7 +1236,7 @@ const invalidStep = (step, options) => {
1236
1236
  return [];
1237
1237
  };
1238
1238
 
1239
- const fillNumbers = (start, end, step = 1, options) => {
1239
+ const fillNumbers = (start, end, step = 1, options = {}) => {
1240
1240
  let a = Number(start);
1241
1241
  let b = Number(end);
1242
1242
 
@@ -1288,7 +1288,7 @@ const fillNumbers = (start, end, step = 1, options) => {
1288
1288
  return range;
1289
1289
  };
1290
1290
 
1291
- const fillLetters = (start, end, step = 1, options) => {
1291
+ const fillLetters = (start, end, step = 1, options = {}) => {
1292
1292
  if ((!isNumber(start) && start.length > 1) || (!isNumber(end) && end.length > 1)) {
1293
1293
  return invalidRange(start, end, options);
1294
1294
  }
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v2.74.0
4
- Thu, 19 May 2022 05:01:43 GMT - commit fc99e96e09d26798f1c0aabdd7429307cc908c8e
3
+ Rollup.js v2.74.1
4
+ Thu, 19 May 2022 17:50:11 GMT - commit e823eded9920d6082cc8c1afcf591b716ab6b160
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v2.74.0
4
- Thu, 19 May 2022 05:01:43 GMT - commit fc99e96e09d26798f1c0aabdd7429307cc908c8e
3
+ Rollup.js v2.74.1
4
+ Thu, 19 May 2022 17:50:11 GMT - commit e823eded9920d6082cc8c1afcf591b716ab6b160
5
5
 
6
6
  https://github.com/rollup/rollup
7
7