@naanlang/naan 1.7.0 → 1.7.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.
package/LICENSE.md CHANGED
@@ -1,4 +1,4 @@
1
- **NaaN for NPM** version **1.7.0+1** is released under the MIT License:
1
+ **NaaN for NPM** version **1.7.2+1** is released under the MIT License:
2
2
 
3
3
  Copyright (c) 2017-2026 Zulch Laboratories, Inc.
4
4
 
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
  NaaN is an async-first software platform for rapid development.
5
5
 
6
6
  #### Release:
7
-      **NaaN for NPM** version **1.7.0+1**
7
+      **NaaN for NPM** version **1.7.2+1**
8
8
       Copyright (c) 2017-2026 Zulch Laboratories, Inc.
9
9
 
10
10
  #### Features
package/bin/index.js CHANGED
@@ -73,11 +73,11 @@ process.argv.every((val, index) => {
73
73
  return (true);
74
74
  }
75
75
  if (val == "--version") {
76
- console.log("1.7.0");
76
+ console.log("1.7.2");
77
77
  process.exit(0);
78
78
  }
79
79
  if (val == "--buildno") {
80
- console.log("1.7.0+1");
80
+ console.log("1.7.2+1");
81
81
  process.exit(0);
82
82
  }
83
83
  if (val.substring(0,1) == "-") {
package/dist/env_web.js CHANGED
@@ -721,7 +721,6 @@ exports.NaanControllerWeb = function() {
721
721
  naancont: contSelf,
722
722
  title: vsiteName + " $Version$"
723
723
  });
724
- termTextOut("\x1b[90m\x1b[3m".concat("\nwindow closed", "\x1b[0m\n"));
725
724
  }
726
725
  } catch (e) {
727
726
  }