rollup 4.0.0-6 → 4.0.0-7
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 +2 -2
- package/dist/es/getLogFilter.js +2 -2
- package/dist/es/rollup.js +2 -2
- package/dist/es/shared/node-entry.js +3 -3
- package/dist/es/shared/watch.js +2 -2
- package/dist/getLogFilter.js +2 -2
- package/dist/loadConfigFile.js +2 -2
- package/dist/rollup.js +2 -2
- package/dist/shared/fsevents-importer.js +2 -2
- package/dist/shared/index.js +2 -2
- package/dist/shared/loadConfigFile.js +2 -2
- package/dist/shared/rollup.js +3 -3
- package/dist/shared/watch-cli.js +2 -2
- package/dist/shared/watch-proxy.js +2 -2
- package/dist/shared/watch.js +2 -2
- package/package.json +13 -13
package/dist/bin/rollup
CHANGED
package/dist/es/getLogFilter.js
CHANGED
package/dist/es/rollup.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
@license
|
|
3
|
-
Rollup.js v4.0.0-
|
|
4
|
-
Sun, 20 Aug 2023
|
|
3
|
+
Rollup.js v4.0.0-7
|
|
4
|
+
Sun, 20 Aug 2023 10:32:46 GMT - commit afaa754955a083970b389711127e368d6f4d235b
|
|
5
5
|
|
|
6
6
|
https://github.com/rollup/rollup
|
|
7
7
|
|
|
@@ -16,7 +16,7 @@ import native from './native.cjs';
|
|
|
16
16
|
import { lstat, realpath, readdir, readFile, mkdir, writeFile } from 'node:fs/promises';
|
|
17
17
|
import * as tty from 'tty';
|
|
18
18
|
|
|
19
|
-
var version$1 = "4.0.0-
|
|
19
|
+
var version$1 = "4.0.0-7";
|
|
20
20
|
|
|
21
21
|
const comma = ','.charCodeAt(0);
|
|
22
22
|
const semicolon = ';'.charCodeAt(0);
|
package/dist/es/shared/watch.js
CHANGED
package/dist/getLogFilter.js
CHANGED
package/dist/loadConfigFile.js
CHANGED
package/dist/rollup.js
CHANGED
package/dist/shared/index.js
CHANGED
package/dist/shared/rollup.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
@license
|
|
3
|
-
Rollup.js v4.0.0-
|
|
4
|
-
Sun, 20 Aug 2023
|
|
3
|
+
Rollup.js v4.0.0-7
|
|
4
|
+
Sun, 20 Aug 2023 10:32:46 GMT - commit afaa754955a083970b389711127e368d6f4d235b
|
|
5
5
|
|
|
6
6
|
https://github.com/rollup/rollup
|
|
7
7
|
|
|
@@ -31,7 +31,7 @@ function _interopNamespaceDefault(e) {
|
|
|
31
31
|
|
|
32
32
|
const tty__namespace = /*#__PURE__*/_interopNamespaceDefault(tty);
|
|
33
33
|
|
|
34
|
-
var version$1 = "4.0.0-
|
|
34
|
+
var version$1 = "4.0.0-7";
|
|
35
35
|
|
|
36
36
|
function ensureArray$1(items) {
|
|
37
37
|
if (Array.isArray(items)) {
|
package/dist/shared/watch-cli.js
CHANGED
package/dist/shared/watch.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rollup",
|
|
3
|
-
"version": "4.0.0-
|
|
3
|
+
"version": "4.0.0-7",
|
|
4
4
|
"description": "Next-generation ES module bundler",
|
|
5
5
|
"main": "dist/rollup.js",
|
|
6
6
|
"module": "dist/es/rollup.js",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"build:quick": "concurrently -c green,blue 'npm:build:napi' 'npm:build:cjs' && npm run build:copy-native",
|
|
36
36
|
"build:napi": "napi build --platform --dts native.d.ts --js native.cjs --cargo-cwd rust -p bindings_napi --cargo-name bindings_napi",
|
|
37
37
|
"build:wasm": "wasm-pack build rust/bindings_wasm --out-dir ../../wasm --target web --no-pack && shx rm wasm/.gitignore",
|
|
38
|
-
"build:wasm:node": "wasm-pack build rust/bindings_wasm --out-dir ../../wasm-node --target nodejs --no-pack",
|
|
38
|
+
"build:wasm:node": "wasm-pack build rust/bindings_wasm --out-dir ../../wasm-node --target nodejs --no-pack && shx rm wasm-node/.gitignore",
|
|
39
39
|
"update:napi": "npm run build:napi && npm run build:copy-native",
|
|
40
40
|
"build:js": "rollup --config rollup.config.ts --configPlugin typescript",
|
|
41
41
|
"update:js": "npm run build:js && npm run build:copy-native",
|
|
@@ -96,17 +96,17 @@
|
|
|
96
96
|
"homepage": "https://rollupjs.org/",
|
|
97
97
|
"optionalDependencies": {
|
|
98
98
|
"fsevents": "~2.3.2",
|
|
99
|
-
"@rollup/rollup-darwin-arm64": "4.0.0-
|
|
100
|
-
"@rollup/rollup-android-arm64": "4.0.0-
|
|
101
|
-
"@rollup/rollup-win32-arm64-msvc": "4.0.0-
|
|
102
|
-
"@rollup/rollup-linux-arm64-gnu": "4.0.0-
|
|
103
|
-
"@rollup/rollup-android-arm-eabi": "4.0.0-
|
|
104
|
-
"@rollup/rollup-linux-arm-gnueabihf": "4.0.0-
|
|
105
|
-
"@rollup/rollup-win32-ia32-msvc": "4.0.0-
|
|
106
|
-
"@rollup/rollup-darwin-x64": "4.0.0-
|
|
107
|
-
"@rollup/rollup-win32-x64-msvc": "4.0.0-
|
|
108
|
-
"@rollup/rollup-linux-x64-gnu": "4.0.0-
|
|
109
|
-
"@rollup/rollup-linux-x64-musl": "4.0.0-
|
|
99
|
+
"@rollup/rollup-darwin-arm64": "4.0.0-7",
|
|
100
|
+
"@rollup/rollup-android-arm64": "4.0.0-7",
|
|
101
|
+
"@rollup/rollup-win32-arm64-msvc": "4.0.0-7",
|
|
102
|
+
"@rollup/rollup-linux-arm64-gnu": "4.0.0-7",
|
|
103
|
+
"@rollup/rollup-android-arm-eabi": "4.0.0-7",
|
|
104
|
+
"@rollup/rollup-linux-arm-gnueabihf": "4.0.0-7",
|
|
105
|
+
"@rollup/rollup-win32-ia32-msvc": "4.0.0-7",
|
|
106
|
+
"@rollup/rollup-darwin-x64": "4.0.0-7",
|
|
107
|
+
"@rollup/rollup-win32-x64-msvc": "4.0.0-7",
|
|
108
|
+
"@rollup/rollup-linux-x64-gnu": "4.0.0-7",
|
|
109
|
+
"@rollup/rollup-linux-x64-musl": "4.0.0-7"
|
|
110
110
|
},
|
|
111
111
|
"devDependencies": {
|
|
112
112
|
"@codemirror/commands": "^6.2.4",
|