Authored by 陈峰

commit

@@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@
14 "license": "ISC", 14 "license": "ISC",
15 "dependencies": { 15 "dependencies": {
16 "express": "^4.15.4", 16 "express": "^4.15.4",
17 - "influx-batch-sender": "0.1.2", 17 + "influx-batch-sender": "^0.1.3",
18 "lodash": "^4.17.4", 18 "lodash": "^4.17.4",
19 "lru-cache": "^4.1.1", 19 "lru-cache": "^4.1.1",
20 "request-promise": "^4.2.1", 20 "request-promise": "^4.2.1",
@@ -2071,6 +2071,13 @@ influx-batch-sender@^0.1.2: @@ -2071,6 +2071,13 @@ influx-batch-sender@^0.1.2:
2071 debug "^3.0.1" 2071 debug "^3.0.1"
2072 lodash "^4.17.4" 2072 lodash "^4.17.4"
2073 2073
  2074 +influx-batch-sender@^0.1.3:
  2075 + version "0.1.3"
  2076 + resolved "http://npm.yoho.cn/influx-batch-sender/-/influx-batch-sender-0.1.3.tgz#c2757453aea1021356ff86d0578b6605b79ba9c0"
  2077 + dependencies:
  2078 + debug "^3.0.1"
  2079 + lodash "^4.17.4"
  2080 +
2074 inherits@2, inherits@2.0.3, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.0, inherits@~2.0.1, inherits@~2.0.3: 2081 inherits@2, inherits@2.0.3, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.0, inherits@~2.0.1, inherits@~2.0.3:
2075 version "2.0.3" 2082 version "2.0.3"
2076 resolved "http://npm.yoho.cn/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de" 2083 resolved "http://npm.yoho.cn/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"