@xliic/cicd-core-node
Advanced tools
Comparing version 5.22.0 to 5.23.0
@@ -96,3 +96,3 @@ "use strict"; | ||
const apiTags = tagsFromConfig.length > 0 ? tagsFromConfig : (0, util_1.getTags)(inputsTags); | ||
return Object.assign(Object.assign(Object.assign(Object.assign({}, inputs), lineNumbers), defaultCollectionName), { platformUrl: url.origin, config, | ||
return Object.assign(Object.assign(Object.assign(Object.assign({}, inputs), lineNumbers), defaultCollectionName), { apiToken: inputs.apiToken.trim(), platformUrl: url.origin, config, | ||
apiTags }); | ||
@@ -99,0 +99,0 @@ } |
{ | ||
"name": "@xliic/cicd-core-node", | ||
"version": "5.22.0", | ||
"version": "5.23.0", | ||
"description": "Performs API contract security audit to get a detailed analysis of the possible vulnerabilities and other issues in the API contract.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
127634