@soos-io/api-client
Advanced tools
Comparing version 1.1.1-pre.2 to 1.1.1-pre.3
@@ -298,3 +298,4 @@ "use strict"; | ||
else { | ||
FileSystem.writeFileSync(outputFile, await output.text()); | ||
const text = await output.text(); | ||
FileSystem.writeFileSync(outputFile, text); | ||
} | ||
@@ -301,0 +302,0 @@ } |
{ | ||
"name": "@soos-io/api-client", | ||
"version": "1.1.1-pre.2", | ||
"version": "1.1.1-pre.3", | ||
"description": "This is the SOOS API Client for registered clients leveraging the various integrations to the SOOS platform.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
336099
3403