@jsenv/core 38.4.11 → 38.4.12

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.
Files changed (2) hide show
  1. package/dist/jsenv_core.js +1 -5
  2. package/package.json +11 -11
@@ -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
- (process.env.GITHUB_WORKFLOW &&
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.11",
3
+ "version": "38.4.12",
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.5",
69
- "@jsenv/filesystem": "4.6.7",
70
- "@jsenv/humanize": "1.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.14",
73
+ "@jsenv/js-module-fallback": "1.3.15",
74
74
  "@jsenv/node-esm-resolution": "1.0.2",
75
- "@jsenv/plugin-bundling": "2.6.8",
75
+ "@jsenv/plugin-bundling": "2.6.9",
76
76
  "@jsenv/plugin-minification": "1.5.4",
77
- "@jsenv/plugin-supervisor": "1.4.5",
78
- "@jsenv/plugin-transpilation": "1.3.14",
77
+ "@jsenv/plugin-supervisor": "1.4.6",
78
+ "@jsenv/plugin-transpilation": "1.3.15",
79
79
  "@jsenv/runtime-compat": "1.3.0",
80
- "@jsenv/server": "15.2.4",
81
- "@jsenv/sourcemap": "1.2.8",
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.5",
83
+ "@jsenv/urls": "2.2.6",
84
84
  "@jsenv/utils": "2.1.1"
85
85
  },
86
86
  "devDependencies": {