@wwawing/debug-server 3.12.22 → 3.12.23

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.
@@ -52,43 +52,12 @@
52
52
  * MIT Licensed
53
53
  */
54
54
 
55
- /*!
56
- * depd
57
- * Copyright(c) 2014 Douglas Christopher Wilson
58
- * MIT Licensed
59
- */
60
-
61
- /*!
62
- * depd
63
- * Copyright(c) 2014-2015 Douglas Christopher Wilson
64
- * MIT Licensed
65
- */
66
-
67
- /*!
68
- * depd
69
- * Copyright(c) 2014-2017 Douglas Christopher Wilson
70
- * MIT Licensed
71
- */
72
-
73
55
  /*!
74
56
  * depd
75
57
  * Copyright(c) 2014-2018 Douglas Christopher Wilson
76
58
  * MIT Licensed
77
59
  */
78
60
 
79
- /*!
80
- * depd
81
- * Copyright(c) 2015 Douglas Christopher Wilson
82
- * MIT Licensed
83
- */
84
-
85
- /*!
86
- * destroy
87
- * Copyright(c) 2014 Jonathan Ong
88
- * Copyright(c) 2015-2022 Douglas Christopher Wilson
89
- * MIT Licensed
90
- */
91
-
92
61
  /*!
93
62
  * ee-first
94
63
  * Copyright(c) 2014 Jonathan Ong
@@ -158,21 +127,7 @@
158
127
 
159
128
  /*!
160
129
  * 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
130
+ * Copyright(c) 2014-2017 Douglas Christopher Wilson
176
131
  * MIT Licensed
177
132
  */
178
133
 
@@ -232,6 +187,13 @@
232
187
  * MIT Licensed
233
188
  */
234
189
 
190
+ /*!
191
+ * router
192
+ * Copyright(c) 2013 Roman Shtylman
193
+ * Copyright(c) 2014-2022 Douglas Christopher Wilson
194
+ * MIT Licensed
195
+ */
196
+
235
197
  /*!
236
198
  * send
237
199
  * Copyright(c) 2012 TJ Holowaychuk
@@ -244,7 +206,7 @@
244
206
  * Copyright(c) 2011 Sencha Inc.
245
207
  * Copyright(c) 2011 TJ Holowaychuk
246
208
  * Copyright(c) 2014-2015 Douglas Christopher Wilson
247
- * Copyright(c) 2015-2025 WWA Wing Team
209
+ * Copyright(c) 2015-2026 WWA Wing Team
248
210
  * MIT Licensed
249
211
  */
250
212
 
@@ -287,5 +249,3 @@
287
249
  * Copyright(c) 2014-2017 Douglas Christopher Wilson
288
250
  * MIT Licensed
289
251
  */
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": "3.12.22",
3
+ "version": "3.12.23",
4
4
  "description": "wwawing debug server",
5
5
  "main": "lib/index.js",
6
6
  "repository": {
@@ -26,12 +26,12 @@
26
26
  "author": "WWA Wing Team",
27
27
  "license": "MIT",
28
28
  "dependencies": {
29
- "@wwawing/serve-index": "^3.12.22"
29
+ "@wwawing/serve-index": "^3.12.23"
30
30
  },
31
31
  "devDependencies": {
32
- "@types/express": "4.17.14",
33
- "@types/node": "^22.10.1",
34
- "express": "^4.21.2",
32
+ "@types/express": "5.0.6",
33
+ "@types/node": "^24",
34
+ "express": "^5.2.1",
35
35
  "npm-run-all2": "^8.0.1",
36
36
  "postject": "^1.0.0-alpha.6",
37
37
  "resolve-pkg": "^2.0.0",
@@ -47,8 +47,8 @@
47
47
  "access": "public"
48
48
  },
49
49
  "engines": {
50
- "node": ">=22",
50
+ "node": ">=24",
51
51
  "npm": ">=11"
52
52
  },
53
- "gitHead": "3089a3f80b28ca033a7aac5eb95e2ff77a94e3e8"
53
+ "gitHead": "927cd66f2e7dced91768328070f53788990ae254"
54
54
  }