jsgui3-server 0.0.77 → 0.0.78

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.
@@ -2,8 +2,10 @@
2
2
  * Created by James on 02/10/2016.
3
3
  */
4
4
 
5
- var jsgui = require('../server/server');
5
+ const jsgui = require('../module');
6
+
6
7
  var Server = jsgui.Server;
8
+ //var Server = jsgui.Server;
7
9
  var port = 80;
8
10
  var Server_Page_Context = Server.Page_Context;
9
11
 
package/package.json CHANGED
@@ -11,11 +11,11 @@
11
11
  "browserify": "17.0.0",
12
12
  "child-process": "^1.0.2",
13
13
  "cookies": "^0.8.0",
14
- "fnl": "^0.0.20",
15
- "fnlfs": "^0.0.22",
14
+ "fnl": "^0.0.21",
15
+ "fnlfs": "^0.0.23",
16
16
  "jsgui3-client": "^0.0.63",
17
17
  "jsgui3-html": "0.0.89",
18
- "lang-mini": "^0.0.23",
18
+ "lang-mini": "^0.0.24",
19
19
  "multiparty": "^4.2.3",
20
20
  "ncp": "^2.0.0",
21
21
  "obext": "0.0.19",
@@ -40,5 +40,5 @@
40
40
  "type": "git",
41
41
  "url": "https://github.com/metabench/jsgui3-server.git"
42
42
  },
43
- "version": "0.0.77"
43
+ "version": "0.0.78"
44
44
  }