Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More →
Socket
Sign inDemoInstall
Socket

@qawolf/ci-sdk

Package Overview
Dependencies
Maintainers
4
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qawolf/ci-sdk - npm Package Compare versions

Comparing version 0.10.1 to 0.10.2

9

CHANGELOG.md

@@ -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 @@

2

dist/cjs/lib/sdk/domain/poll-ci-greenlight.js

@@ -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.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc