@rollup/wasm-node 4.33.0 → 4.34.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.
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.33.0
4
- Sat, 01 Feb 2025 07:11:29 GMT - commit 494483e8df7b5d04796b30e37f54d7e96fa91a97
3
+ Rollup.js v4.34.1
4
+ Mon, 03 Feb 2025 06:57:43 GMT - commit 0f20524ad9ecd166a900d43af93f05a3405d2a45
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -21,8 +21,8 @@ const loadConfigFile_js = require('./loadConfigFile.js');
21
21
  const node_child_process = require('node:child_process');
22
22
  const rollup_js = require('../rollup.js');
23
23
  require('path');
24
- require('fs');
25
24
  require('util');
25
+ require('fs');
26
26
  require('stream');
27
27
  require('os');
28
28
  require('./fsevents-importer.js');
@@ -365,23 +365,7 @@ const {
365
365
  *
366
366
  * Returns a function that may be used to unload signal-exit.
367
367
  */
368
- onExit,
369
- /**
370
- * Load the listeners. Likely you never need to call this, unless
371
- * doing a rather deep integration with signal-exit functionality.
372
- * Mostly exposed for the benefit of testing.
373
- *
374
- * @internal
375
- */
376
- load,
377
- /**
378
- * Unload the listeners. Likely you never need to call this, unless
379
- * doing a rather deep integration with signal-exit functionality.
380
- * Mostly exposed for the benefit of testing.
381
- *
382
- * @internal
383
- */
384
- unload, } = signalExitWrap(processOk(process$1) ? new SignalExit(process$1) : new SignalExitFallback());
368
+ onExit} = signalExitWrap(processOk(process$1) ? new SignalExit(process$1) : new SignalExitFallback());
385
369
 
386
370
  const CLEAR_SCREEN = '\u001Bc';
387
371
  function getResetScreen(configs, allowClearScreen) {
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.33.0
4
- Sat, 01 Feb 2025 07:11:29 GMT - commit 494483e8df7b5d04796b30e37f54d7e96fa91a97
3
+ Rollup.js v4.34.1
4
+ Mon, 03 Feb 2025 06:57:43 GMT - commit 0f20524ad9ecd166a900d43af93f05a3405d2a45
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -21,8 +21,8 @@ require('../native.js');
21
21
  require('path');
22
22
  require('node:perf_hooks');
23
23
  require('node:fs/promises');
24
- require('fs');
25
24
  require('util');
25
+ require('fs');
26
26
  require('stream');
27
27
  require('os');
28
28
  require('./fsevents-importer.js');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rollup/wasm-node",
3
- "version": "4.33.0",
3
+ "version": "4.34.1",
4
4
  "description": "Next-generation ES module bundler with Node wasm",
5
5
  "main": "dist/rollup.js",
6
6
  "module": "dist/es/rollup.js",