@jsenv/core 39.2.16 → 39.2.17
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
CHANGED
|
@@ -18865,13 +18865,12 @@ Add "${key}" in that file.
|
|
|
18865
18865
|
--- suggestion b ---
|
|
18866
18866
|
Fix eventual typo in "${key}"?
|
|
18867
18867
|
--- suggestion c ---
|
|
18868
|
-
Mark injection as optional using INJECTIONS.optional()
|
|
18869
|
-
|
|
18868
|
+
Mark injection as optional using INJECTIONS.optional():
|
|
18870
18869
|
import { INJECTIONS } from "@jsenv/core";
|
|
18871
18870
|
|
|
18872
18871
|
return {
|
|
18873
18872
|
"${key}": INJECTIONS.optional(${JSON.stringify(value)}),
|
|
18874
|
-
}
|
|
18873
|
+
};`,
|
|
18875
18874
|
);
|
|
18876
18875
|
}
|
|
18877
18876
|
continue;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jsenv/core",
|
|
3
|
-
"version": "39.2.
|
|
3
|
+
"version": "39.2.17",
|
|
4
4
|
"description": "Tool to develop, test and build js projects",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
@@ -67,17 +67,17 @@
|
|
|
67
67
|
"dependencies": {
|
|
68
68
|
"@financial-times/polyfill-useragent-normaliser": "1.10.2",
|
|
69
69
|
"@jsenv/abort": "4.3.0",
|
|
70
|
-
"@jsenv/ast": "6.2.
|
|
70
|
+
"@jsenv/ast": "6.2.14",
|
|
71
71
|
"@jsenv/filesystem": "4.9.9",
|
|
72
72
|
"@jsenv/humanize": "1.2.8",
|
|
73
73
|
"@jsenv/importmap": "1.2.1",
|
|
74
74
|
"@jsenv/integrity": "0.0.2",
|
|
75
|
-
"@jsenv/js-module-fallback": "1.3.
|
|
75
|
+
"@jsenv/js-module-fallback": "1.3.35",
|
|
76
76
|
"@jsenv/node-esm-resolution": "1.0.2",
|
|
77
77
|
"@jsenv/plugin-bundling": "2.7.5",
|
|
78
78
|
"@jsenv/plugin-minification": "1.5.5",
|
|
79
|
-
"@jsenv/plugin-supervisor": "1.5.
|
|
80
|
-
"@jsenv/plugin-transpilation": "1.4.
|
|
79
|
+
"@jsenv/plugin-supervisor": "1.5.15",
|
|
80
|
+
"@jsenv/plugin-transpilation": "1.4.19",
|
|
81
81
|
"@jsenv/runtime-compat": "1.3.1",
|
|
82
82
|
"@jsenv/server": "15.2.18",
|
|
83
83
|
"@jsenv/sourcemap": "1.2.22",
|
|
@@ -69,13 +69,12 @@ Add "${key}" in that file.
|
|
|
69
69
|
--- suggestion b ---
|
|
70
70
|
Fix eventual typo in "${key}"?
|
|
71
71
|
--- suggestion c ---
|
|
72
|
-
Mark injection as optional using INJECTIONS.optional()
|
|
73
|
-
|
|
72
|
+
Mark injection as optional using INJECTIONS.optional():
|
|
74
73
|
import { INJECTIONS } from "@jsenv/core";
|
|
75
74
|
|
|
76
75
|
return {
|
|
77
76
|
"${key}": INJECTIONS.optional(${JSON.stringify(value)}),
|
|
78
|
-
}
|
|
77
|
+
};`,
|
|
79
78
|
);
|
|
80
79
|
}
|
|
81
80
|
continue;
|