@qawolf/ci-sdk
Advanced tools
Comparing version 0.15.1 to 0.15.2
@@ -12,3 +12,3 @@ "use strict"; | ||
id | ||
triggers(where: {deleted_at: {equals: null}, deployment_provider: {equals: "generic"}}) { | ||
triggers(where: {deployment_provider: {equals: "generic"}}) { | ||
id | ||
@@ -15,0 +15,0 @@ tags { |
@@ -9,3 +9,3 @@ import { qawolfGraphQLEndpoint } from "./constants"; | ||
id | ||
triggers(where: {deleted_at: {equals: null}, deployment_provider: {equals: "generic"}}) { | ||
triggers(where: {deployment_provider: {equals: "generic"}}) { | ||
id | ||
@@ -12,0 +12,0 @@ tags { |
{ | ||
"name": "@qawolf/ci-sdk", | ||
"version": "0.15.1", | ||
"version": "0.15.2", | ||
"description": "A simple SDK for interacting with QAWolf in CI scripts.", | ||
@@ -5,0 +5,0 @@ "type": "commonjs", |
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
243041