@wwawing/debug-server 3.6.0 → 3.6.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.
Binary file
package/lib/index.js CHANGED
@@ -16,12 +16,12 @@ function parseServerPort(port) {
16
16
  }
17
17
  return parsedPort;
18
18
  }
19
- var app = express_1.default();
19
+ var app = (0, express_1.default)();
20
20
  var SERVER_PORT = parseServerPort(process.env.WWA_SERVER_PORT);
21
21
  app.use("/", express_1.default.static(baseDir));
22
22
  app.listen(SERVER_PORT, function () {
23
23
  console.log("Welcome to WWA Server!");
24
- console.log("http://localhost:" + SERVER_PORT + " \u3067\u30ED\u30FC\u30AB\u30EB\u3067\u30DE\u30C3\u30D7\u306E\u4ED5\u4E0A\u304C\u308A\u3092\u78BA\u8A8D\u3067\u304D\u307E\u3059\u3002");
25
- console.log("\u4F8B: http://localhost:" + SERVER_PORT + "/wwamap.html");
24
+ console.log("http://localhost:".concat(SERVER_PORT, " \u3067\u30ED\u30FC\u30AB\u30EB\u3067\u30DE\u30C3\u30D7\u306E\u4ED5\u4E0A\u304C\u308A\u3092\u78BA\u8A8D\u3067\u304D\u307E\u3059\u3002"));
25
+ console.log("\u4F8B: http://localhost:".concat(SERVER_PORT, "/wwamap.html"));
26
26
  console.log("Ctrl+C もしくはこの画面を閉じると終了します。");
27
27
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wwawing/debug-server",
3
- "version": "3.6.0",
3
+ "version": "3.6.1",
4
4
  "description": "wwawing debug server",
5
5
  "main": "lib/index.js",
6
6
  "files": [
@@ -21,10 +21,10 @@
21
21
  "@types/express": "4.17.11",
22
22
  "@types/node": "^12.12.6",
23
23
  "express": "^4.17.1",
24
- "nexe": "^4.0.0-beta.18",
24
+ "nexe": "^3.3.7",
25
25
  "shelljs": "^0.8.4",
26
26
  "shx": "^0.3.3",
27
- "typescript": "^4.2.4"
27
+ "typescript": "^4.5.4"
28
28
  },
29
29
  "publishConfig": {
30
30
  "access": "public"
@@ -33,5 +33,5 @@
33
33
  "node": ">=14",
34
34
  "npm": ">=6"
35
35
  },
36
- "gitHead": "d172dfc6834874104894c005931f8765e4364ab3"
36
+ "gitHead": "534da258dcd4fd4cd74d03e15b053c0951f31857"
37
37
  }