@rollup/wasm-node 4.60.0 → 4.60.2
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 +382 -27
- package/dist/es/shared/parseAst.js +2 -2
- package/dist/es/shared/watch.js +614 -2
- 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 +614 -2
- package/dist/shared/loadConfigFile.js +2 -2
- package/dist/shared/parseAst.js +2 -2
- package/dist/shared/rollup.js +382 -27
- package/dist/shared/watch-cli.js +2 -2
- package/dist/shared/watch.js +2 -2
- package/dist/wasm-node/bindings_wasm.js +3 -4
- package/dist/wasm-node/bindings_wasm_bg.wasm +0 -0
- package/package.json +21 -22
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rollup/wasm-node",
|
|
3
|
-
"version": "4.60.
|
|
3
|
+
"version": "4.60.2",
|
|
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,10 @@
|
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@codemirror/commands": "^6.10.3",
|
|
39
39
|
"@codemirror/lang-javascript": "^6.2.5",
|
|
40
|
-
"@codemirror/language": "^6.12.
|
|
40
|
+
"@codemirror/language": "^6.12.3",
|
|
41
41
|
"@codemirror/search": "^6.6.0",
|
|
42
42
|
"@codemirror/state": "^6.6.0",
|
|
43
|
-
"@codemirror/view": "^6.
|
|
43
|
+
"@codemirror/view": "^6.41.0",
|
|
44
44
|
"@eslint/js": "^10.0.1",
|
|
45
45
|
"@inquirer/prompts": "^7.10.1",
|
|
46
46
|
"@jridgewell/sourcemap-codec": "^1.5.5",
|
|
@@ -57,55 +57,54 @@
|
|
|
57
57
|
"@rollup/pluginutils": "^5.3.0",
|
|
58
58
|
"@shikijs/vitepress-twoslash": "^4.0.2",
|
|
59
59
|
"@types/mocha": "^10.0.10",
|
|
60
|
-
"@types/node": "^20.19.
|
|
61
|
-
"@types/picomatch": "^4.0.
|
|
60
|
+
"@types/node": "^20.19.39",
|
|
61
|
+
"@types/picomatch": "^4.0.3",
|
|
62
62
|
"@types/semver": "^7.7.1",
|
|
63
63
|
"@types/yargs-parser": "^21.0.3",
|
|
64
|
-
"@vue/language-server": "^3.2.
|
|
64
|
+
"@vue/language-server": "^3.2.6",
|
|
65
65
|
"acorn": "^8.16.0",
|
|
66
66
|
"acorn-import-assertions": "^1.9.0",
|
|
67
67
|
"acorn-import-phases": "^1.0.4",
|
|
68
68
|
"acorn-jsx": "^5.3.2",
|
|
69
69
|
"buble": "^0.20.0",
|
|
70
|
-
"builtin-modules": "^5.
|
|
70
|
+
"builtin-modules": "^5.1.0",
|
|
71
71
|
"chokidar": "^3.6.0",
|
|
72
72
|
"concurrently": "^9.2.1",
|
|
73
73
|
"core-js": "3.38.1",
|
|
74
|
-
"cross-env": "^10.1.0",
|
|
75
74
|
"date-time": "^4.0.0",
|
|
76
75
|
"es5-shim": "^4.6.7",
|
|
77
76
|
"es6-shim": "^0.35.8",
|
|
78
|
-
"eslint": "^10.
|
|
77
|
+
"eslint": "^10.2.0",
|
|
79
78
|
"eslint-config-prettier": "^10.1.8",
|
|
80
79
|
"eslint-plugin-prettier": "^5.5.5",
|
|
81
|
-
"eslint-plugin-unicorn": "^
|
|
80
|
+
"eslint-plugin-unicorn": "^64.0.0",
|
|
82
81
|
"eslint-plugin-vue": "^10.8.0",
|
|
83
82
|
"fixturify": "^3.0.0",
|
|
84
83
|
"flru": "^1.0.2",
|
|
85
84
|
"fs-extra": "^11.3.4",
|
|
86
85
|
"github-api": "^3.4.0",
|
|
87
|
-
"globals": "^17.
|
|
86
|
+
"globals": "^17.5.0",
|
|
88
87
|
"husky": "^9.1.7",
|
|
89
88
|
"is-reference": "^3.0.3",
|
|
90
89
|
"lint-staged": "^16.4.0",
|
|
91
90
|
"locate-character": "^3.0.0",
|
|
92
91
|
"magic-string": "^0.30.21",
|
|
93
|
-
"memfs": "^4.
|
|
92
|
+
"memfs": "^4.57.1",
|
|
94
93
|
"mocha": "11.7.5",
|
|
95
94
|
"nodemon": "^3.1.14",
|
|
96
95
|
"npm-audit-resolver": "^3.0.0-RC.0",
|
|
97
96
|
"nyc": "^18.0.0",
|
|
98
97
|
"patch-package": "^8.0.1",
|
|
99
98
|
"picocolors": "^1.1.1",
|
|
100
|
-
"picomatch": "^4.0.
|
|
99
|
+
"picomatch": "^4.0.4",
|
|
101
100
|
"pinia": "^3.0.4",
|
|
102
|
-
"prettier": "^3.8.
|
|
101
|
+
"prettier": "^3.8.2",
|
|
103
102
|
"prettier-plugin-organize-imports": "^4.3.0",
|
|
104
103
|
"pretty-bytes": "^7.1.0",
|
|
105
104
|
"pretty-ms": "^9.3.0",
|
|
106
105
|
"requirejs": "^2.3.8",
|
|
107
|
-
"rollup": "^4.
|
|
108
|
-
"rollup-plugin-license": "^3.7.
|
|
106
|
+
"rollup": "^4.60.1",
|
|
107
|
+
"rollup-plugin-license": "^3.7.1",
|
|
109
108
|
"semver": "^7.7.4",
|
|
110
109
|
"shx": "^0.4.0",
|
|
111
110
|
"signal-exit": "^4.1.0",
|
|
@@ -115,21 +114,21 @@
|
|
|
115
114
|
"terser": "^5.46.1",
|
|
116
115
|
"tslib": "^2.8.1",
|
|
117
116
|
"typescript": "^5.9.3",
|
|
118
|
-
"typescript-eslint": "^8.
|
|
119
|
-
"vite": "^7.3.
|
|
117
|
+
"typescript-eslint": "^8.58.2",
|
|
118
|
+
"vite": "^7.3.2",
|
|
120
119
|
"vitepress": "^1.6.4",
|
|
121
|
-
"vue": "^3.5.
|
|
120
|
+
"vue": "^3.5.32",
|
|
122
121
|
"vue-eslint-parser": "^10.4.0",
|
|
123
|
-
"vue-tsc": "^3.2.
|
|
122
|
+
"vue-tsc": "^3.2.6",
|
|
124
123
|
"wasm-pack": "^0.14.0",
|
|
125
124
|
"yargs-parser": "^21.1.1"
|
|
126
125
|
},
|
|
127
126
|
"overrides": {
|
|
128
|
-
"axios": "^1.
|
|
127
|
+
"axios": "^1.15.0",
|
|
129
128
|
"esbuild": ">0.24.2",
|
|
130
129
|
"lodash-es": ">4.17.22",
|
|
131
130
|
"path-scurry": {
|
|
132
|
-
"lru-cache": "^11.
|
|
131
|
+
"lru-cache": "^11.3.5"
|
|
133
132
|
},
|
|
134
133
|
"readable-stream": "npm:@built-in/readable-stream@1",
|
|
135
134
|
"semver": "^7.7.4",
|