@pnpm/hooks.types
Advanced tools
Comparing version 1000.0.0 to 1001.0.0
@@ -1,6 +0,6 @@ | ||
import type { Lockfile } from '@pnpm/lockfile.types'; | ||
import type { Registries } from '@pnpm/types'; | ||
import { type LockfileObject } from '@pnpm/lockfile.types'; | ||
import { type Registries } from '@pnpm/types'; | ||
export interface PreResolutionHookContext { | ||
wantedLockfile: Lockfile; | ||
currentLockfile: Lockfile; | ||
wantedLockfile: LockfileObject; | ||
currentLockfile: LockfileObject; | ||
existsCurrentLockfile: boolean; | ||
@@ -7,0 +7,0 @@ existsNonEmptyWantedLockfile: boolean; |
{ | ||
"name": "@pnpm/hooks.types", | ||
"version": "1000.0.0", | ||
"version": "1001.0.0", | ||
"description": "Types for hooks", | ||
@@ -25,6 +25,6 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@pnpm/hooks.types": "1000.0.0" | ||
"@pnpm/hooks.types": "1001.0.0" | ||
}, | ||
"dependencies": { | ||
"@pnpm/lockfile.types": "1000.0.0", | ||
"@pnpm/lockfile.types": "1001.0.0", | ||
"@pnpm/types": "1000.0.0" | ||
@@ -31,0 +31,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
3182
+ Added@pnpm/lockfile.types@1001.0.0(transitive)
- Removed@pnpm/lockfile.types@1000.0.0(transitive)