@jsenv/core 38.4.11 → 38.4.13
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 +1 -5
- package/package.json +11 -11
package/dist/jsenv_core.js
CHANGED
|
@@ -824,11 +824,7 @@ const ANSI = createAnsi({
|
|
|
824
824
|
processSupportsBasicColor ||
|
|
825
825
|
// GitHub workflow does support ANSI but "supports-color" returns false
|
|
826
826
|
// because stream.isTTY returns false, see https://github.com/actions/runner/issues/241
|
|
827
|
-
|
|
828
|
-
// Check on FORCE_COLOR is to ensure it is prio over GitHub workflow check
|
|
829
|
-
// in unit test we use process.env.FORCE_COLOR = 'false' to fake
|
|
830
|
-
// that colors are not supported. Let it have priority
|
|
831
|
-
process.env.FORCE_COLOR !== "false"),
|
|
827
|
+
process.env.GITHUB_WORKFLOW,
|
|
832
828
|
});
|
|
833
829
|
|
|
834
830
|
function isUnicodeSupported() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jsenv/core",
|
|
3
|
-
"version": "38.4.
|
|
3
|
+
"version": "38.4.13",
|
|
4
4
|
"description": "Tool to develop, test and build js projects",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
@@ -65,22 +65,22 @@
|
|
|
65
65
|
"dependencies": {
|
|
66
66
|
"@financial-times/polyfill-useragent-normaliser": "1.10.2",
|
|
67
67
|
"@jsenv/abort": "4.3.0",
|
|
68
|
-
"@jsenv/ast": "6.0.
|
|
69
|
-
"@jsenv/filesystem": "4.6.
|
|
70
|
-
"@jsenv/humanize": "1.1.
|
|
68
|
+
"@jsenv/ast": "6.0.6",
|
|
69
|
+
"@jsenv/filesystem": "4.6.8",
|
|
70
|
+
"@jsenv/humanize": "1.1.2",
|
|
71
71
|
"@jsenv/importmap": "1.2.1",
|
|
72
72
|
"@jsenv/integrity": "0.0.1",
|
|
73
|
-
"@jsenv/js-module-fallback": "1.3.
|
|
73
|
+
"@jsenv/js-module-fallback": "1.3.15",
|
|
74
74
|
"@jsenv/node-esm-resolution": "1.0.2",
|
|
75
|
-
"@jsenv/plugin-bundling": "2.6.
|
|
75
|
+
"@jsenv/plugin-bundling": "2.6.9",
|
|
76
76
|
"@jsenv/plugin-minification": "1.5.4",
|
|
77
|
-
"@jsenv/plugin-supervisor": "1.4.
|
|
78
|
-
"@jsenv/plugin-transpilation": "1.3.
|
|
77
|
+
"@jsenv/plugin-supervisor": "1.4.7",
|
|
78
|
+
"@jsenv/plugin-transpilation": "1.3.15",
|
|
79
79
|
"@jsenv/runtime-compat": "1.3.0",
|
|
80
|
-
"@jsenv/server": "15.2.
|
|
81
|
-
"@jsenv/sourcemap": "1.2.
|
|
80
|
+
"@jsenv/server": "15.2.5",
|
|
81
|
+
"@jsenv/sourcemap": "1.2.9",
|
|
82
82
|
"@jsenv/url-meta": "8.4.0",
|
|
83
|
-
"@jsenv/urls": "2.2.
|
|
83
|
+
"@jsenv/urls": "2.2.6",
|
|
84
84
|
"@jsenv/utils": "2.1.1"
|
|
85
85
|
},
|
|
86
86
|
"devDependencies": {
|