neex 0.6.93 → 0.6.94

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.
@@ -434,9 +434,6 @@ class DevManager {
434
434
  this.watcher = null;
435
435
  }
436
436
  await this.stopProcess();
437
- if (!this.options.quiet) {
438
- logger_manager_js_1.loggerManager.printLine(`${chalk_1.default.green('⏹')} Dev server stopped.`, 'info');
439
- }
440
437
  // Cleanup temp files
441
438
  if (fs_1.default.existsSync(this.tempDir)) {
442
439
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "neex",
3
- "version": "0.6.93",
3
+ "version": "0.6.94",
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",