@octokit/action
Advanced tools
Comparing version 2.0.3 to 2.1.0
@@ -10,3 +10,3 @@ 'use strict'; | ||
const VERSION = "2.0.3"; | ||
const VERSION = "2.1.0"; | ||
@@ -13,0 +13,0 @@ const Octokit = core.Octokit.plugin(pluginPaginateRest.paginateRest, pluginRestEndpointMethods.restEndpointMethods).defaults({ |
@@ -1,1 +0,1 @@ | ||
export const VERSION = "2.0.3"; | ||
export const VERSION = "2.1.0"; |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "2.0.3"; | ||
export declare const VERSION = "2.1.0"; |
{ | ||
"name": "@octokit/action", | ||
"description": "GitHub API client for GitHub Actions", | ||
"version": "2.0.3", | ||
"version": "2.1.0", | ||
"license": "MIT", | ||
@@ -24,3 +24,3 @@ "files": [ | ||
"@octokit/plugin-paginate-rest": "^2.0.1", | ||
"@octokit/plugin-rest-endpoint-methods": "3.4.0", | ||
"@octokit/plugin-rest-endpoint-methods": "3.5.1", | ||
"@octokit/types": "^2.0.2" | ||
@@ -27,0 +27,0 @@ }, |
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@3.5.1(transitive)
- Removed@octokit/plugin-rest-endpoint-methods@3.4.0(transitive)