@jsenv/core 38.2.7 → 38.2.10
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/jsenv_core.js +0 -5
- package/package.json +7 -7
package/dist/jsenv_core.js
CHANGED
|
@@ -8703,14 +8703,9 @@ const applyRollupPlugins = async ({
|
|
|
8703
8703
|
const rollupModule = await import("rollup");
|
|
8704
8704
|
rollup = rollupModule.rollup;
|
|
8705
8705
|
}
|
|
8706
|
-
const { importAssertions } = await import("acorn-import-assertions");
|
|
8707
8706
|
const rollupReturnValue = await rollup({
|
|
8708
8707
|
...rollupInput,
|
|
8709
8708
|
plugins: rollupPlugins,
|
|
8710
|
-
acornInjectPlugins: [
|
|
8711
|
-
importAssertions,
|
|
8712
|
-
...(rollupInput.acornInjectPlugins || []),
|
|
8713
|
-
],
|
|
8714
8709
|
});
|
|
8715
8710
|
const rollupOutputArray = await rollupReturnValue.generate(rollupOutput);
|
|
8716
8711
|
return rollupOutputArray;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jsenv/core",
|
|
3
|
-
"version": "38.2.
|
|
3
|
+
"version": "38.2.10",
|
|
4
4
|
"description": "Tool to develop, test and build js projects",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
@@ -71,8 +71,8 @@
|
|
|
71
71
|
"@jsenv/runtime-compat": "1.2.0",
|
|
72
72
|
"@jsenv/server": "15.1.3",
|
|
73
73
|
"@jsenv/sourcemap": "1.2.3",
|
|
74
|
-
"@jsenv/plugin-bundling": "2.5.
|
|
75
|
-
"@jsenv/plugin-minification": "1.5.
|
|
74
|
+
"@jsenv/plugin-bundling": "2.5.7",
|
|
75
|
+
"@jsenv/plugin-minification": "1.5.3",
|
|
76
76
|
"@jsenv/plugin-transpilation": "1.3.4",
|
|
77
77
|
"@jsenv/plugin-supervisor": "1.3.5",
|
|
78
78
|
"@jsenv/url-meta": "8.1.0",
|
|
@@ -86,13 +86,13 @@
|
|
|
86
86
|
"@jsenv/assert": "./packages/independent/assert/",
|
|
87
87
|
"@jsenv/core": "./",
|
|
88
88
|
"@jsenv/eslint-config": "./packages/independent/eslint-config/",
|
|
89
|
-
"@jsenv/file-size-impact": "14.1.
|
|
89
|
+
"@jsenv/file-size-impact": "14.1.2",
|
|
90
90
|
"@jsenv/https-local": "3.0.7",
|
|
91
|
-
"@jsenv/package-workspace": "0.5.
|
|
92
|
-
"@jsenv/performance-impact": "4.1.
|
|
91
|
+
"@jsenv/package-workspace": "0.5.3",
|
|
92
|
+
"@jsenv/performance-impact": "4.1.2",
|
|
93
93
|
"@jsenv/plugin-as-js-classic": "./packages/related/plugin-as-js-classic/",
|
|
94
94
|
"@jsenv/test": "./packages/related/test/",
|
|
95
|
-
"eslint": "8.
|
|
95
|
+
"eslint": "8.51.0",
|
|
96
96
|
"eslint-plugin-html": "7.1.0",
|
|
97
97
|
"eslint-plugin-import": "2.28.1",
|
|
98
98
|
"eslint-plugin-react": "7.33.2",
|