@soos-io/api-client
Advanced tools
Comparing version 1.1.0-pre.6 to 1.1.0-pre.7
@@ -110,3 +110,3 @@ "use strict"; | ||
if (!this.validateExportFormatAndFileType(this.scanType, args.format, args.fileType)) { | ||
throw new Error(`Invalid argument combination. Change ${args.exportFormat} and ${args.exportFileType} to a supported combination (https://kb.soos.io/help/soos-reports-for-export).`); | ||
throw new Error(`Invalid argument combination for ${this.scanType}. Change ${args.exportFormat} and ${args.exportFileType} to a supported combination (https://kb.soos.io/help/soos-reports-for-export).`); | ||
} | ||
@@ -113,0 +113,0 @@ } |
{ | ||
"name": "@soos-io/api-client", | ||
"version": "1.1.0-pre.6", | ||
"version": "1.1.0-pre.7", | ||
"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", |
335046