@gitkraken/provider-apis 0.26.1 → 0.26.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -132,6 +132,7 @@ export declare enum GitPullRequestMergeableState {
132
132
  Behind = "BEHIND",
133
133
  Blocked = "BLOCKED",
134
134
  Conflicts = "CONFLICTS",
135
+ FailingChecks = "FAILING_CHECKS",
135
136
  Mergeable = "MERGEABLE",
136
137
  Unknown = "UNKNOWN",
137
138
  UnknownAndBlocked = "UNKNOWN_AND_BLOCKED",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitkraken/provider-apis",
3
- "version": "0.26.1",
3
+ "version": "0.26.2",
4
4
  "description": "An SDK around different third-party APIs that accepts and returns data in a common format.",
5
5
  "author": "Axosoft, LLC dba GitKraken",
6
6
  "license": "SEE LICENSE IN LICENSE",