rollup 4.24.1 → 4.25.0-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.
package/dist/bin/rollup CHANGED
@@ -1,8 +1,8 @@
1
1
  #!/usr/bin/env node
2
2
  /*
3
3
  @license
4
- Rollup.js v4.24.1
5
- Sun, 27 Oct 2024 06:42:30 GMT - commit 88a54d892dacbb0efdbcade263a32d9df1a77b37
4
+ Rollup.js v4.25.0-0
5
+ Tue, 29 Oct 2024 06:14:37 GMT - commit b7fcaba12e863db516f39de74c1eacfe5329a5c3
6
6
 
7
7
  https://github.com/rollup/rollup
8
8
 
@@ -15,8 +15,8 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
15
15
  const process$1 = require('node:process');
16
16
  const rollup = require('../shared/rollup.js');
17
17
  const require$$2 = require('util');
18
- const require$$0 = require('path');
19
- const require$$0$1 = require('fs');
18
+ const require$$0$1 = require('path');
19
+ const require$$0 = require('fs');
20
20
  const parseAst_js = require('../shared/parseAst.js');
21
21
  const fseventsImporter = require('../shared/fsevents-importer.js');
22
22
  const promises = require('node:fs/promises');
@@ -1219,8 +1219,8 @@ const parser = new YargsParser({
1219
1219
  return env;
1220
1220
  },
1221
1221
  format: require$$2.format,
1222
- normalize: require$$0.normalize,
1223
- resolve: require$$0.resolve,
1222
+ normalize: require$$0$1.normalize,
1223
+ resolve: require$$0$1.resolve,
1224
1224
  // TODO: figure out a way to combine ESM and CJS coverage, such that
1225
1225
  // we can exercise all the lines below:
1226
1226
  require: (path) => {
@@ -1229,7 +1229,7 @@ const parser = new YargsParser({
1229
1229
  }
1230
1230
  else if (path.match(/\.json$/)) {
1231
1231
  // Addresses: https://github.com/yargs/yargs/issues/2040
1232
- return JSON.parse(require$$0$1.readFileSync(path, 'utf8'));
1232
+ return JSON.parse(require$$0.readFileSync(path, 'utf8'));
1233
1233
  }
1234
1234
  else {
1235
1235
  throw Error('only .json config files are supported in ESM');
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.24.1
4
- Sun, 27 Oct 2024 06:42:30 GMT - commit 88a54d892dacbb0efdbcade263a32d9df1a77b37
3
+ Rollup.js v4.25.0-0
4
+ Tue, 29 Oct 2024 06:14:37 GMT - commit b7fcaba12e863db516f39de74c1eacfe5329a5c3
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.24.1
4
- Sun, 27 Oct 2024 06:42:30 GMT - commit 88a54d892dacbb0efdbcade263a32d9df1a77b37
3
+ Rollup.js v4.25.0-0
4
+ Tue, 29 Oct 2024 06:14:37 GMT - commit b7fcaba12e863db516f39de74c1eacfe5329a5c3
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.24.1
4
- Sun, 27 Oct 2024 06:42:30 GMT - commit 88a54d892dacbb0efdbcade263a32d9df1a77b37
3
+ Rollup.js v4.25.0-0
4
+ Tue, 29 Oct 2024 06:14:37 GMT - commit b7fcaba12e863db516f39de74c1eacfe5329a5c3
5
5
 
6
6
  https://github.com/rollup/rollup
7
7