rollup 4.16.4 → 4.17.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/bin/rollup CHANGED
@@ -1,8 +1,8 @@
1
1
  #!/usr/bin/env node
2
2
  /*
3
3
  @license
4
- Rollup.js v4.16.4
5
- Tue, 23 Apr 2024 13:14:37 GMT - commit 1c404fa352b70007066e94ff4c1981f8046f8cef
4
+ Rollup.js v4.17.1
5
+ Mon, 29 Apr 2024 04:57:19 GMT - commit dbf0a2e5d3c3eae09ac4d502646d0ecab63f40fd
6
6
 
7
7
  https://github.com/rollup/rollup
8
8
 
@@ -1246,7 +1246,6 @@ yargsParser.detailed = function (args, opts) {
1246
1246
  yargsParser.camelCase = camelCase;
1247
1247
  yargsParser.decamelize = decamelize;
1248
1248
  yargsParser.looksLikeNumber = looksLikeNumber;
1249
- const argParser = yargsParser;
1250
1249
 
1251
1250
  const toZeroIfInfinity = value => Number.isFinite(value) ? value : 0;
1252
1251
 
@@ -1731,7 +1730,7 @@ async function getConfigs(command) {
1731
1730
  return await loadConfigFromCommand(command, false);
1732
1731
  }
1733
1732
 
1734
- const command = argParser(process$1.argv.slice(2), {
1733
+ const command = yargsParser(process$1.argv.slice(2), {
1735
1734
  alias: rollup.commandAliases,
1736
1735
  configuration: { 'camel-case-expansion': false }
1737
1736
  });
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.16.4
4
- Tue, 23 Apr 2024 13:14:37 GMT - commit 1c404fa352b70007066e94ff4c1981f8046f8cef
3
+ Rollup.js v4.17.1
4
+ Mon, 29 Apr 2024 04:57:19 GMT - commit dbf0a2e5d3c3eae09ac4d502646d0ecab63f40fd
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.16.4
4
- Tue, 23 Apr 2024 13:14:37 GMT - commit 1c404fa352b70007066e94ff4c1981f8046f8cef
3
+ Rollup.js v4.17.1
4
+ Mon, 29 Apr 2024 04:57:19 GMT - commit dbf0a2e5d3c3eae09ac4d502646d0ecab63f40fd
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
package/dist/es/rollup.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.16.4
4
- Tue, 23 Apr 2024 13:14:37 GMT - commit 1c404fa352b70007066e94ff4c1981f8046f8cef
3
+ Rollup.js v4.17.1
4
+ Mon, 29 Apr 2024 04:57:19 GMT - commit dbf0a2e5d3c3eae09ac4d502646d0ecab63f40fd
5
5
 
6
6
  https://github.com/rollup/rollup
7
7