@awesomeness-js/server 1.1.4 → 1.1.5

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/NOTICE CHANGED
@@ -9,7 +9,6 @@ This product includes software developed by third parties.
9
9
 
10
10
  - busboy (MIT License)
11
11
  - koa (MIT License)
12
- - koa-compress (MIT License)
12
+ - koa-compress (MIT Licendse)d
13
13
  - koa-send (MIT License)
14
14
  - ws (MIT License)
15
- - zlib (zlib License)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awesomeness-js/server",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "description": "Awesomeness Multi-Site Server",
5
5
  "author": "Scott Forte",
6
6
  "type": "module",
@@ -26,8 +26,7 @@
26
26
  "koa": "^3.0.1",
27
27
  "koa-compress": "^5.1.1",
28
28
  "koa-send": "^5.0.1",
29
- "ws": "^8.18.3",
30
- "zlib": "^1.0.5"
29
+ "ws": "^8.18.3"
31
30
  },
32
31
  "license": "none",
33
32
  "devDependencies": {
@@ -82,11 +82,11 @@ export default function componentDependencies(allComponents, {
82
82
 
83
83
  });
84
84
 
85
- console.log({
86
- "import.meta.url =": import.meta.url,
87
- component,
88
- candidateRoots
89
- });
85
+ // console.log({
86
+ // "import.meta.url =": import.meta.url,
87
+ // component,
88
+ // candidateRoots
89
+ // });
90
90
 
91
91
  let allFiles;
92
92
  let chosenRoot;