@pnpm/resolver-base
Advanced tools
Comparing version 3.0.0 to 3.1.0
@@ -52,11 +52,7 @@ import { PackageJson } from '@pnpm/types'; | ||
alias?: string; | ||
pref?: string; | ||
} & ({ | ||
alias: string; | ||
pref: string; | ||
} | { | ||
alias: string; | ||
} | { | ||
pref: string; | ||
}); | ||
pref?: string; | ||
}; | ||
export declare type ResolveFunction = (wantedDependency: WantedDependency, opts: ResolveOptions) => Promise<ResolveResult>; |
{ | ||
"name": "@pnpm/resolver-base", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"description": "Types for pnpm-compatible resolvers", | ||
@@ -37,4 +37,4 @@ "main": "lib/index.js", | ||
"rimraf": "^2.6.2", | ||
"tslint": "^5.9.1", | ||
"typescript": "^3.0.0" | ||
"tslint": "5.15.0", | ||
"typescript": "3.4.3" | ||
}, | ||
@@ -41,0 +41,0 @@ "mos": { |
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
4636
59