@pnpm/resolver-base
Advanced tools
Comparing version 9.0.6 to 9.1.0
@@ -18,3 +18,8 @@ import { DependencyManifest } from '@pnpm/types'; | ||
} | ||
export declare type Resolution = TarballResolution | DirectoryResolution | ({ | ||
export interface GitResolution { | ||
commit: string; | ||
repo: string; | ||
type: 'git'; | ||
} | ||
export declare type Resolution = TarballResolution | DirectoryResolution | GitResolution | ({ | ||
type: string; | ||
@@ -21,0 +26,0 @@ } & object); |
{ | ||
"name": "@pnpm/resolver-base", | ||
"version": "9.0.6", | ||
"version": "9.1.0", | ||
"description": "Types for pnpm-compatible resolvers", | ||
@@ -30,3 +30,3 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@pnpm/resolver-base": "9.0.6" | ||
"@pnpm/resolver-base": "9.1.0" | ||
}, | ||
@@ -33,0 +33,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
4761
69