@pnpm/pnpmfile
Advanced tools
Comparing version 5.0.9 to 5.0.10
@@ -5,3 +5,3 @@ import type { PreResolutionHook } from '@pnpm/hooks.types'; | ||
import type { CustomFetchers } from '@pnpm/fetcher-base'; | ||
import { type ImportIndexedPackage } from '@pnpm/store-controller-types'; | ||
import { type ImportIndexedPackageAsync } from '@pnpm/store-controller-types'; | ||
interface HookContext { | ||
@@ -15,3 +15,3 @@ log: (message: string) => void; | ||
filterLog?: (log: Log) => boolean; | ||
importPackage?: ImportIndexedPackage; | ||
importPackage?: ImportIndexedPackageAsync; | ||
fetchers?: CustomFetchers; | ||
@@ -25,3 +25,3 @@ } | ||
filterLog?: Array<Cook<Required<Hooks>['filterLog']>>; | ||
importPackage?: ImportIndexedPackage; | ||
importPackage?: ImportIndexedPackageAsync; | ||
fetchers?: CustomFetchers; | ||
@@ -28,0 +28,0 @@ } |
{ | ||
"name": "@pnpm/pnpmfile", | ||
"version": "5.0.9", | ||
"version": "5.0.10", | ||
"description": "Reading a .pnpmfile.cjs", | ||
@@ -25,4 +25,4 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@pnpm/fetcher-base": "14.0.2", | ||
"@pnpm/pnpmfile": "5.0.9" | ||
"@pnpm/fetcher-base": "15.0.0", | ||
"@pnpm/pnpmfile": "5.0.10" | ||
}, | ||
@@ -36,3 +36,3 @@ "dependencies": { | ||
"@pnpm/lockfile-types": "5.1.1", | ||
"@pnpm/store-controller-types": "15.0.2", | ||
"@pnpm/store-controller-types": "16.0.0", | ||
"@pnpm/types": "9.2.0" | ||
@@ -39,0 +39,0 @@ }, |
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
17334
+ Added@pnpm/fetcher-base@15.0.0(transitive)
+ Added@pnpm/store-controller-types@16.0.0(transitive)
- Removed@pnpm/fetcher-base@14.0.2(transitive)
- Removed@pnpm/store-controller-types@15.0.2(transitive)