@wwawing/debug-server 4.0.0 → 4.0.2

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.
@@ -82,13 +82,6 @@
82
82
  * MIT Licensed
83
83
  */
84
84
 
85
- /*!
86
- * destroy
87
- * Copyright(c) 2014 Jonathan Ong
88
- * Copyright(c) 2015-2022 Douglas Christopher Wilson
89
- * MIT Licensed
90
- */
91
-
92
85
  /*!
93
86
  * ee-first
94
87
  * Copyright(c) 2014 Jonathan Ong
@@ -158,21 +151,7 @@
158
151
 
159
152
  /*!
160
153
  * media-typer
161
- * Copyright(c) 2014 Douglas Christopher Wilson
162
- * MIT Licensed
163
- */
164
-
165
- /*!
166
- * merge-descriptors
167
- * Copyright(c) 2014 Jonathan Ong
168
- * Copyright(c) 2015 Douglas Christopher Wilson
169
- * MIT Licensed
170
- */
171
-
172
- /*!
173
- * methods
174
- * Copyright(c) 2013-2014 TJ Holowaychuk
175
- * Copyright(c) 2015-2016 Douglas Christopher Wilson
154
+ * Copyright(c) 2014-2017 Douglas Christopher Wilson
176
155
  * MIT Licensed
177
156
  */
178
157
 
@@ -232,6 +211,13 @@
232
211
  * MIT Licensed
233
212
  */
234
213
 
214
+ /*!
215
+ * router
216
+ * Copyright(c) 2013 Roman Shtylman
217
+ * Copyright(c) 2014-2022 Douglas Christopher Wilson
218
+ * MIT Licensed
219
+ */
220
+
235
221
  /*!
236
222
  * send
237
223
  * Copyright(c) 2012 TJ Holowaychuk
@@ -244,7 +230,7 @@
244
230
  * Copyright(c) 2011 Sencha Inc.
245
231
  * Copyright(c) 2011 TJ Holowaychuk
246
232
  * Copyright(c) 2014-2015 Douglas Christopher Wilson
247
- * Copyright(c) 2015-2025 WWA Wing Team
233
+ * Copyright(c) 2015-2026 WWA Wing Team
248
234
  * MIT Licensed
249
235
  */
250
236
 
@@ -287,5 +273,3 @@
287
273
  * Copyright(c) 2014-2017 Douglas Christopher Wilson
288
274
  * MIT Licensed
289
275
  */
290
-
291
- /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wwawing/debug-server",
3
- "version": "4.0.0",
3
+ "version": "4.0.2",
4
4
  "description": "wwawing debug server",
5
5
  "main": "lib/index.js",
6
6
  "repository": {
@@ -21,34 +21,35 @@
21
21
  "generate:inject": "postject ./bin/wwa-server.exe NODE_SEA_BLOB ./tmp/sea-prep.blob --sentinel-fuse NODE_SEA_FUSE_fce680ab2cc467b6e072b8b5df1996b2",
22
22
  "generate:post-clean": "shx rm -rf tmp",
23
23
  "clean": "shx rm -rf debug lib bin tmp",
24
- "test": "echo \"Error: no test specified\" && exit 1"
24
+ "test": "echo \"Error: no test specified\" && exit 1",
25
+ "type-check": "tsc -p . --watch --noEmit"
25
26
  },
26
27
  "author": "WWA Wing Team",
27
28
  "license": "MIT",
28
29
  "dependencies": {
29
- "@wwawing/serve-index": "^4.0.0"
30
+ "@wwawing/serve-index": "^4.0.2"
30
31
  },
31
32
  "devDependencies": {
32
- "@types/express": "4.17.14",
33
- "@types/node": "^22.10.1",
34
- "express": "^4.21.2",
33
+ "@types/express": "5.0.6",
34
+ "@types/node": "^24",
35
+ "express": "^5.2.1",
35
36
  "npm-run-all2": "^8.0.1",
36
37
  "postject": "^1.0.0-alpha.6",
37
38
  "resolve-pkg": "^2.0.0",
38
- "shelljs": "^0.9.2",
39
+ "shelljs": "^0.10.0",
39
40
  "shx": "^0.4.0",
40
41
  "ts-loader": "^9.5.2",
41
42
  "ts-node": "^10.9.2",
42
43
  "typescript": "^5.8.3",
43
- "webpack": "^5.83.1",
44
- "webpack-cli": "^5.1.1"
44
+ "webpack": "^5.104.1",
45
+ "webpack-cli": "^5.1.4"
45
46
  },
46
47
  "publishConfig": {
47
48
  "access": "public"
48
49
  },
49
50
  "engines": {
50
- "node": ">=22",
51
+ "node": ">=24",
51
52
  "npm": ">=11"
52
53
  },
53
- "gitHead": "dd1d570673a896c26cc299f68033abcc3e867e21"
54
+ "gitHead": "86e576667cba53fbd81af94aea4a5efb58c2e0c6"
54
55
  }