neex 0.6.11 → 0.6.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.
@@ -58,7 +58,7 @@ class DevRunner {
58
58
  ignore: this.options.ignore,
59
59
  ext: this.options.ext,
60
60
  delay: this.options.delay,
61
- verbose: false // Always set to false to hide watcher logs
61
+ verbose: false // Always hide watcher logs
62
62
  };
63
63
  this.fileWatcher = new watcher_1.FileWatcher(watchOptions);
64
64
  this.fileWatcher.on('change', (event) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "neex",
3
- "version": "0.6.11",
3
+ "version": "0.6.12",
4
4
  "description": "The Modern Build System for Polyrepo-in-Monorepo Architecture",
5
5
  "main": "dist/src/index.js",
6
6
  "types": "dist/src/index.d.ts",