@pnpm/fetcher-base
Advanced tools
Comparing version 11.1.6 to 11.1.7
@@ -43,3 +43,3 @@ /// <reference types="node" /> | ||
export interface DeferredManifestPromise { | ||
resolve: (manifest: DependencyManifest) => void; | ||
resolve: (manifest: DependencyManifest | undefined) => void; | ||
reject: (err: Error) => void; | ||
@@ -46,0 +46,0 @@ } |
{ | ||
"name": "@pnpm/fetcher-base", | ||
"version": "11.1.6", | ||
"version": "11.1.7", | ||
"description": "Types for pnpm-compatible fetchers", | ||
@@ -28,7 +28,7 @@ "main": "lib/index.js", | ||
"@pnpm/types": "7.10.0", | ||
"@types/ssri": "^7.1.0" | ||
"@types/ssri": "^7.1.1" | ||
}, | ||
"funding": "https://opencollective.com/pnpm", | ||
"devDependencies": { | ||
"@pnpm/fetcher-base": "11.1.6" | ||
"@pnpm/fetcher-base": "11.1.7" | ||
}, | ||
@@ -35,0 +35,0 @@ "scripts": { |
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
5066
Updated@types/ssri@^7.1.1