@rollup/wasm-node 4.14.0 → 4.14.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.
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.14.0
4
- Wed, 03 Apr 2024 05:22:15 GMT - commit 5abe71bd5bae3423b4e2ee80207c871efde20253
3
+ Rollup.js v4.14.1
4
+ Sun, 07 Apr 2024 07:35:08 GMT - commit 0b665c31833525c923c0fc20f43ebfca748c6670
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.14.0
4
- Wed, 03 Apr 2024 05:22:15 GMT - commit 5abe71bd5bae3423b4e2ee80207c871efde20253
3
+ Rollup.js v4.14.1
4
+ Sun, 07 Apr 2024 07:35:08 GMT - commit 0b665c31833525c923c0fc20f43ebfca748c6670
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rollup/wasm-node",
3
- "version": "4.14.0",
3
+ "version": "4.14.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,7 +38,7 @@
38
38
  "@codemirror/language": "^6.10.1",
39
39
  "@codemirror/search": "^6.5.6",
40
40
  "@codemirror/state": "^6.4.1",
41
- "@codemirror/view": "^6.26.0",
41
+ "@codemirror/view": "^6.26.1",
42
42
  "@jridgewell/sourcemap-codec": "^1.4.15",
43
43
  "@mermaid-js/mermaid-cli": "^10.8.0",
44
44
  "@napi-rs/cli": "^2.18.0",
@@ -51,14 +51,14 @@
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.2.1",
55
- "@types/eslint": "^8.56.6",
54
+ "@shikijs/vitepress-twoslash": "^1.2.3",
55
+ "@types/eslint": "^8.56.7",
56
56
  "@types/inquirer": "^9.0.7",
57
57
  "@types/mocha": "^10.0.6",
58
58
  "@types/node": "~18.18.14",
59
59
  "@types/yargs-parser": "^21.0.3",
60
- "@typescript-eslint/eslint-plugin": "^7.4.0",
61
- "@typescript-eslint/parser": "^7.4.0",
60
+ "@typescript-eslint/eslint-plugin": "^7.5.0",
61
+ "@typescript-eslint/parser": "^7.5.0",
62
62
  "@vue/eslint-config-prettier": "^9.0.0",
63
63
  "@vue/eslint-config-typescript": "^13.0.0",
64
64
  "acorn": "^8.11.3",
@@ -83,19 +83,19 @@
83
83
  "fs-extra": "^11.2.0",
84
84
  "github-api": "^3.4.0",
85
85
  "husky": "^9.0.11",
86
- "inquirer": "^9.2.16",
86
+ "inquirer": "^9.2.17",
87
87
  "is-reference": "^3.0.2",
88
88
  "lint-staged": "^15.2.2",
89
89
  "locate-character": "^3.0.0",
90
90
  "magic-string": "^0.30.8",
91
- "mocha": "^10.3.0",
91
+ "mocha": "^10.4.0",
92
92
  "nyc": "^15.1.0",
93
93
  "pinia": "^2.1.7",
94
94
  "prettier": "^3.2.5",
95
95
  "pretty-bytes": "^6.1.1",
96
96
  "pretty-ms": "^9.0.0",
97
97
  "requirejs": "^2.3.6",
98
- "rollup": "^4.13.0",
98
+ "rollup": "^4.13.2",
99
99
  "rollup-plugin-license": "^3.3.1",
100
100
  "rollup-plugin-string": "^3.0.0",
101
101
  "semver": "^7.6.0",
@@ -104,11 +104,11 @@
104
104
  "source-map": "^0.7.4",
105
105
  "source-map-support": "^0.5.21",
106
106
  "systemjs": "^6.14.3",
107
- "terser": "^5.29.2",
107
+ "terser": "^5.30.1",
108
108
  "tslib": "^2.6.2",
109
109
  "typescript": "^5.4.3",
110
- "vite": "^5.2.6",
111
- "vitepress": "^1.0.1",
110
+ "vite": "^5.2.7",
111
+ "vitepress": "^1.0.2",
112
112
  "vue": "^3.4.21",
113
113
  "wasm-pack": "^0.12.1",
114
114
  "weak-napi": "^2.0.2",