@octokit/plugin-enterprise-compatibility
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -7,3 +7,3 @@ 'use strict'; | ||
const VERSION = "1.2.2"; | ||
const VERSION = "1.2.3"; | ||
@@ -10,0 +10,0 @@ function isIssueLabelsUpdateOrReplace({ |
@@ -1,1 +0,1 @@ | ||
export const VERSION = "1.2.2"; | ||
export const VERSION = "1.2.3"; |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "1.2.2"; | ||
export declare const VERSION = "1.2.3"; |
import { RequestError } from '@octokit/request-error'; | ||
const VERSION = "1.2.2"; | ||
const VERSION = "1.2.3"; | ||
@@ -5,0 +5,0 @@ function isIssueLabelsUpdateOrReplace({ method, url }) { |
{ | ||
"name": "@octokit/plugin-enterprise-compatibility", | ||
"description": "Octokit plugin for improving GHE compatibility", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"license": "MIT", | ||
@@ -23,3 +23,3 @@ "files": [ | ||
"@octokit/request-error": "^2.0.0", | ||
"@octokit/types": "^2.0.1" | ||
"@octokit/types": "^4.0.1" | ||
}, | ||
@@ -35,3 +35,3 @@ "devDependencies": { | ||
"@types/jest": "^25.1.0", | ||
"@types/node": "^13.1.0", | ||
"@types/node": "^14.0.4", | ||
"fetch-mock": "^9.0.0", | ||
@@ -38,0 +38,0 @@ "jest": "^25.1.0", |
@@ -7,3 +7,2 @@ # plugin-enterprise-compatibility.js | ||
[![Build Status](https://github.com/octokit/plugin-enterprise-compatibility.js/workflows/Test/badge.svg)](https://github.com/octokit/plugin-enterprise-compatibility.js/actions?workflow=Test) | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/octokit/plugin-enterprise-compatibility.js.svg)](https://greenkeeper.io/) | ||
@@ -10,0 +9,0 @@ The GitHub API teams is continuously improving existing APIs to make the overall platform more consistent. For example, the [Add labels to an issue](https://developer.github.com/v3/issues/labels/#add-labels-to-an-issue) expected the label names array to be sent directly in the request body root, as you can still see in the documentation for [GHE 2.15](https://developer.github.com/enterprise/2.15/v3/issues/labels/#input). |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
26489
67
+ Added@octokit/types@4.1.10(transitive)
- Removed@octokit/types@2.16.2(transitive)
Updated@octokit/types@^4.0.1