@octokit/types
Advanced tools
Comparing version 2.11.0 to 2.11.1
{ | ||
"name": "@octokit/types", | ||
"version": "2.11.0", | ||
"version": "2.11.1", | ||
"publishConfig": { | ||
@@ -17,3 +17,3 @@ "access": "public" | ||
"pretest": "npm run -s lint", | ||
"test": "npx tsc --noEmit --declaration src/index.ts test.ts", | ||
"test": "npx tsc --noEmit --declaration --noUnusedLocals src/index.ts test.ts", | ||
"update-endpoints": "npm-run-all update-endpoints:*", | ||
@@ -20,0 +20,0 @@ "update-endpoints:fetch-json": "node scripts/update-endpoints/fetch-json", |
import { EndpointInterface } from "./EndpointInterface"; | ||
import { EndpointOptions } from "./EndpointOptions"; | ||
import { OctokitResponse } from "./OctokitResponse"; | ||
@@ -4,0 +3,0 @@ import { RequestParameters } from "./RequestParameters"; |
@@ -1,1 +0,1 @@ | ||
export const VERSION = "2.11.0"; | ||
export const VERSION = "2.11.1"; |
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
1118020
41890