@pnpm/fetching-types
Advanced tools
Comparing version 1000.0.0 to 1000.1.0
import { type RetryTimeoutOptions } from '@zkochan/retry'; | ||
import { type Response } from 'node-fetch'; | ||
import { type Response, type RequestInit as NodeRequestInit } from 'node-fetch'; | ||
export type { RetryTimeoutOptions }; | ||
export type FetchFromRegistry = (url: string, opts?: { | ||
export interface RequestInit extends NodeRequestInit { | ||
retry?: RetryTimeoutOptions; | ||
timeout?: number; | ||
} | ||
export type FetchFromRegistry = (url: string, opts?: RequestInit & { | ||
authHeaderValue?: string; | ||
@@ -6,0 +10,0 @@ compress?: boolean; |
{ | ||
"name": "@pnpm/fetching-types", | ||
"version": "1000.0.0", | ||
"version": "1000.1.0", | ||
"description": "Types for fetching", | ||
@@ -31,3 +31,3 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@pnpm/fetching-types": "1000.0.0" | ||
"@pnpm/fetching-types": "1000.1.0" | ||
}, | ||
@@ -34,0 +34,0 @@ "exports": { |
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
3014
16