@codefresh-io/authenticated-entity
Advanced tools
Comparing version 2.15.0 to 2.16.0
@@ -27,3 +27,10 @@ const _ = require('lodash'); | ||
data.account = Entity.extractAccountData(data.account, undefined, true); | ||
const gitProvider = _.get(data, 'account.csdp.gitProvider'); | ||
const gitApiUrl = _.get(data, 'account.csdp.gitApiUrl'); | ||
data.account = { | ||
...Entity.extractAccountData(data.account, undefined, true), | ||
...(gitProvider && { gitProvider }), | ||
...(gitApiUrl && { gitApiUrl }), | ||
}; | ||
data.name = name; | ||
@@ -33,3 +40,3 @@ | ||
type: Types.ARGO_RUNTIME, | ||
...data | ||
...data, | ||
}); | ||
@@ -36,0 +43,0 @@ } |
{ | ||
"name": "@codefresh-io/authenticated-entity", | ||
"version": "2.15.0", | ||
"version": "2.16.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
187204
1879