@rollup/wasm-node 4.18.1 → 4.19.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.
- package/dist/bin/rollup +8 -5
- 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 +258 -135
- package/dist/es/shared/parseAst.js +25 -13
- package/dist/es/shared/watch.js +2 -2
- package/dist/getLogFilter.js +2 -2
- package/dist/loadConfigFile.js +2 -2
- package/dist/parseAst.js +2 -2
- package/dist/rollup.d.ts +19 -3
- 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/parseAst.js +25 -13
- package/dist/shared/rollup.js +258 -135
- package/dist/shared/watch-cli.js +2 -2
- package/dist/shared/watch.js +2 -2
- package/dist/wasm-node/bindings_wasm_bg.wasm +0 -0
- package/package.json +26 -25
package/dist/shared/watch-cli.js
CHANGED
package/dist/shared/watch.js
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rollup/wasm-node",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.19.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",
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"@codemirror/language": "^6.10.2",
|
|
39
39
|
"@codemirror/search": "^6.5.6",
|
|
40
40
|
"@codemirror/state": "^6.4.1",
|
|
41
|
-
"@codemirror/view": "^6.28.
|
|
42
|
-
"@jridgewell/sourcemap-codec": "^1.
|
|
41
|
+
"@codemirror/view": "^6.28.6",
|
|
42
|
+
"@jridgewell/sourcemap-codec": "^1.5.0",
|
|
43
43
|
"@mermaid-js/mermaid-cli": "^10.9.1",
|
|
44
44
|
"@napi-rs/cli": "^2.18.4",
|
|
45
45
|
"@rollup/plugin-alias": "^5.1.0",
|
|
@@ -51,18 +51,18 @@
|
|
|
51
51
|
"@rollup/plugin-terser": "^0.4.4",
|
|
52
52
|
"@rollup/plugin-typescript": "^11.1.6",
|
|
53
53
|
"@rollup/pluginutils": "^5.1.0",
|
|
54
|
-
"@shikijs/vitepress-twoslash": "^1.
|
|
55
|
-
"@types/eslint": "^8.56.
|
|
54
|
+
"@shikijs/vitepress-twoslash": "^1.11.0",
|
|
55
|
+
"@types/eslint": "^8.56.11",
|
|
56
56
|
"@types/inquirer": "^9.0.7",
|
|
57
57
|
"@types/mocha": "^10.0.7",
|
|
58
58
|
"@types/node": "~18.18.14",
|
|
59
59
|
"@types/semver": "^7.5.8",
|
|
60
60
|
"@types/yargs-parser": "^21.0.3",
|
|
61
|
-
"@typescript-eslint/eslint-plugin": "^7.
|
|
62
|
-
"@typescript-eslint/parser": "^7.
|
|
61
|
+
"@typescript-eslint/eslint-plugin": "^7.17.0",
|
|
62
|
+
"@typescript-eslint/parser": "^7.17.0",
|
|
63
63
|
"@vue/eslint-config-prettier": "^9.0.0",
|
|
64
64
|
"@vue/eslint-config-typescript": "^13.0.0",
|
|
65
|
-
"acorn": "^8.12.
|
|
65
|
+
"acorn": "^8.12.1",
|
|
66
66
|
"acorn-import-assertions": "^1.9.0",
|
|
67
67
|
"buble": "^0.20.0",
|
|
68
68
|
"builtin-modules": "^4.0.0",
|
|
@@ -77,49 +77,50 @@
|
|
|
77
77
|
"eslint": "^8.57.0",
|
|
78
78
|
"eslint-config-prettier": "^9.1.0",
|
|
79
79
|
"eslint-plugin-import": "^2.29.1",
|
|
80
|
-
"eslint-plugin-prettier": "^5.1
|
|
80
|
+
"eslint-plugin-prettier": "^5.2.1",
|
|
81
81
|
"eslint-plugin-unicorn": "^54.0.0",
|
|
82
|
-
"eslint-plugin-vue": "^9.
|
|
82
|
+
"eslint-plugin-vue": "^9.27.0",
|
|
83
83
|
"fixturify": "^3.0.0",
|
|
84
84
|
"flru": "^1.0.2",
|
|
85
85
|
"fs-extra": "^11.2.0",
|
|
86
86
|
"github-api": "^3.4.0",
|
|
87
|
-
"husky": "^9.
|
|
88
|
-
"inquirer": "^
|
|
87
|
+
"husky": "^9.1.1",
|
|
88
|
+
"inquirer": "^10.1.2",
|
|
89
89
|
"is-reference": "^3.0.2",
|
|
90
90
|
"lint-staged": "^15.2.7",
|
|
91
91
|
"locate-character": "^3.0.0",
|
|
92
92
|
"magic-string": "^0.30.10",
|
|
93
|
-
"mocha": "^10.
|
|
93
|
+
"mocha": "^10.7.0",
|
|
94
94
|
"nodemon": "^3.1.4",
|
|
95
|
+
"npm-audit-resolver": "^3.0.0-RC.0",
|
|
95
96
|
"nyc": "^17.0.0",
|
|
96
97
|
"pinia": "^2.1.7",
|
|
97
|
-
"prettier": "^3.3.
|
|
98
|
+
"prettier": "^3.3.3",
|
|
98
99
|
"pretty-bytes": "^6.1.1",
|
|
99
100
|
"pretty-ms": "^9.0.0",
|
|
100
|
-
"requirejs": "^2.3.
|
|
101
|
-
"rollup": "^4.
|
|
102
|
-
"rollup-plugin-license": "^3.5.
|
|
101
|
+
"requirejs": "^2.3.7",
|
|
102
|
+
"rollup": "^4.19.0",
|
|
103
|
+
"rollup-plugin-license": "^3.5.2",
|
|
103
104
|
"rollup-plugin-string": "^3.0.0",
|
|
104
|
-
"semver": "^7.6.
|
|
105
|
+
"semver": "^7.6.3",
|
|
105
106
|
"shx": "^0.3.4",
|
|
106
107
|
"signal-exit": "^4.1.0",
|
|
107
108
|
"source-map": "^0.7.4",
|
|
108
109
|
"source-map-support": "^0.5.21",
|
|
109
110
|
"systemjs": "^6.15.1",
|
|
110
|
-
"terser": "^5.31.
|
|
111
|
+
"terser": "^5.31.3",
|
|
111
112
|
"tslib": "^2.6.3",
|
|
112
|
-
"typescript": "^5.5.
|
|
113
|
-
"vite": "^5.3.
|
|
114
|
-
"vitepress": "^1.
|
|
115
|
-
"vue": "^3.4.
|
|
113
|
+
"typescript": "^5.5.4",
|
|
114
|
+
"vite": "^5.3.4",
|
|
115
|
+
"vitepress": "^1.3.1",
|
|
116
|
+
"vue": "^3.4.33",
|
|
116
117
|
"wasm-pack": "^0.13.0",
|
|
117
118
|
"yargs-parser": "^21.1.1"
|
|
118
119
|
},
|
|
119
120
|
"overrides": {
|
|
120
121
|
"axios": "^1.7.2",
|
|
121
|
-
"semver": "^7.6.
|
|
122
|
-
"ws": "^8.
|
|
122
|
+
"semver": "^7.6.3",
|
|
123
|
+
"ws": "^8.18.0"
|
|
123
124
|
},
|
|
124
125
|
"overrides_comments": {
|
|
125
126
|
"ws": "mermaid requires an older 8.13.0 version via puppeteer with vulnerabilities"
|