@qawolf/ci-sdk
Advanced tools
Comparing version 0.10.1 to 0.10.2
@@ -0,1 +1,10 @@ | ||
# v0.10.2 | ||
- Avoid logging dots after URL names in the logs. Dots can confuse terminal | ||
URL detection. | ||
# v0.10.1 | ||
- Fix TypeScript types visibility. | ||
# v0.10.0 | ||
@@ -2,0 +11,0 @@ |
@@ -58,3 +58,3 @@ "use strict"; | ||
} | ||
const urlInfo = `See ${greenlightStatus.relevantRunUrl}.`; | ||
const urlInfo = `See ${greenlightStatus.relevantRunUrl}`; | ||
const { greenlight, relevantRunId, relevantRunUrl, relevantRunWithBugsUrl, rootRunId, rootRunUrl, runStage, } = greenlightStatus; | ||
@@ -61,0 +61,0 @@ if (rootRunId !== relevantRunId) { |
@@ -55,3 +55,3 @@ import { sleep, pluralize } from "../../utils.js"; | ||
} | ||
const urlInfo = `See ${greenlightStatus.relevantRunUrl}.`; | ||
const urlInfo = `See ${greenlightStatus.relevantRunUrl}`; | ||
const { greenlight, relevantRunId, relevantRunUrl, relevantRunWithBugsUrl, rootRunId, rootRunUrl, runStage, } = greenlightStatus; | ||
@@ -58,0 +58,0 @@ if (rootRunId !== relevantRunId) { |
{ | ||
"name": "@qawolf/ci-sdk", | ||
"version": "0.10.1", | ||
"version": "0.10.2", | ||
"description": "A simple SDK for interacting with QAWolf in CI scripts.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -75,1 +75,2 @@ # QAWolf CI SDK | ||
- Addition of new fields in the API response types are not considered breaking changes. | ||
- Logs and debug messages are not considered part of the public API and can change at any time. |
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
39250
76