@caboodle-tech/node-simple-server 4.2.0 → 4.2.1

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/bin/nss.js +1 -3
  2. package/package.json +1 -1
package/bin/nss.js CHANGED
@@ -44,7 +44,7 @@ class NodeSimpleServer {
44
44
  map: {}
45
45
  };
46
46
 
47
- #VERSION = '4.2.0';
47
+ #VERSION = '4.2.1';
48
48
 
49
49
  #watching = [];
50
50
 
@@ -850,8 +850,6 @@ class NodeSimpleServer {
850
850
  }
851
851
  }
852
852
  });
853
-
854
- console.log(this.#OPS.callbacks);
855
853
  }
856
854
 
857
855
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@caboodle-tech/node-simple-server",
3
- "version": "4.2.0",
3
+ "version": "4.2.1",
4
4
  "description": "Node Simple Server (NSS): A small but effective node based server for development sites, customizable live reloading, and websocket support built-in.",
5
5
  "main": "bin/nss.js",
6
6
  "scripts": {