@octokit/rest
Advanced tools
Comparing version 18.10.0 to 18.11.0
@@ -10,3 +10,3 @@ 'use strict'; | ||
const VERSION = "18.10.0"; | ||
const VERSION = "18.11.0"; | ||
@@ -13,0 +13,0 @@ const Octokit = core.Octokit.plugin(pluginRequestLog.requestLog, pluginRestEndpointMethods.legacyRestEndpointMethods, pluginPaginateRest.paginateRest).defaults({ |
@@ -1,1 +0,1 @@ | ||
export const VERSION = "18.10.0"; | ||
export const VERSION = "18.11.0"; |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "18.10.0"; | ||
export declare const VERSION = "18.11.0"; |
@@ -6,3 +6,3 @@ import { Octokit as Octokit$1 } from '@octokit/core'; | ||
const VERSION = "18.10.0"; | ||
const VERSION = "18.11.0"; | ||
@@ -9,0 +9,0 @@ const Octokit = Octokit$1.plugin(requestLog, legacyRestEndpointMethods, paginateRest).defaults({ |
{ | ||
"name": "@octokit/rest", | ||
"description": "GitHub REST API client for Node.js", | ||
"version": "18.10.0", | ||
"version": "18.11.0", | ||
"license": "MIT", | ||
@@ -41,3 +41,3 @@ "files": [ | ||
"@octokit/plugin-request-log": "^1.0.4", | ||
"@octokit/plugin-rest-endpoint-methods": "^5.9.0" | ||
"@octokit/plugin-rest-endpoint-methods": "5.11.1" | ||
}, | ||
@@ -56,4 +56,4 @@ "devDependencies": { | ||
"jest": "^27.0.1", | ||
"prettier": "2.3.2", | ||
"semantic-release": "^17.0.0", | ||
"prettier": "2.4.1", | ||
"semantic-release": "^18.0.0", | ||
"semantic-release-plugin-update-version-in-files": "^1.0.0", | ||
@@ -60,0 +60,0 @@ "ts-jest": "^27.0.1", |
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
+ Added@octokit/plugin-rest-endpoint-methods@5.11.1(transitive)
- Removed@octokit/plugin-rest-endpoint-methods@5.16.2(transitive)