@octokit/request
Advanced tools
Comparing version 6.2.5 to 6.2.6
@@ -40,3 +40,3 @@ "use strict"; | ||
// pkg/dist-src/version.js | ||
var VERSION = "6.2.5"; | ||
var VERSION = "6.2.6"; | ||
@@ -43,0 +43,0 @@ // pkg/dist-src/fetch-wrapper.js |
import { isPlainObject } from "is-plain-object"; | ||
import nodeFetch from "node-fetch"; | ||
import nodeFetch, {} from "node-fetch"; | ||
import { RequestError } from "@octokit/request-error"; | ||
@@ -4,0 +4,0 @@ import getBuffer from "./get-buffer-response"; |
@@ -1,4 +0,4 @@ | ||
const VERSION = "6.2.5"; | ||
const VERSION = "6.2.6"; | ||
export { | ||
VERSION | ||
}; |
@@ -1,2 +0,2 @@ | ||
import { EndpointInterface } from "@octokit/types"; | ||
import type { EndpointInterface } from "@octokit/types"; | ||
export default function fetchWrapper(requestOptions: ReturnType<EndpointInterface> & { | ||
@@ -3,0 +3,0 @@ redirect?: "error" | "follow" | "manual"; |
@@ -1,2 +0,2 @@ | ||
import { Response } from "node-fetch"; | ||
import type { Response } from "node-fetch"; | ||
export default function getBufferResponse(response: Response): Promise<ArrayBuffer>; |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "6.2.5"; | ||
export declare const VERSION = "6.2.6"; |
@@ -1,2 +0,2 @@ | ||
import { EndpointInterface, RequestInterface, RequestParameters } from "@octokit/types"; | ||
import type { EndpointInterface, RequestInterface, RequestParameters } from "@octokit/types"; | ||
export default function withDefaults(oldEndpoint: EndpointInterface, newDefaults: RequestParameters): RequestInterface; |
@@ -6,7 +6,7 @@ // pkg/dist-src/index.js | ||
// pkg/dist-src/version.js | ||
var VERSION = "6.2.5"; | ||
var VERSION = "6.2.6"; | ||
// pkg/dist-src/fetch-wrapper.js | ||
import { isPlainObject } from "is-plain-object"; | ||
import nodeFetch from "node-fetch"; | ||
import nodeFetch, {} from "node-fetch"; | ||
import { RequestError } from "@octokit/request-error"; | ||
@@ -13,0 +13,0 @@ |
{ | ||
"name": "@octokit/request", | ||
"version": "6.2.5", | ||
"version": "6.2.6", | ||
"publishConfig": { | ||
@@ -27,3 +27,3 @@ "access": "public" | ||
"@octokit/auth-app": "^4.0.0", | ||
"@octokit/tsconfig": "^1.0.2", | ||
"@octokit/tsconfig": "^2.0.0", | ||
"@types/fetch-mock": "^7.2.4", | ||
@@ -35,3 +35,3 @@ "@types/jest": "^29.0.0", | ||
"@types/once": "^1.4.0", | ||
"esbuild": "^0.17.19", | ||
"esbuild": "^0.18.0", | ||
"fetch-mock": "^9.3.1", | ||
@@ -38,0 +38,0 @@ "glob": "^10.2.4", |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
54674
3