Authored by 陈峰

nodelib 0.6.30

... ... @@ -64,7 +64,7 @@ app.disable('x-powered-by');
// docker验证项目是否正常发布
app.use('/node/status.html', (req, res) => {
return res.status(204).end();
return res.status(200).end();
});
app.use((req, res, next) => {
... ...
... ... @@ -87,7 +87,7 @@
"xml2js": "^0.4.19",
"yoho-express-session": "^2.0.0",
"yoho-md5": "^2.0.0",
"yoho-node-lib": "=0.6.29",
"yoho-node-lib": "=0.6.30",
"yoho-zookeeper": "^1.0.10"
},
"devDependencies": {
... ...
... ... @@ -4760,9 +4760,9 @@ inflight@^1.0.4:
once "^1.3.0"
wrappy "1"
influx-batch-sender@^0.1.5:
version "0.1.5"
resolved "http://npm.yohops.com/influx-batch-sender/-/influx-batch-sender-0.1.5.tgz#865a5eb9a446f4e8ed442ab44e67c3532c27a5d7"
influx-batch-sender@^0.1.6:
version "0.1.6"
resolved "http://npm.yohops.com/influx-batch-sender/-/influx-batch-sender-0.1.6.tgz#fe4fb11ac80ece3ca791e40c8de098ce0181d499"
dependencies:
debug "^3.0.1"
lodash "^4.17.4"
... ... @@ -11076,13 +11076,13 @@ yoho-md5@^2.0.0:
version "2.1.0"
resolved "http://npm.yohops.com/yoho-md5/-/yoho-md5-2.1.0.tgz#f0c00d343f775e77952ebce0826863ac52e0ad50"
yoho-node-lib@=0.6.28:
version "0.6.28"
resolved "http://npm.yohops.com/yoho-node-lib/-/yoho-node-lib-0.6.28.tgz#09eb686cb8cf01cfbbbdc0c0180a78079f17292c"
yoho-node-lib@^0.6.30:
version "0.6.30"
resolved "http://npm.yohops.com/yoho-node-lib/-/yoho-node-lib-0.6.30.tgz#d22c63ca3da65c35161395c30054feab09483253"
dependencies:
dnscache "^1.0.1"
handlebars "^4.0.5"
influx-batch-sender "^0.1.5"
influx-batch-sender "^0.1.6"
lodash "^4.13.1"
lru-cache "^4.1.1"
md5 "^2.1.0"
... ...