@midwayjs/process-agent
Advanced tools
Comparing version 3.1.5 to 3.1.6
@@ -36,3 +36,3 @@ "use strict"; | ||
.createServer((req, res) => { | ||
const query = qs.parse(req.url.substr('/?'.length)); | ||
const query = qs.parse(req.url.slice('/?'.length)); | ||
const params = JSON.parse(query.params); | ||
@@ -39,0 +39,0 @@ handlers[`${query.path}`](...params) |
{ | ||
"name": "@midwayjs/process-agent", | ||
"version": "3.1.5", | ||
"version": "3.1.6", | ||
"description": "", | ||
@@ -28,6 +28,6 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@midwayjs/core": "^3.1.5", | ||
"@midwayjs/decorator": "^3.0.10", | ||
"@midwayjs/koa": "^3.1.5", | ||
"@midwayjs/mock": "^3.1.5" | ||
"@midwayjs/core": "^3.1.6", | ||
"@midwayjs/decorator": "^3.1.6", | ||
"@midwayjs/koa": "^3.1.6", | ||
"@midwayjs/mock": "^3.1.6" | ||
}, | ||
@@ -37,3 +37,3 @@ "dependencies": { | ||
}, | ||
"gitHead": "46a7851ad3ce6fc675bd7e1b7c9dff2c70009104" | ||
"gitHead": "8c157a2b1a23ca2360522dc0de58513098952391" | ||
} |
10345