@pnpm/fetcher-base
Advanced tools
Comparing version 12.0.0 to 12.0.1
{ | ||
"name": "@pnpm/fetcher-base", | ||
"version": "12.0.0", | ||
"version": "12.0.1", | ||
"description": "Types for pnpm-compatible fetchers", | ||
@@ -26,4 +26,4 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@pnpm/resolver-base": "9.0.0", | ||
"@pnpm/types": "8.0.0", | ||
"@pnpm/resolver-base": "9.0.1", | ||
"@pnpm/types": "8.0.1", | ||
"@types/ssri": "^7.1.0" | ||
@@ -33,3 +33,3 @@ }, | ||
"devDependencies": { | ||
"@pnpm/fetcher-base": "12.0.0" | ||
"@pnpm/fetcher-base": "12.0.1" | ||
}, | ||
@@ -36,0 +36,0 @@ "exports": { |
@@ -20,3 +20,3 @@ # @pnpm/fetcher-base | ||
```ts | ||
import {Resolution} from '@pnpm/resolver-base' | ||
import { Resolution } from '@pnpm/resolver-base' | ||
import { | ||
@@ -27,7 +27,7 @@ FetchOptions, | ||
export async function ( | ||
export async function demoFetcher ( | ||
resolution: Resolution, | ||
targetFolder: string, | ||
opts: FetchOptions, | ||
): Promise<FetchResult> | ||
): Promise<FetchResult> { | ||
// ... | ||
@@ -34,0 +34,0 @@ return { |
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
5115
+ Added@pnpm/resolver-base@9.0.1(transitive)
+ Added@pnpm/types@8.0.1(transitive)
- Removed@pnpm/resolver-base@9.0.0(transitive)
- Removed@pnpm/types@8.0.0(transitive)
Updated@pnpm/resolver-base@9.0.1
Updated@pnpm/types@8.0.1