Authored by zhangwenxue

fix: fix influxdb-batch-sender version to 0.1.10

... ... @@ -18,7 +18,7 @@
"body-parser": "^1.18.2",
"debug": "^3.1.0",
"express": "^4.15.4",
"influx-batch-sender": "^0.1.5",
"influx-batch-sender": "0.1.10",
"ip2region": "=1.1.0",
"knex": "^0.14.1",
"koa-compose": "^4.1.0",
... ...
... ... @@ -2575,19 +2575,19 @@ inflight@^1.0.4:
once "^1.3.0"
wrappy "1"
influx-batch-sender@=0.1.7:
version "0.1.7"
resolved "http://npm.yohops.com/influx-batch-sender/-/influx-batch-sender-0.1.7.tgz#9f925bfc500e886cae27001b3cc20f2584fa464a"
integrity sha1-n5Jb/FAOiGyuJwAbPMIPJYT6Rko=
influx-batch-sender@0.1.10:
version "0.1.10"
resolved "http://npm.yohops.com/influx-batch-sender/-/influx-batch-sender-0.1.10.tgz#697e51ab8e5aa20fb9cc3b07a2922e069b86c229"
integrity sha512-gHjgwRP1Kl/j+RMN/XQIS4e2s1tY7k1gndpbXWTQiExVPJEFhMGadfQI5i8JGPzGM4qiRKUzYGSVt/as3wgDxA==
dependencies:
debug "^3.0.1"
lodash "^4.17.4"
request "^2.83.0"
influx-batch-sender@^0.1.5:
version "0.1.12"
resolved "http://npm.yohops.com/influx-batch-sender/-/influx-batch-sender-0.1.12.tgz#7666f333699296f1c18d2c0670995e820c938f7f"
integrity sha512-nlMEh2WlxUAu7IrOlyEmtO/f2/hy/Am7i/wnHrxuW2s6cX76kO+lfzpZtMfsooiqUxbeDKLlLmqWNfyt3Mapig==
influx-batch-sender@=0.1.7:
version "0.1.7"
resolved "http://npm.yohops.com/influx-batch-sender/-/influx-batch-sender-0.1.7.tgz#9f925bfc500e886cae27001b3cc20f2584fa464a"
integrity sha1-n5Jb/FAOiGyuJwAbPMIPJYT6Rko=
dependencies:
debug "^3.0.1"
lodash "^4.17.4"
... ...