@octokit/action
Advanced tools
Comparing version 1.3.0 to 2.0.0
@@ -10,3 +10,3 @@ 'use strict'; | ||
const VERSION = "1.3.0"; | ||
const VERSION = "2.0.0"; | ||
@@ -13,0 +13,0 @@ const Octokit = core.Octokit.plugin([pluginPaginateRest.paginateRest, pluginRestEndpointMethods.restEndpointMethods]).defaults({ |
@@ -1,1 +0,1 @@ | ||
export const VERSION = "1.3.0"; | ||
export const VERSION = "2.0.0"; |
@@ -11,4 +11,2 @@ import { Octokit as Core } from "@octokit/core"; | ||
paginate: import("@octokit/plugin-paginate-rest").PaginateInterface; | ||
} & { | ||
registerEndpoints: (endpoints: any) => void; | ||
} & import("@octokit/plugin-rest-endpoint-methods/dist-types/generated/rest-endpoint-methods-types").RestEndpointMethods>; | ||
} & import("@octokit/plugin-rest-endpoint-methods/dist-types/generated/types").RestEndpointMethods>; |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "1.3.0"; | ||
export declare const VERSION = "2.0.0"; |
{ | ||
"name": "@octokit/action", | ||
"description": "GitHub API client for GitHub Actions", | ||
"version": "1.3.0", | ||
"version": "2.0.0", | ||
"license": "MIT", | ||
@@ -24,3 +24,3 @@ "files": [ | ||
"@octokit/plugin-paginate-rest": "^2.0.1", | ||
"@octokit/plugin-rest-endpoint-methods": "^2.4.0", | ||
"@octokit/plugin-rest-endpoint-methods": "^3.2.0", | ||
"@octokit/types": "^2.0.2" | ||
@@ -30,7 +30,7 @@ }, | ||
"@pika/pack": "^0.5.0", | ||
"@pika/plugin-build-node": "^0.8.1", | ||
"@pika/plugin-ts-standard-pkg": "^0.8.1", | ||
"@pika/plugin-build-node": "^0.9.0", | ||
"@pika/plugin-ts-standard-pkg": "^0.9.0", | ||
"@types/jest": "^25.1.0", | ||
"@types/node": "^13.1.0", | ||
"fetch-mock": "^8.0.0", | ||
"fetch-mock": "^9.0.0", | ||
"jest": "^25.1.0", | ||
@@ -37,0 +37,0 @@ "prettier": "^1.18.2", |
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
8143
38
+ Added@octokit/plugin-rest-endpoint-methods@3.17.0(transitive)
+ Added@octokit/types@4.1.10(transitive)
- Removed@octokit/plugin-rest-endpoint-methods@2.4.1(transitive)