@rollup/wasm-node 4.0.0-17 → 4.0.0-18

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 CHANGED
@@ -2,8 +2,8 @@
2
2
 
3
3
  /*
4
4
  @license
5
- Rollup.js v4.0.0-17
6
- Fri, 15 Sep 2023 14:58:24 GMT - commit f7eb39f003eaa325451091faec04dd51d774ae3b
5
+ Rollup.js v4.0.0-18
6
+ Fri, 15 Sep 2023 16:09:02 GMT - commit 646171ff58e4f31127714ff8c78868c79b77d596
7
7
 
8
8
  https://github.com/rollup/rollup
9
9
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.0.0-17
4
- Fri, 15 Sep 2023 14:58:24 GMT - commit f7eb39f003eaa325451091faec04dd51d774ae3b
3
+ Rollup.js v4.0.0-18
4
+ Fri, 15 Sep 2023 16:09:02 GMT - commit 646171ff58e4f31127714ff8c78868c79b77d596
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
package/dist/es/rollup.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.0.0-17
4
- Fri, 15 Sep 2023 14:58:24 GMT - commit f7eb39f003eaa325451091faec04dd51d774ae3b
3
+ Rollup.js v4.0.0-18
4
+ Fri, 15 Sep 2023 16:09:02 GMT - commit 646171ff58e4f31127714ff8c78868c79b77d596
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.0.0-17
4
- Fri, 15 Sep 2023 14:58:24 GMT - commit f7eb39f003eaa325451091faec04dd51d774ae3b
3
+ Rollup.js v4.0.0-18
4
+ Fri, 15 Sep 2023 16:09:02 GMT - commit 646171ff58e4f31127714ff8c78868c79b77d596
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -16,7 +16,7 @@ import native from '../../native.js';
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 = "4.0.0-17";
19
+ var version = "4.0.0-18";
20
20
 
21
21
  const comma = ','.charCodeAt(0);
22
22
  const semicolon = ';'.charCodeAt(0);
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.0.0-17
4
- Fri, 15 Sep 2023 14:58:24 GMT - commit f7eb39f003eaa325451091faec04dd51d774ae3b
3
+ Rollup.js v4.0.0-18
4
+ Fri, 15 Sep 2023 16:09:02 GMT - commit 646171ff58e4f31127714ff8c78868c79b77d596
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.0.0-17
4
- Fri, 15 Sep 2023 14:58:24 GMT - commit f7eb39f003eaa325451091faec04dd51d774ae3b
3
+ Rollup.js v4.0.0-18
4
+ Fri, 15 Sep 2023 16:09:02 GMT - commit 646171ff58e4f31127714ff8c78868c79b77d596
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.0.0-17
4
- Fri, 15 Sep 2023 14:58:24 GMT - commit f7eb39f003eaa325451091faec04dd51d774ae3b
3
+ Rollup.js v4.0.0-18
4
+ Fri, 15 Sep 2023 16:09:02 GMT - commit 646171ff58e4f31127714ff8c78868c79b77d596
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
package/dist/rollup.d.ts CHANGED
@@ -503,7 +503,7 @@ export interface Plugin<A = any> extends OutputPlugin, Partial<PluginHooks> {
503
503
  api?: A;
504
504
  }
505
505
 
506
- type TreeshakingPreset = 'smallest' | 'safest' | 'recommended';
506
+ export type TreeshakingPreset = 'smallest' | 'safest' | 'recommended';
507
507
 
508
508
  export interface NormalizedTreeshakingOptions {
509
509
  annotations: boolean;
package/dist/rollup.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.0.0-17
4
- Fri, 15 Sep 2023 14:58:24 GMT - commit f7eb39f003eaa325451091faec04dd51d774ae3b
3
+ Rollup.js v4.0.0-18
4
+ Fri, 15 Sep 2023 16:09:02 GMT - commit 646171ff58e4f31127714ff8c78868c79b77d596
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.0.0-17
4
- Fri, 15 Sep 2023 14:58:24 GMT - commit f7eb39f003eaa325451091faec04dd51d774ae3b
3
+ Rollup.js v4.0.0-18
4
+ Fri, 15 Sep 2023 16:09:02 GMT - commit 646171ff58e4f31127714ff8c78868c79b77d596
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.0.0-17
4
- Fri, 15 Sep 2023 14:58:24 GMT - commit f7eb39f003eaa325451091faec04dd51d774ae3b
3
+ Rollup.js v4.0.0-18
4
+ Fri, 15 Sep 2023 16:09:02 GMT - commit 646171ff58e4f31127714ff8c78868c79b77d596
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.0.0-17
4
- Fri, 15 Sep 2023 14:58:24 GMT - commit f7eb39f003eaa325451091faec04dd51d774ae3b
3
+ Rollup.js v4.0.0-18
4
+ Fri, 15 Sep 2023 16:09:02 GMT - commit 646171ff58e4f31127714ff8c78868c79b77d596
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.0.0-17
4
- Fri, 15 Sep 2023 14:58:24 GMT - commit f7eb39f003eaa325451091faec04dd51d774ae3b
3
+ Rollup.js v4.0.0-18
4
+ Fri, 15 Sep 2023 16:09:02 GMT - commit 646171ff58e4f31127714ff8c78868c79b77d596
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 = "4.0.0-17";
34
+ var version = "4.0.0-18";
35
35
 
36
36
  function ensureArray$1(items) {
37
37
  if (Array.isArray(items)) {
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.0.0-17
4
- Fri, 15 Sep 2023 14:58:24 GMT - commit f7eb39f003eaa325451091faec04dd51d774ae3b
3
+ Rollup.js v4.0.0-18
4
+ Fri, 15 Sep 2023 16:09:02 GMT - commit 646171ff58e4f31127714ff8c78868c79b77d596
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.0.0-17
4
- Fri, 15 Sep 2023 14:58:24 GMT - commit f7eb39f003eaa325451091faec04dd51d774ae3b
3
+ Rollup.js v4.0.0-18
4
+ Fri, 15 Sep 2023 16:09:02 GMT - commit 646171ff58e4f31127714ff8c78868c79b77d596
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v4.0.0-17
4
- Fri, 15 Sep 2023 14:58:24 GMT - commit f7eb39f003eaa325451091faec04dd51d774ae3b
3
+ Rollup.js v4.0.0-18
4
+ Fri, 15 Sep 2023 16:09:02 GMT - commit 646171ff58e4f31127714ff8c78868c79b77d596
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.0.0-17",
3
+ "version": "4.0.0-18",
4
4
  "description": "Next-generation ES module bundler with Node wasm",
5
5
  "main": "dist/rollup.js",
6
6
  "module": "dist/es/rollup.js",
@@ -34,7 +34,7 @@
34
34
  "@codemirror/language": "^6.9.0",
35
35
  "@codemirror/search": "^6.5.2",
36
36
  "@codemirror/state": "^6.2.1",
37
- "@codemirror/view": "^6.17.1",
37
+ "@codemirror/view": "^6.18.1",
38
38
  "@jridgewell/sourcemap-codec": "^1.4.15",
39
39
  "@mermaid-js/mermaid-cli": "^10.4.0",
40
40
  "@napi-rs/cli": "^2.16.2",
@@ -51,8 +51,8 @@
51
51
  "@types/mocha": "^10.0.1",
52
52
  "@types/node": "~18.17.5",
53
53
  "@types/yargs-parser": "^21.0.0",
54
- "@typescript-eslint/eslint-plugin": "^6.6.0",
55
- "@typescript-eslint/parser": "^6.6.0",
54
+ "@typescript-eslint/eslint-plugin": "^6.7.0",
55
+ "@typescript-eslint/parser": "^6.7.0",
56
56
  "@vue/eslint-config-prettier": "^8.0.0",
57
57
  "@vue/eslint-config-typescript": "^11.0.3",
58
58
  "acorn": "^8.10.0",
@@ -62,11 +62,11 @@
62
62
  "chokidar": "^3.5.3",
63
63
  "colorette": "^2.0.20",
64
64
  "concurrently": "^8.2.1",
65
- "core-js": "^3.32.1",
65
+ "core-js": "^3.32.2",
66
66
  "date-time": "^4.0.0",
67
67
  "es5-shim": "^4.6.7",
68
68
  "es6-shim": "^0.35.8",
69
- "eslint": "^8.48.0",
69
+ "eslint": "^8.49.0",
70
70
  "eslint-config-prettier": "^9.0.0",
71
71
  "eslint-plugin-import": "^2.28.1",
72
72
  "eslint-plugin-prettier": "^5.0.0",
@@ -78,8 +78,8 @@
78
78
  "github-api": "^3.4.0",
79
79
  "hash.js": "^1.1.7",
80
80
  "husky": "^8.0.3",
81
- "inquirer": "^9.2.10",
82
- "is-reference": "^3.0.1",
81
+ "inquirer": "^9.2.11",
82
+ "is-reference": "^3.0.2",
83
83
  "lint-staged": "^14.0.1",
84
84
  "locate-character": "^3.0.0",
85
85
  "magic-string": "^0.30.3",
@@ -90,7 +90,7 @@
90
90
  "pretty-bytes": "^6.1.1",
91
91
  "pretty-ms": "^8.0.0",
92
92
  "requirejs": "^2.3.6",
93
- "rollup": "^3.28.1",
93
+ "rollup": "^3.29.1",
94
94
  "rollup-plugin-license": "^3.1.0",
95
95
  "rollup-plugin-string": "^3.0.0",
96
96
  "rollup-plugin-thatworks": "^1.0.4",
@@ -104,7 +104,7 @@
104
104
  "tslib": "^2.6.2",
105
105
  "typescript": "^5.2.2",
106
106
  "vite": "^4.4.9",
107
- "vitepress": "^1.0.0-rc.10",
107
+ "vitepress": "^1.0.0-rc.12",
108
108
  "vue": "^3.3.4",
109
109
  "wasm-pack": "^0.12.1",
110
110
  "weak-napi": "^2.0.2",