hc-service-client
Advanced tools
Comparing version 1.3.0-alpha.1 to 1.3.0-alpha.2
@@ -171,4 +171,4 @@ 'use strict'; | ||
const writer = fs.createWriteStream(tmpFile); | ||
let len = 0; | ||
writer.on('finish', function() { | ||
@@ -175,0 +175,0 @@ options.stream = fs.createReadStream(tmpFile); |
{ | ||
"name": "hc-service-client", | ||
"version": "1.3.0-alpha.1", | ||
"version": "1.3.0-alpha.2", | ||
"description": "Service Client Extension for Honeybee", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
51590
1138