@jsenv/core 41.5.16 → 41.5.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/build/build.js
CHANGED
|
@@ -11655,8 +11655,8 @@ const createBuildSpecifierManager = ({
|
|
|
11655
11655
|
},
|
|
11656
11656
|
|
|
11657
11657
|
prepareResyncResourceHints: ({ registerHtmlRefine }) => {
|
|
11658
|
-
const hintToInjectMap = new Map();
|
|
11659
11658
|
registerHtmlRefine((htmlAst, { registerHtmlMutation, htmlUrlInfo }) => {
|
|
11659
|
+
const hintToInjectMap = new Map();
|
|
11660
11660
|
visitHtmlNodes(htmlAst, {
|
|
11661
11661
|
link: (node) => {
|
|
11662
11662
|
if (getHtmlNodeAttribute(node, "jsenv-ignore") !== undefined) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jsenv/core",
|
|
3
|
-
"version": "41.5.
|
|
3
|
+
"version": "41.5.18",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Tool to develop, test and build js projects",
|
|
6
6
|
"repository": {
|
|
@@ -73,14 +73,14 @@
|
|
|
73
73
|
"test:snapshot_clear": "npx @jsenv/filesystem clear **/tests/**/side_effects/"
|
|
74
74
|
},
|
|
75
75
|
"dependencies": {
|
|
76
|
-
"@jsenv/ast": "6.10.
|
|
77
|
-
"@jsenv/js-module-fallback": "1.6.
|
|
78
|
-
"@jsenv/plugin-bundling": "2.10.
|
|
79
|
-
"@jsenv/plugin-minification": "1.7.
|
|
80
|
-
"@jsenv/plugin-supervisor": "1.8.
|
|
81
|
-
"@jsenv/plugin-transpilation": "1.7.
|
|
76
|
+
"@jsenv/ast": "6.10.4",
|
|
77
|
+
"@jsenv/js-module-fallback": "1.6.8",
|
|
78
|
+
"@jsenv/plugin-bundling": "2.10.28",
|
|
79
|
+
"@jsenv/plugin-minification": "1.7.21",
|
|
80
|
+
"@jsenv/plugin-supervisor": "1.8.23",
|
|
81
|
+
"@jsenv/plugin-transpilation": "1.7.8",
|
|
82
82
|
"@jsenv/server": "17.6.4",
|
|
83
|
-
"@jsenv/sourcemap": "1.4.
|
|
83
|
+
"@jsenv/sourcemap": "1.4.9",
|
|
84
84
|
"react-table": "7.8.0"
|
|
85
85
|
},
|
|
86
86
|
"devDependencies": {
|
|
@@ -897,8 +897,8 @@ export const createBuildSpecifierManager = ({
|
|
|
897
897
|
},
|
|
898
898
|
|
|
899
899
|
prepareResyncResourceHints: ({ registerHtmlRefine }) => {
|
|
900
|
-
const hintToInjectMap = new Map();
|
|
901
900
|
registerHtmlRefine((htmlAst, { registerHtmlMutation, htmlUrlInfo }) => {
|
|
901
|
+
const hintToInjectMap = new Map();
|
|
902
902
|
visitHtmlNodes(htmlAst, {
|
|
903
903
|
link: (node) => {
|
|
904
904
|
if (getHtmlNodeAttribute(node, "jsenv-ignore") !== undefined) {
|