@foxtware/mineral 1.0.3 → 1.0.4

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/api/utils.js +1 -1
  2. package/package.json +1 -1
package/api/utils.js CHANGED
@@ -1106,7 +1106,7 @@ class Processor extends EventEmitter {
1106
1106
 
1107
1107
  const {
1108
1108
  interval = false,
1109
- verbose = true,
1109
+ verbose = !HOSTED,
1110
1110
  } = { ...this.runOptions, ...options };
1111
1111
 
1112
1112
  let finished = false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@foxtware/mineral",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "bin": {
5
5
  "mineral": "bin/mineral.js"
6
6
  },