@octokit/core
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -14,3 +14,3 @@ /// <reference types="node" /> | ||
} | ||
export declare type Plugin = (octokit: Octokit, options?: OctokitOptions) => void; | ||
export declare type Plugin = (octokit: Octokit, options: OctokitOptions) => void; | ||
/** | ||
@@ -17,0 +17,0 @@ * Endpoint parameters |
{ | ||
"name": "@octokit/core", | ||
"description": "Extendable client for GitHub's REST & GraphQL APIs", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "files": [ |
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
42532