influxdb-light
Advanced tools
Comparing version 1.1.5 to 1.1.6
@@ -50,4 +50,2 @@ "use strict"; | ||
const chunks = []; | ||
//add content-length header | ||
options.headers["Content-Length"] = Buffer.byteLength(JSON.stringify(data), "utf-8"); | ||
//return promise of the response | ||
@@ -54,0 +52,0 @@ return new Promise((resolve, reject) => { |
{ | ||
"name": "influxdb-light", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "A light-weight client to read & write data to InfluxDb v1 and v2. This client supports both InfluxQL(SQL) and Flux queries", | ||
@@ -5,0 +5,0 @@ "main": "dist/lib/index.js", |
40330
630