@octokit/request
Advanced tools
Comparing version 5.4.5 to 5.4.6
@@ -13,3 +13,3 @@ 'use strict'; | ||
const VERSION = "5.4.5"; | ||
const VERSION = "5.4.6"; | ||
@@ -16,0 +16,0 @@ function getBufferResponse(response) { |
@@ -1,1 +0,1 @@ | ||
export const VERSION = "5.4.5"; | ||
export const VERSION = "5.4.6"; |
import { EndpointInterface } from "@octokit/types"; | ||
export default function fetchWrapper(requestOptions: ReturnType<EndpointInterface> & { | ||
redirect?: string; | ||
redirect?: "error" | "follow" | "manual"; | ||
}): Promise<{ | ||
@@ -5,0 +5,0 @@ status: number; |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "5.4.5"; | ||
export declare const VERSION = "5.4.6"; |
@@ -7,3 +7,3 @@ import { endpoint } from '@octokit/endpoint'; | ||
const VERSION = "5.4.5"; | ||
const VERSION = "5.4.6"; | ||
@@ -10,0 +10,0 @@ function getBufferResponse(response) { |
{ | ||
"name": "@octokit/request", | ||
"description": "Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node", | ||
"version": "5.4.5", | ||
"version": "5.4.6", | ||
"license": "MIT", | ||
@@ -34,3 +34,3 @@ "files": [ | ||
"once": "^1.4.0", | ||
"universal-user-agent": "^5.0.0" | ||
"universal-user-agent": "^6.0.0" | ||
}, | ||
@@ -44,3 +44,3 @@ "devDependencies": { | ||
"@types/fetch-mock": "^7.2.4", | ||
"@types/jest": "^25.1.0", | ||
"@types/jest": "^26.0.0", | ||
"@types/lolex": "^5.1.0", | ||
@@ -56,4 +56,4 @@ "@types/node": "^14.0.0", | ||
"semantic-release-plugin-update-version-in-files": "^1.0.0", | ||
"ts-jest": "^25.1.0", | ||
"typescript": "3.7.5" | ||
"ts-jest": "^26.1.0", | ||
"typescript": "^3.9.5" | ||
}, | ||
@@ -60,0 +60,0 @@ "publishConfig": { |
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
50450
- Removedcross-spawn@6.0.6(transitive)
- Removedend-of-stream@1.4.4(transitive)
- Removedexeca@1.0.0(transitive)
- Removedget-stream@4.1.0(transitive)
- Removedis-stream@1.1.0(transitive)
- Removedisexe@2.0.0(transitive)
- Removedmacos-release@2.5.1(transitive)
- Removednice-try@1.0.5(transitive)
- Removednpm-run-path@2.0.2(transitive)
- Removedos-name@3.1.0(transitive)
- Removedp-finally@1.0.0(transitive)
- Removedpath-key@2.0.1(transitive)
- Removedpump@3.0.2(transitive)
- Removedsemver@5.7.2(transitive)
- Removedshebang-command@1.2.0(transitive)
- Removedshebang-regex@1.0.0(transitive)
- Removedsignal-exit@3.0.7(transitive)
- Removedstrip-eof@1.0.0(transitive)
- Removeduniversal-user-agent@5.0.0(transitive)
- Removedwhich@1.3.1(transitive)
- Removedwindows-release@3.3.3(transitive)
Updateduniversal-user-agent@^6.0.0