@westbayberry/dg 1.3.1 → 1.3.2

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.
@@ -680,7 +680,6 @@ function shouldSkipSilently() {
680
680
  if (process.env[flag] && process.env[flag] !== "false" && process.env[flag] !== "0") return true;
681
681
  }
682
682
  if (process.env.DG_NO_RC_EDIT === "1") return true;
683
- if (!process.stdout.isTTY) return true;
684
683
  return false;
685
684
  }
686
685
  function emit(msg) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@westbayberry/dg",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "type": "module",
5
5
  "description": "Supply chain security scanner for npm and Python dependencies",
6
6
  "bin": {