@octokit/plugin-enterprise-server
Advanced tools
Comparing version 7.1.0 to 7.1.1
@@ -452,2 +452,3 @@ const Endpoints = { | ||
getRef: ["GET /repos/:owner/:repo/git/refs/:ref"], | ||
getRefs: ["GET /repos/:owner/:repo/git/refs/:namespace"], | ||
getTag: ["GET /repos/:owner/:repo/git/tags/:tag_sha"], | ||
@@ -454,0 +455,0 @@ getTree: ["GET /repos/:owner/:repo/git/trees/:tree_sha"], |
@@ -452,2 +452,3 @@ const Endpoints = { | ||
getRef: ["GET /repos/:owner/:repo/git/ref/:ref"], | ||
getRefs: ["GET /repos/:owner/:repo/git/refs/:namespace"], | ||
getTag: ["GET /repos/:owner/:repo/git/tags/:tag_sha"], | ||
@@ -454,0 +455,0 @@ getTree: ["GET /repos/:owner/:repo/git/trees/:tree_sha"], |
@@ -1,1 +0,1 @@ | ||
export const VERSION = "7.1.0"; | ||
export const VERSION = "7.1.1"; |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "7.1.0"; | ||
export declare const VERSION = "7.1.1"; |
{ | ||
"name": "@octokit/plugin-enterprise-server", | ||
"description": "Octokit plugin for GitHub Enterprise Server REST APIs", | ||
"version": "7.1.0", | ||
"version": "7.1.1", | ||
"license": "MIT", | ||
@@ -39,3 +39,3 @@ "files": [ | ||
"@types/fetch-mock": "^7.3.2", | ||
"@types/jest": "^24.0.25", | ||
"@types/jest": "^25.1.0", | ||
"@types/node": "^13.1.6", | ||
@@ -46,6 +46,6 @@ "fetch-mock": "^8.3.1", | ||
"prettier": "^1.19.1", | ||
"semantic-release": "^16.0.1", | ||
"semantic-release": "^17.0.0", | ||
"semantic-release-plugin-update-version-in-files": "^1.0.0", | ||
"sort-keys": "^3.0.0", | ||
"ts-jest": "^24.3.0", | ||
"ts-jest": "^25.1.0", | ||
"typescript": "^3.7.4" | ||
@@ -52,0 +52,0 @@ }, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
1320607
14198