jsgui3-server 0.0.110 → 0.0.112

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.
@@ -12,6 +12,30 @@ const {Blank_HTML_Document} = jsgui;
12
12
  // Due to ease of referencing it...?
13
13
 
14
14
 
15
+ // jsgui3-server-controls perhaps???
16
+
17
+ // jsgui3-client perhaps???
18
+
19
+ // May be worth doing more about 'server controls' or server-only functionality for the controls that will not get bundled / served
20
+ // to the clients.
21
+
22
+ // jsgui3-html-server-control ???
23
+
24
+ // But basically want some server-side functionality, but it's still a control that gets rendered and sent to the client.
25
+ // Could see about marking the server functions specifically.
26
+
27
+
28
+ // Moving this to jsgui3-html or jsgui3-client would make most sense.
29
+ // jsgui3-client.
30
+ // Could have an explanation as to why a Server_Control is in the 'client' module.
31
+
32
+
33
+
34
+
35
+
36
+
37
+
38
+
15
39
  class Active_HTML_Document extends Blank_HTML_Document {
16
40
 
17
41
 
package/package.json CHANGED
@@ -3,22 +3,22 @@
3
3
  "main": "module.js",
4
4
  "license": "MIT",
5
5
  "dependencies": {
6
- "@babel/core": "^7.22.20",
7
- "@babel/generator": "^7.22.15",
8
- "@babel/parser": "7.22.16",
6
+ "@babel/core": "^7.23.2",
7
+ "@babel/generator": "^7.23.0",
8
+ "@babel/parser": "7.23.0",
9
9
  "babel-plugin-transform-runtime": "^6.23.0",
10
10
  "babel-preset-minify": "^0.5.2",
11
11
  "cookies": "^0.8.0",
12
12
  "esbuild": "^0.19.5",
13
- "fnl": "^0.0.29",
13
+ "fnl": "^0.0.30",
14
14
  "fnlfs": "^0.0.29",
15
- "jsgui3-client": "^0.0.96",
15
+ "jsgui3-client": "^0.0.98",
16
16
  "jsgui3-webpage": "^0.0.6",
17
17
  "jsgui3-website": "^0.0.6",
18
18
  "lang-tools": "^0.0.22",
19
19
  "multiparty": "^4.2.3",
20
20
  "ncp": "^2.0.0",
21
- "obext": "^0.0.27",
21
+ "obext": "^0.0.28",
22
22
  "rimraf": "^3.0.2",
23
23
  "stream-to-array": "^2.3.0",
24
24
  "url-parse": "^1.5.10"
@@ -42,5 +42,5 @@
42
42
  "type": "git",
43
43
  "url": "https://github.com/metabench/jsgui3-server.git"
44
44
  },
45
- "version": "0.0.110"
45
+ "version": "0.0.112"
46
46
  }