reportportal-js-client
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -160,3 +160,4 @@ /* eslint-disable quotes,no-console,class-methods-use-this */ | ||
if (launchDataRQ.tags) { | ||
launchData.attributes = launchDataRQ.tags.map((value) => ({ value })); | ||
launchData.attributes = launchDataRQ.tags | ||
.map((value) => (typeof value === 'string' ? { value } : { ...value })); | ||
} | ||
@@ -163,0 +164,0 @@ |
{ | ||
"name": "reportportal-js-client", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "ReportPortal client for NodeJS", | ||
@@ -49,5 +49,5 @@ "contributors": [ | ||
"lodash": "^4.17.15", | ||
"nock": "^11.4.0", | ||
"nock": "^11.7.0", | ||
"nyc": "^14.1.1" | ||
} | ||
} |
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
134440
1328