@octokit/action
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -10,3 +10,3 @@ 'use strict'; | ||
const VERSION = "1.2.0"; | ||
const VERSION = "1.2.1"; | ||
@@ -13,0 +13,0 @@ const Octokit = core.Octokit.plugin([pluginPaginateRest.paginateRest, pluginRestEndpointMethods.restEndpointMethods]).defaults({ |
@@ -1,1 +0,1 @@ | ||
export const VERSION = "1.2.0"; | ||
export const VERSION = "1.2.1"; |
@@ -10,5 +10,5 @@ import { Octokit as Core } from "@octokit/core"; | ||
} & typeof Core & import("@octokit/core/dist-types/types").Constructor<{ | ||
paginate: import("@octokit/plugin-paginate-rest/dist-types/types").PaginateInterface; | ||
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>; |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "1.2.0"; | ||
export declare const VERSION = "1.2.1"; |
{ | ||
"name": "@octokit/action", | ||
"description": "GitHub API client for GitHub Actions", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"license": "MIT", | ||
@@ -21,7 +21,7 @@ "files": [ | ||
"dependencies": { | ||
"@octokit/auth-action": "^1.0.1", | ||
"@octokit/auth-action": "^1.1.1", | ||
"@octokit/core": "^2.1.1", | ||
"@octokit/plugin-paginate-rest": "^1.0.0", | ||
"@octokit/plugin-rest-endpoint-methods": "^1.0.3", | ||
"@octokit/types": "^2.0.0" | ||
"@octokit/plugin-paginate-rest": "^2.0.1", | ||
"@octokit/plugin-rest-endpoint-methods": "^2.4.0", | ||
"@octokit/types": "^2.0.2" | ||
}, | ||
@@ -32,11 +32,11 @@ "devDependencies": { | ||
"@pika/plugin-ts-standard-pkg": "^0.8.1", | ||
"@types/jest": "^24.0.18", | ||
"@types/node": "^12.7.11", | ||
"@types/jest": "^25.1.0", | ||
"@types/node": "^13.1.0", | ||
"fetch-mock": "^8.0.0", | ||
"jest": "^24.9.0", | ||
"prettier": "^1.18.2", | ||
"semantic-release": "^15.13.24", | ||
"semantic-release": "^17.0.2", | ||
"semantic-release-plugin-update-version-in-files": "^1.0.0", | ||
"ts-jest": "^24.1.0", | ||
"typescript": "3.6.3" | ||
"ts-jest": "^25.2.0", | ||
"typescript": "^3.7.2" | ||
}, | ||
@@ -43,0 +43,0 @@ "publishConfig": { |
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
7208
+ Added@octokit/plugin-paginate-rest@2.21.3(transitive)
+ Added@octokit/plugin-rest-endpoint-methods@2.4.1(transitive)
- Removed@octokit/plugin-paginate-rest@1.1.2(transitive)
- Removed@octokit/plugin-rest-endpoint-methods@1.1.0(transitive)
Updated@octokit/auth-action@^1.1.1
Updated@octokit/types@^2.0.2