@superhero/http-server 4.3.7 → 4.3.8

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.
@@ -20,7 +20,7 @@ export default class StatusDispatcher
20
20
  dispatch(_, session)
21
21
  {
22
22
  session.view.body.name = this.server.name
23
- session.view.body.started = started_json
23
+ session.view.body.started = this.started_json
24
24
  session.view.body.uptime = this.started.getTime() - new Date().getTime()
25
25
  session.view.body.dispatched = String(this.server.dispatched) + 'n'
26
26
  session.view.body.completed = String(this.server.completed) + 'n'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superhero/http-server",
3
- "version": "4.3.7",
3
+ "version": "4.3.8",
4
4
  "description": "HTTP(S) server component supporting both HTTP 1.1 and HTTP 2.0",
5
5
  "keywords": [
6
6
  "http server",