@rollup/wasm-node 4.13.0 → 4.13.1-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/LICENSE.md +2 -1
- package/dist/bin/rollup +2 -2
- 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 +3 -3
- package/dist/es/shared/parseAst.js +2 -2
- package/dist/es/shared/watch.js +5 -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 +5 -2
- package/dist/shared/loadConfigFile.js +2 -2
- package/dist/shared/parseAst.js +2 -2
- package/dist/shared/rollup.js +3 -3
- 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 +15 -16
package/LICENSE.md
CHANGED
|
@@ -104,7 +104,8 @@ Repository: sindresorhus/binary-extensions
|
|
|
104
104
|
|
|
105
105
|
> MIT License
|
|
106
106
|
>
|
|
107
|
-
> Copyright (c)
|
|
107
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
108
|
+
> Copyright (c) Paul Miller (https://paulmillr.com)
|
|
108
109
|
>
|
|
109
110
|
> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
110
111
|
>
|
package/dist/bin/rollup
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
/*
|
|
3
3
|
@license
|
|
4
|
-
Rollup.js v4.13.
|
|
5
|
-
|
|
4
|
+
Rollup.js v4.13.1-1
|
|
5
|
+
Sun, 24 Mar 2024 07:38:47 GMT - commit 84797d177bee161df233644292bc8f128b989cea
|
|
6
6
|
|
|
7
7
|
https://github.com/rollup/rollup
|
|
8
8
|
|
package/dist/es/getLogFilter.js
CHANGED
package/dist/es/parseAst.js
CHANGED
package/dist/es/rollup.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
@license
|
|
3
|
-
Rollup.js v4.13.
|
|
4
|
-
|
|
3
|
+
Rollup.js v4.13.1-1
|
|
4
|
+
Sun, 24 Mar 2024 07:38:47 GMT - commit 84797d177bee161df233644292bc8f128b989cea
|
|
5
5
|
|
|
6
6
|
https://github.com/rollup/rollup
|
|
7
7
|
|
|
@@ -16,7 +16,7 @@ import { performance } from 'node:perf_hooks';
|
|
|
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.13.
|
|
19
|
+
var version = "4.13.1-1";
|
|
20
20
|
|
|
21
21
|
const comma = ','.charCodeAt(0);
|
|
22
22
|
const semicolon = ';'.charCodeAt(0);
|
package/dist/es/shared/watch.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
@license
|
|
3
|
-
Rollup.js v4.13.
|
|
4
|
-
|
|
3
|
+
Rollup.js v4.13.1-1
|
|
4
|
+
Sun, 24 Mar 2024 07:38:47 GMT - commit 84797d177bee161df233644292bc8f128b989cea
|
|
5
5
|
|
|
6
6
|
https://github.com/rollup/rollup
|
|
7
7
|
|
|
@@ -2098,6 +2098,9 @@ const require$$0 = [
|
|
|
2098
2098
|
"a",
|
|
2099
2099
|
"aac",
|
|
2100
2100
|
"adp",
|
|
2101
|
+
"afdesign",
|
|
2102
|
+
"afphoto",
|
|
2103
|
+
"afpub",
|
|
2101
2104
|
"ai",
|
|
2102
2105
|
"aif",
|
|
2103
2106
|
"aiff",
|
package/dist/getLogFilter.js
CHANGED
package/dist/loadConfigFile.js
CHANGED
package/dist/parseAst.js
CHANGED
package/dist/rollup.js
CHANGED
package/dist/shared/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
@license
|
|
3
|
-
Rollup.js v4.13.
|
|
4
|
-
|
|
3
|
+
Rollup.js v4.13.1-1
|
|
4
|
+
Sun, 24 Mar 2024 07:38:47 GMT - commit 84797d177bee161df233644292bc8f128b989cea
|
|
5
5
|
|
|
6
6
|
https://github.com/rollup/rollup
|
|
7
7
|
|
|
@@ -2093,6 +2093,9 @@ const require$$0 = [
|
|
|
2093
2093
|
"a",
|
|
2094
2094
|
"aac",
|
|
2095
2095
|
"adp",
|
|
2096
|
+
"afdesign",
|
|
2097
|
+
"afphoto",
|
|
2098
|
+
"afpub",
|
|
2096
2099
|
"ai",
|
|
2097
2100
|
"aif",
|
|
2098
2101
|
"aiff",
|
package/dist/shared/parseAst.js
CHANGED
package/dist/shared/rollup.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
@license
|
|
3
|
-
Rollup.js v4.13.
|
|
4
|
-
|
|
3
|
+
Rollup.js v4.13.1-1
|
|
4
|
+
Sun, 24 Mar 2024 07:38:47 GMT - commit 84797d177bee161df233644292bc8f128b989cea
|
|
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.13.
|
|
34
|
+
var version = "4.13.1-1";
|
|
35
35
|
|
|
36
36
|
function ensureArray$1(items) {
|
|
37
37
|
if (Array.isArray(items)) {
|
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.13.
|
|
3
|
+
"version": "4.13.1-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",
|
|
@@ -30,7 +30,6 @@
|
|
|
30
30
|
},
|
|
31
31
|
"devDependenciesComments": {
|
|
32
32
|
"@types/node": "Version 18.19.0 breaks chokidar and vite types",
|
|
33
|
-
"vitepress": "Version 1.0.0-rc.40 breaks npm run dev",
|
|
34
33
|
"core-js": "We only update manually as every update requires a snapshot update"
|
|
35
34
|
},
|
|
36
35
|
"devDependencies": {
|
|
@@ -39,7 +38,7 @@
|
|
|
39
38
|
"@codemirror/language": "^6.10.1",
|
|
40
39
|
"@codemirror/search": "^6.5.6",
|
|
41
40
|
"@codemirror/state": "^6.4.1",
|
|
42
|
-
"@codemirror/view": "^6.
|
|
41
|
+
"@codemirror/view": "^6.26.0",
|
|
43
42
|
"@jridgewell/sourcemap-codec": "^1.4.15",
|
|
44
43
|
"@mermaid-js/mermaid-cli": "^10.8.0",
|
|
45
44
|
"@napi-rs/cli": "^2.18.0",
|
|
@@ -52,15 +51,15 @@
|
|
|
52
51
|
"@rollup/plugin-terser": "^0.4.4",
|
|
53
52
|
"@rollup/plugin-typescript": "^11.1.6",
|
|
54
53
|
"@rollup/pluginutils": "^5.1.0",
|
|
55
|
-
"@types/eslint": "^8.56.
|
|
54
|
+
"@types/eslint": "^8.56.6",
|
|
56
55
|
"@types/inquirer": "^9.0.7",
|
|
57
56
|
"@types/mocha": "^10.0.6",
|
|
58
57
|
"@types/node": "~18.18.14",
|
|
59
58
|
"@types/yargs-parser": "^21.0.3",
|
|
60
|
-
"@typescript-eslint/eslint-plugin": "^7.
|
|
61
|
-
"@typescript-eslint/parser": "^7.
|
|
59
|
+
"@typescript-eslint/eslint-plugin": "^7.3.1",
|
|
60
|
+
"@typescript-eslint/parser": "^7.3.1",
|
|
62
61
|
"@vue/eslint-config-prettier": "^9.0.0",
|
|
63
|
-
"@vue/eslint-config-typescript": "^
|
|
62
|
+
"@vue/eslint-config-typescript": "^13.0.0",
|
|
64
63
|
"acorn": "^8.11.3",
|
|
65
64
|
"acorn-import-assertions": "^1.9.0",
|
|
66
65
|
"buble": "^0.20.0",
|
|
@@ -77,13 +76,13 @@
|
|
|
77
76
|
"eslint-plugin-import": "^2.29.1",
|
|
78
77
|
"eslint-plugin-prettier": "^5.1.3",
|
|
79
78
|
"eslint-plugin-unicorn": "^51.0.1",
|
|
80
|
-
"eslint-plugin-vue": "^9.
|
|
79
|
+
"eslint-plugin-vue": "^9.23.0",
|
|
81
80
|
"fixturify": "^3.0.0",
|
|
82
81
|
"flru": "^1.0.2",
|
|
83
82
|
"fs-extra": "^11.2.0",
|
|
84
83
|
"github-api": "^3.4.0",
|
|
85
84
|
"husky": "^9.0.11",
|
|
86
|
-
"inquirer": "^9.2.
|
|
85
|
+
"inquirer": "^9.2.16",
|
|
87
86
|
"is-reference": "^3.0.2",
|
|
88
87
|
"lint-staged": "^15.2.2",
|
|
89
88
|
"locate-character": "^3.0.0",
|
|
@@ -95,8 +94,8 @@
|
|
|
95
94
|
"pretty-bytes": "^6.1.1",
|
|
96
95
|
"pretty-ms": "^9.0.0",
|
|
97
96
|
"requirejs": "^2.3.6",
|
|
98
|
-
"rollup": "^4.
|
|
99
|
-
"rollup-plugin-license": "^3.
|
|
97
|
+
"rollup": "^4.13.0",
|
|
98
|
+
"rollup-plugin-license": "^3.3.1",
|
|
100
99
|
"rollup-plugin-string": "^3.0.0",
|
|
101
100
|
"semver": "^7.6.0",
|
|
102
101
|
"shx": "^0.3.4",
|
|
@@ -104,18 +103,18 @@
|
|
|
104
103
|
"source-map": "^0.7.4",
|
|
105
104
|
"source-map-support": "^0.5.21",
|
|
106
105
|
"systemjs": "^6.14.3",
|
|
107
|
-
"terser": "^5.
|
|
106
|
+
"terser": "^5.29.2",
|
|
108
107
|
"tslib": "^2.6.2",
|
|
109
|
-
"typescript": "^5.
|
|
110
|
-
"vite": "^5.1.
|
|
111
|
-
"vitepress": "1.0.0-rc.
|
|
108
|
+
"typescript": "^5.4.2",
|
|
109
|
+
"vite": "^5.1.6",
|
|
110
|
+
"vitepress": "^1.0.0-rc.45",
|
|
112
111
|
"vue": "^3.4.21",
|
|
113
112
|
"wasm-pack": "^0.12.1",
|
|
114
113
|
"weak-napi": "^2.0.2",
|
|
115
114
|
"yargs-parser": "^21.1.1"
|
|
116
115
|
},
|
|
117
116
|
"overrides": {
|
|
118
|
-
"axios": "^1.6.
|
|
117
|
+
"axios": "^1.6.8",
|
|
119
118
|
"semver": "^7.6.0"
|
|
120
119
|
},
|
|
121
120
|
"files": [
|