dmock-server
Advanced tools
Comparing version 1.8.5 to 1.8.6
@@ -55,3 +55,3 @@ "use strict"; | ||
} | ||
this.server = http_1.createServer(this.handler).listen(this.port, this.hostname, () => { | ||
this.server = (0, http_1.createServer)(this.handler).listen(this.port, this.hostname, () => { | ||
console.log(`Starting server ${this.hostname}:${this.port}`); | ||
@@ -58,0 +58,0 @@ }); |
{ | ||
"name": "dmock-server", | ||
"version": "1.8.5", | ||
"version": "1.8.6", | ||
"description": "This NodeJS module is a delightful mock server built for automation and ongoing development", | ||
@@ -35,3 +35,3 @@ "main": "lib/index.js", | ||
"ts-node": "10.2.1", | ||
"typescript": "4.1.2" | ||
"typescript": "4.4.4" | ||
}, | ||
@@ -38,0 +38,0 @@ "repository": { |
11699