Comparing version 4.27.2 to 4.27.3
/* | ||
@license | ||
Rollup.js v4.27.2 | ||
Fri, 15 Nov 2024 17:19:22 GMT - commit a503a4dd9982bf20fd38aeb171882a27828906ae | ||
Rollup.js v4.27.3 | ||
Mon, 18 Nov 2024 16:39:05 GMT - commit 7c0b1f8810013b5a351a976df30a6a5da4fa164b | ||
@@ -6,0 +6,0 @@ https://github.com/rollup/rollup |
/* | ||
@license | ||
Rollup.js v4.27.2 | ||
Fri, 15 Nov 2024 17:19:22 GMT - commit a503a4dd9982bf20fd38aeb171882a27828906ae | ||
Rollup.js v4.27.3 | ||
Mon, 18 Nov 2024 16:39:05 GMT - commit 7c0b1f8810013b5a351a976df30a6a5da4fa164b | ||
@@ -6,0 +6,0 @@ https://github.com/rollup/rollup |
/* | ||
@license | ||
Rollup.js v4.27.2 | ||
Fri, 15 Nov 2024 17:19:22 GMT - commit a503a4dd9982bf20fd38aeb171882a27828906ae | ||
Rollup.js v4.27.3 | ||
Mon, 18 Nov 2024 16:39:05 GMT - commit 7c0b1f8810013b5a351a976df30a6a5da4fa164b | ||
@@ -6,0 +6,0 @@ https://github.com/rollup/rollup |
/* | ||
@license | ||
Rollup.js v4.27.2 | ||
Fri, 15 Nov 2024 17:19:22 GMT - commit a503a4dd9982bf20fd38aeb171882a27828906ae | ||
Rollup.js v4.27.3 | ||
Mon, 18 Nov 2024 16:39:05 GMT - commit 7c0b1f8810013b5a351a976df30a6a5da4fa164b | ||
@@ -6,0 +6,0 @@ https://github.com/rollup/rollup |
/* | ||
@license | ||
Rollup.js v4.27.2 | ||
Fri, 15 Nov 2024 17:19:22 GMT - commit a503a4dd9982bf20fd38aeb171882a27828906ae | ||
Rollup.js v4.27.3 | ||
Mon, 18 Nov 2024 16:39:05 GMT - commit 7c0b1f8810013b5a351a976df30a6a5da4fa164b | ||
@@ -6,0 +6,0 @@ https://github.com/rollup/rollup |
/* | ||
@license | ||
Rollup.js v4.27.2 | ||
Fri, 15 Nov 2024 17:19:22 GMT - commit a503a4dd9982bf20fd38aeb171882a27828906ae | ||
Rollup.js v4.27.3 | ||
Mon, 18 Nov 2024 16:39:05 GMT - commit 7c0b1f8810013b5a351a976df30a6a5da4fa164b | ||
@@ -6,0 +6,0 @@ https://github.com/rollup/rollup |
/* | ||
@license | ||
Rollup.js v4.27.2 | ||
Fri, 15 Nov 2024 17:19:22 GMT - commit a503a4dd9982bf20fd38aeb171882a27828906ae | ||
Rollup.js v4.27.3 | ||
Mon, 18 Nov 2024 16:39:05 GMT - commit 7c0b1f8810013b5a351a976df30a6a5da4fa164b | ||
@@ -6,0 +6,0 @@ https://github.com/rollup/rollup |
/* | ||
@license | ||
Rollup.js v4.27.2 | ||
Fri, 15 Nov 2024 17:19:22 GMT - commit a503a4dd9982bf20fd38aeb171882a27828906ae | ||
Rollup.js v4.27.3 | ||
Mon, 18 Nov 2024 16:39:05 GMT - commit 7c0b1f8810013b5a351a976df30a6a5da4fa164b | ||
@@ -6,0 +6,0 @@ https://github.com/rollup/rollup |
/* | ||
@license | ||
Rollup.js v4.27.2 | ||
Fri, 15 Nov 2024 17:19:22 GMT - commit a503a4dd9982bf20fd38aeb171882a27828906ae | ||
Rollup.js v4.27.3 | ||
Mon, 18 Nov 2024 16:39:05 GMT - commit 7c0b1f8810013b5a351a976df30a6a5da4fa164b | ||
@@ -6,0 +6,0 @@ https://github.com/rollup/rollup |
/* | ||
@license | ||
Rollup.js v4.27.2 | ||
Fri, 15 Nov 2024 17:19:22 GMT - commit a503a4dd9982bf20fd38aeb171882a27828906ae | ||
Rollup.js v4.27.3 | ||
Mon, 18 Nov 2024 16:39:05 GMT - commit 7c0b1f8810013b5a351a976df30a6a5da4fa164b | ||
@@ -24,4 +24,4 @@ https://github.com/rollup/rollup | ||
require('path'); | ||
require('fs'); | ||
require('util'); | ||
require('fs'); | ||
require('stream'); | ||
@@ -370,3 +370,19 @@ require('os'); | ||
*/ | ||
onExit} = signalExitWrap(processOk(process$1) ? new SignalExit(process$1) : new SignalExitFallback()); | ||
onExit, | ||
/** | ||
* Load the listeners. Likely you never need to call this, unless | ||
* doing a rather deep integration with signal-exit functionality. | ||
* Mostly exposed for the benefit of testing. | ||
* | ||
* @internal | ||
*/ | ||
load, | ||
/** | ||
* Unload the listeners. Likely you never need to call this, unless | ||
* doing a rather deep integration with signal-exit functionality. | ||
* Mostly exposed for the benefit of testing. | ||
* | ||
* @internal | ||
*/ | ||
unload, } = signalExitWrap(processOk(process$1) ? new SignalExit(process$1) : new SignalExitFallback()); | ||
@@ -373,0 +389,0 @@ const CLEAR_SCREEN = '\u001Bc'; |
/* | ||
@license | ||
Rollup.js v4.27.2 | ||
Fri, 15 Nov 2024 17:19:22 GMT - commit a503a4dd9982bf20fd38aeb171882a27828906ae | ||
Rollup.js v4.27.3 | ||
Mon, 18 Nov 2024 16:39:05 GMT - commit 7c0b1f8810013b5a351a976df30a6a5da4fa164b | ||
@@ -25,4 +25,4 @@ https://github.com/rollup/rollup | ||
require('node:fs/promises'); | ||
require('fs'); | ||
require('util'); | ||
require('fs'); | ||
require('stream'); | ||
@@ -29,0 +29,0 @@ require('os'); |
{ | ||
"name": "rollup", | ||
"version": "4.27.2", | ||
"version": "4.27.3", | ||
"description": "Next-generation ES module bundler", | ||
@@ -112,20 +112,20 @@ "main": "dist/rollup.js", | ||
"fsevents": "~2.3.2", | ||
"@rollup/rollup-darwin-arm64": "4.27.2", | ||
"@rollup/rollup-android-arm64": "4.27.2", | ||
"@rollup/rollup-win32-arm64-msvc": "4.27.2", | ||
"@rollup/rollup-freebsd-arm64": "4.27.2", | ||
"@rollup/rollup-linux-arm64-gnu": "4.27.2", | ||
"@rollup/rollup-linux-arm64-musl": "4.27.2", | ||
"@rollup/rollup-android-arm-eabi": "4.27.2", | ||
"@rollup/rollup-linux-arm-gnueabihf": "4.27.2", | ||
"@rollup/rollup-linux-arm-musleabihf": "4.27.2", | ||
"@rollup/rollup-win32-ia32-msvc": "4.27.2", | ||
"@rollup/rollup-linux-riscv64-gnu": "4.27.2", | ||
"@rollup/rollup-linux-powerpc64le-gnu": "4.27.2", | ||
"@rollup/rollup-linux-s390x-gnu": "4.27.2", | ||
"@rollup/rollup-darwin-x64": "4.27.2", | ||
"@rollup/rollup-win32-x64-msvc": "4.27.2", | ||
"@rollup/rollup-freebsd-x64": "4.27.2", | ||
"@rollup/rollup-linux-x64-gnu": "4.27.2", | ||
"@rollup/rollup-linux-x64-musl": "4.27.2" | ||
"@rollup/rollup-darwin-arm64": "4.27.3", | ||
"@rollup/rollup-android-arm64": "4.27.3", | ||
"@rollup/rollup-win32-arm64-msvc": "4.27.3", | ||
"@rollup/rollup-freebsd-arm64": "4.27.3", | ||
"@rollup/rollup-linux-arm64-gnu": "4.27.3", | ||
"@rollup/rollup-linux-arm64-musl": "4.27.3", | ||
"@rollup/rollup-android-arm-eabi": "4.27.3", | ||
"@rollup/rollup-linux-arm-gnueabihf": "4.27.3", | ||
"@rollup/rollup-linux-arm-musleabihf": "4.27.3", | ||
"@rollup/rollup-win32-ia32-msvc": "4.27.3", | ||
"@rollup/rollup-linux-riscv64-gnu": "4.27.3", | ||
"@rollup/rollup-linux-powerpc64le-gnu": "4.27.3", | ||
"@rollup/rollup-linux-s390x-gnu": "4.27.3", | ||
"@rollup/rollup-darwin-x64": "4.27.3", | ||
"@rollup/rollup-win32-x64-msvc": "4.27.3", | ||
"@rollup/rollup-freebsd-x64": "4.27.3", | ||
"@rollup/rollup-linux-x64-gnu": "4.27.3", | ||
"@rollup/rollup-linux-x64-musl": "4.27.3" | ||
}, | ||
@@ -132,0 +132,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2601075
65250