@wwawing/debug-server 3.6.0 → 3.6.4

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2018-2021 WWA Wing Team
3
+ Copyright (c) 2018-2022 WWA Wing Team
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
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.4",
4
4
  "description": "wwawing debug server",
5
5
  "main": "lib/index.js",
6
6
  "files": [
@@ -10,7 +10,7 @@
10
10
  "scripts": {
11
11
  "start": "npm run build && node lib debug",
12
12
  "build": "tsc -p .",
13
- "generate": "shx mkdir -p bin && nexe --target=win32-x86-14.15.3 --cwd . --output bin/wwa-server.exe",
13
+ "generate": "shx mkdir -p bin && nexe --target=win32-x86-12.18.2 --cwd . --output bin/wwa-server.exe",
14
14
  "clean": "shx rm -rf debug lib bin",
15
15
  "test": "echo \"Error: no test specified\" && exit 1",
16
16
  "prepare": "npm run build && npm run generate"
@@ -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": "de3500ba32b4355fa4e3e0857246545ed6efd9d6"
37
37
  }