@wooksjs/event-http 0.4.24 → 0.4.26
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/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -772,7 +772,7 @@ class HttpErrorRenderer extends BaseHttpResponseRenderer {
|
|
|
772
772
|
`<head><title>${data.statusCode} ${httpStatusCodes[data.statusCode]}</title></head>` +
|
|
773
773
|
`<body><center><h1>${data.statusCode} ${httpStatusCodes[data.statusCode]}</h1></center>` +
|
|
774
774
|
`<center><h4>${data.message}</h1></center><hr color="#666">` +
|
|
775
|
-
`<center style="color: #666;"> Wooks v${"0.4.
|
|
775
|
+
`<center style="color: #666;"> Wooks v${"0.4.26"} </center>` +
|
|
776
776
|
`${keys.length
|
|
777
777
|
? `<pre style="${preStyles}">${JSON.stringify({
|
|
778
778
|
...data,
|
package/dist/index.mjs
CHANGED
|
@@ -770,7 +770,7 @@ class HttpErrorRenderer extends BaseHttpResponseRenderer {
|
|
|
770
770
|
`<head><title>${data.statusCode} ${httpStatusCodes[data.statusCode]}</title></head>` +
|
|
771
771
|
`<body><center><h1>${data.statusCode} ${httpStatusCodes[data.statusCode]}</h1></center>` +
|
|
772
772
|
`<center><h4>${data.message}</h1></center><hr color="#666">` +
|
|
773
|
-
`<center style="color: #666;"> Wooks v${"0.4.
|
|
773
|
+
`<center style="color: #666;"> Wooks v${"0.4.26"} </center>` +
|
|
774
774
|
`${keys.length
|
|
775
775
|
? `<pre style="${preStyles}">${JSON.stringify({
|
|
776
776
|
...data,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wooksjs/event-http",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.26",
|
|
4
4
|
"description": "@wooksjs/event-http",
|
|
5
5
|
"main": "dist/index.cjs",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
"url": "https://github.com/wooksjs/wooksjs/issues"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
|
-
"wooks": "0.4.
|
|
42
|
+
"wooks": "0.4.26",
|
|
43
43
|
"@prostojs/router": "^0.2.1",
|
|
44
|
-
"@wooksjs/event-core": "0.4.
|
|
44
|
+
"@wooksjs/event-core": "0.4.26"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"@prostojs/logger": "^0.4.0"
|