@wwawing/debug-server 3.12.16 → 3.12.17

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.
@@ -244,7 +244,7 @@
244
244
  * Copyright(c) 2011 Sencha Inc.
245
245
  * Copyright(c) 2011 TJ Holowaychuk
246
246
  * Copyright(c) 2014-2015 Douglas Christopher Wilson
247
- * Copyright(c) 2015-2024 WWA Wing Team
247
+ * Copyright(c) 2015-2025 WWA Wing Team
248
248
  * MIT Licensed
249
249
  */
250
250
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wwawing/debug-server",
3
- "version": "3.12.16",
3
+ "version": "3.12.17",
4
4
  "description": "wwawing debug server",
5
5
  "main": "lib/index.js",
6
6
  "files": [
@@ -21,23 +21,20 @@
21
21
  "author": "WWA Wing Team",
22
22
  "license": "MIT",
23
23
  "dependencies": {
24
- "@wwawing/serve-index": "^3.12.16"
24
+ "@wwawing/serve-index": "^3.12.17"
25
25
  },
26
26
  "devDependencies": {
27
- "@swc/core": "^1.10.0",
28
- "@swc/helpers": "^0.5.15",
29
27
  "@types/express": "4.17.14",
30
28
  "@types/node": "^22.10.1",
31
29
  "express": "^4.21.2",
32
- "npm-run-all": "^4.1.5",
30
+ "npm-run-all2": "^8.0.1",
33
31
  "postject": "^1.0.0-alpha.6",
34
- "regenerator-runtime": "^0.14.1",
35
32
  "resolve-pkg": "^2.0.0",
36
- "shelljs": "^0.8.5",
37
- "shx": "^0.3.4",
33
+ "shelljs": "^0.9.2",
34
+ "shx": "^0.4.0",
38
35
  "ts-loader": "^9.5.2",
39
- "ts-node": "^10.9.1",
40
- "typescript": "^5.0.4",
36
+ "ts-node": "^10.9.2",
37
+ "typescript": "^5.8.3",
41
38
  "webpack": "^5.83.1",
42
39
  "webpack-cli": "^5.1.1"
43
40
  },
@@ -48,5 +45,5 @@
48
45
  "node": ">=22",
49
46
  "npm": ">=10"
50
47
  },
51
- "gitHead": "38193392c388db4d503d777c7e032fd428489319"
48
+ "gitHead": "56c83b0cde4879133244b13e00cc855b381d05bb"
52
49
  }