@rollup/wasm-node 4.60.1 → 4.60.3
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 +3 -3
- package/dist/es/getLogFilter.js +2 -2
- package/dist/es/parseAst.js +2 -2
- package/dist/es/rollup.js +2 -2
- package/dist/es/shared/node-entry.js +96 -76
- package/dist/es/shared/parseAst.js +2 -2
- package/dist/es/shared/watch.js +100 -100
- package/dist/getLogFilter.js +2 -2
- package/dist/loadConfigFile.js +2 -2
- package/dist/parseAst.js +2 -2
- package/dist/rollup.js +2 -2
- package/dist/shared/fsevents-importer.js +2 -2
- package/dist/shared/index.js +100 -100
- package/dist/shared/loadConfigFile.js +2 -2
- package/dist/shared/parseAst.js +2 -2
- package/dist/shared/rollup.js +96 -76
- package/dist/shared/watch-cli.js +2 -2
- package/dist/shared/watch.js +2 -2
- package/dist/wasm-node/bindings_wasm.js +6 -7
- package/dist/wasm-node/bindings_wasm_bg.wasm +0 -0
- package/package.json +32 -25
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rollup/wasm-node",
|
|
3
|
-
"version": "4.60.
|
|
3
|
+
"version": "4.60.3",
|
|
4
4
|
"description": "Next-generation ES module bundler with Node wasm",
|
|
5
5
|
"main": "dist/rollup.js",
|
|
6
6
|
"module": "dist/es/rollup.js",
|
|
@@ -37,10 +37,12 @@
|
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@codemirror/commands": "^6.10.3",
|
|
39
39
|
"@codemirror/lang-javascript": "^6.2.5",
|
|
40
|
-
"@codemirror/language": "^6.12.
|
|
41
|
-
"@codemirror/search": "^6.
|
|
40
|
+
"@codemirror/language": "^6.12.3",
|
|
41
|
+
"@codemirror/search": "^6.7.0",
|
|
42
42
|
"@codemirror/state": "^6.6.0",
|
|
43
|
-
"@codemirror/view": "^6.
|
|
43
|
+
"@codemirror/view": "^6.41.1",
|
|
44
|
+
"@emnapi/core": "^1.10.0",
|
|
45
|
+
"@emnapi/runtime": "^1.10.0",
|
|
44
46
|
"@eslint/js": "^10.0.1",
|
|
45
47
|
"@inquirer/prompts": "^7.10.1",
|
|
46
48
|
"@jridgewell/sourcemap-codec": "^1.5.5",
|
|
@@ -57,40 +59,39 @@
|
|
|
57
59
|
"@rollup/pluginutils": "^5.3.0",
|
|
58
60
|
"@shikijs/vitepress-twoslash": "^4.0.2",
|
|
59
61
|
"@types/mocha": "^10.0.10",
|
|
60
|
-
"@types/node": "^20.19.
|
|
61
|
-
"@types/picomatch": "^4.0.
|
|
62
|
+
"@types/node": "^20.19.39",
|
|
63
|
+
"@types/picomatch": "^4.0.3",
|
|
62
64
|
"@types/semver": "^7.7.1",
|
|
63
65
|
"@types/yargs-parser": "^21.0.3",
|
|
64
|
-
"@vue/language-server": "^3.2.
|
|
66
|
+
"@vue/language-server": "^3.2.7",
|
|
65
67
|
"acorn": "^8.16.0",
|
|
66
68
|
"acorn-import-assertions": "^1.9.0",
|
|
67
69
|
"acorn-import-phases": "^1.0.4",
|
|
68
70
|
"acorn-jsx": "^5.3.2",
|
|
69
71
|
"buble": "^0.20.0",
|
|
70
|
-
"builtin-modules": "^5.
|
|
72
|
+
"builtin-modules": "^5.1.0",
|
|
71
73
|
"chokidar": "^3.6.0",
|
|
72
74
|
"concurrently": "^9.2.1",
|
|
73
75
|
"core-js": "3.38.1",
|
|
74
|
-
"cross-env": "^10.1.0",
|
|
75
76
|
"date-time": "^4.0.0",
|
|
76
77
|
"es5-shim": "^4.6.7",
|
|
77
78
|
"es6-shim": "^0.35.8",
|
|
78
|
-
"eslint": "^10.1
|
|
79
|
+
"eslint": "^10.2.1",
|
|
79
80
|
"eslint-config-prettier": "^10.1.8",
|
|
80
81
|
"eslint-plugin-prettier": "^5.5.5",
|
|
81
|
-
"eslint-plugin-unicorn": "^
|
|
82
|
-
"eslint-plugin-vue": "^10.
|
|
82
|
+
"eslint-plugin-unicorn": "^64.0.0",
|
|
83
|
+
"eslint-plugin-vue": "^10.9.0",
|
|
83
84
|
"fixturify": "^3.0.0",
|
|
84
85
|
"flru": "^1.0.2",
|
|
85
86
|
"fs-extra": "^11.3.4",
|
|
86
87
|
"github-api": "^3.4.0",
|
|
87
|
-
"globals": "^17.
|
|
88
|
+
"globals": "^17.5.0",
|
|
88
89
|
"husky": "^9.1.7",
|
|
89
90
|
"is-reference": "^3.0.3",
|
|
90
91
|
"lint-staged": "^16.4.0",
|
|
91
92
|
"locate-character": "^3.0.0",
|
|
92
93
|
"magic-string": "^0.30.21",
|
|
93
|
-
"memfs": "^4.57.
|
|
94
|
+
"memfs": "^4.57.2",
|
|
94
95
|
"mocha": "11.7.5",
|
|
95
96
|
"nodemon": "^3.1.14",
|
|
96
97
|
"npm-audit-resolver": "^3.0.0-RC.0",
|
|
@@ -99,37 +100,39 @@
|
|
|
99
100
|
"picocolors": "^1.1.1",
|
|
100
101
|
"picomatch": "^4.0.4",
|
|
101
102
|
"pinia": "^3.0.4",
|
|
102
|
-
"prettier": "^3.8.
|
|
103
|
+
"prettier": "^3.8.3",
|
|
103
104
|
"prettier-plugin-organize-imports": "^4.3.0",
|
|
104
105
|
"pretty-bytes": "^7.1.0",
|
|
105
106
|
"pretty-ms": "^9.3.0",
|
|
107
|
+
"react": "^18.3.1",
|
|
108
|
+
"react-dom": "^18.3.1",
|
|
106
109
|
"requirejs": "^2.3.8",
|
|
107
|
-
"rollup": "^4.60.
|
|
108
|
-
"rollup-plugin-license": "^3.7.
|
|
110
|
+
"rollup": "^4.60.2",
|
|
111
|
+
"rollup-plugin-license": "^3.7.1",
|
|
109
112
|
"semver": "^7.7.4",
|
|
110
113
|
"shx": "^0.4.0",
|
|
111
114
|
"signal-exit": "^4.1.0",
|
|
112
115
|
"source-map": "^0.7.6",
|
|
113
116
|
"source-map-support": "^0.5.21",
|
|
114
117
|
"systemjs": "^6.15.1",
|
|
115
|
-
"terser": "^5.46.
|
|
118
|
+
"terser": "^5.46.2",
|
|
116
119
|
"tslib": "^2.8.1",
|
|
117
120
|
"typescript": "^5.9.3",
|
|
118
|
-
"typescript-eslint": "^8.
|
|
119
|
-
"vite": "^7.3.
|
|
121
|
+
"typescript-eslint": "^8.59.1",
|
|
122
|
+
"vite": "^7.3.2",
|
|
120
123
|
"vitepress": "^1.6.4",
|
|
121
|
-
"vue": "^3.5.
|
|
124
|
+
"vue": "^3.5.33",
|
|
122
125
|
"vue-eslint-parser": "^10.4.0",
|
|
123
|
-
"vue-tsc": "^3.2.
|
|
126
|
+
"vue-tsc": "^3.2.7",
|
|
124
127
|
"wasm-pack": "^0.14.0",
|
|
125
128
|
"yargs-parser": "^21.1.1"
|
|
126
129
|
},
|
|
127
130
|
"overrides": {
|
|
128
|
-
"axios": "^1.
|
|
131
|
+
"axios": "^1.15.2",
|
|
129
132
|
"esbuild": ">0.24.2",
|
|
130
133
|
"lodash-es": ">4.17.22",
|
|
131
134
|
"path-scurry": {
|
|
132
|
-
"lru-cache": "^11.
|
|
135
|
+
"lru-cache": "^11.3.5"
|
|
133
136
|
},
|
|
134
137
|
"readable-stream": "npm:@built-in/readable-stream@1",
|
|
135
138
|
"semver": "^7.7.4",
|
|
@@ -137,7 +140,11 @@
|
|
|
137
140
|
"vite": "$vite"
|
|
138
141
|
},
|
|
139
142
|
"comments": {
|
|
140
|
-
"vue-tsc": "This is necessary so that prettier-plugin-organize-imports works correctly in Vue templatges"
|
|
143
|
+
"vue-tsc": "This is necessary so that prettier-plugin-organize-imports works correctly in Vue templatges",
|
|
144
|
+
"@emnapi/core": "If missing this fails npm install for Linux ARM",
|
|
145
|
+
"@emnapi/runtime": "If missing this fails npm install for Linux ARM",
|
|
146
|
+
"react": "If missing this fails npm install for Linux ARM",
|
|
147
|
+
"react-dom": "If missing this fails npm install for Linux ARM"
|
|
141
148
|
},
|
|
142
149
|
"files": [
|
|
143
150
|
"dist/wasm-node/*.wasm",
|