@wwawing/debug-server 3.11.4 → 3.11.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wwawing/debug-server",
3
- "version": "3.11.4",
3
+ "version": "3.11.6",
4
4
  "description": "wwawing debug server",
5
5
  "main": "lib/index.js",
6
6
  "files": [
@@ -10,27 +10,27 @@
10
10
  "scripts": {
11
11
  "start": "npm run build && node lib debug",
12
12
  "build": "tsc -p .",
13
- "generate": "shx mkdir -p bin && pkg -t node16-win-x64 ./lib/index.js --output bin/wwa-server.exe",
13
+ "generate": "shx mkdir -p bin && pkg -t node18-win-x64 ./lib/index.js --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
  },
17
17
  "author": "WWA Wing Team",
18
18
  "license": "MIT",
19
19
  "devDependencies": {
20
- "@types/express": "4.17.13",
21
- "@types/node": "^16.11.41",
20
+ "@types/express": "4.17.14",
21
+ "@types/node": "^18.11.9",
22
22
  "express": "^4.18.1",
23
- "pkg": "^5.7.0",
23
+ "pkg": "^5.8.0",
24
24
  "shelljs": "^0.8.5",
25
25
  "shx": "^0.3.4",
26
- "typescript": "^4.7.3"
26
+ "typescript": "^4.8.4"
27
27
  },
28
28
  "publishConfig": {
29
29
  "access": "public"
30
30
  },
31
31
  "engines": {
32
- "node": ">=16",
32
+ "node": ">=18",
33
33
  "npm": ">=8"
34
34
  },
35
- "gitHead": "81ff429a3bca691c4c3c268e4376f2815153f248"
35
+ "gitHead": "bd6a47a1ebf657994d3ba192b874dc40d16c8b93"
36
36
  }