@naanlang/naan 1.4.2 → 1.4.3

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.4.2+1** is released under the MIT License:
1
+ **NaaN for NPM** version **1.4.3+1** is released under the MIT License:
2
2
 
3
3
  Copyright (c) 2017-2024 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.4.2+1**
7
+      **NaaN for NPM** version **1.4.3+1**
8
8
       Copyright (c) 2017-2024 Zulch Laboratories, Inc.
9
9
 
10
10
  #### Features
package/bin/index.js CHANGED
@@ -67,11 +67,11 @@ process.argv.every((val, index) => {
67
67
  return (true);
68
68
  }
69
69
  if (val == "--version") {
70
- console.log("1.4.2");
70
+ console.log("1.4.3");
71
71
  process.exit(0);
72
72
  }
73
73
  if (val == "--buildno") {
74
- console.log("1.4.2+1");
74
+ console.log("1.4.3+1");
75
75
  process.exit(0);
76
76
  }
77
77
  if (val.substring(0,1) == "-") {