@pnpm/store-controller-types
Advanced tools
Comparing version 900.0.0 to 901.0.0
@@ -81,3 +81,3 @@ import { type PkgResolutionId, type DirectoryResolution, type PreferredVersions, type Resolution, type WantedDependency, type WorkspacePackages } from '@pnpm/resolver-base'; | ||
skipFetch?: boolean; | ||
update?: boolean; | ||
update?: false | 'compatible' | 'latest'; | ||
workspacePackages?: WorkspacePackages; | ||
@@ -87,3 +87,2 @@ forceResolve?: boolean; | ||
onFetchError?: OnFetchError; | ||
updateToLatest?: boolean; | ||
} | ||
@@ -90,0 +89,0 @@ export type BundledManifestFunction = () => Promise<BundledManifest | undefined>; |
{ | ||
"name": "@pnpm/store-controller-types", | ||
"version": "900.0.0", | ||
"version": "901.0.0", | ||
"description": "Types for the store controller", | ||
@@ -27,9 +27,9 @@ "main": "lib/index.js", | ||
"@pnpm/fetcher-base": "900.0.0", | ||
"@pnpm/resolver-base": "900.0.0", | ||
"@pnpm/types": "900.0.0" | ||
"@pnpm/types": "900.0.0", | ||
"@pnpm/resolver-base": "900.0.0" | ||
}, | ||
"funding": "https://opencollective.com/pnpm", | ||
"devDependencies": { | ||
"@pnpm/cafs-types": "900.0.0", | ||
"@pnpm/store-controller-types": "900.0.0" | ||
"@pnpm/store-controller-types": "901.0.0", | ||
"@pnpm/cafs-types": "900.0.0" | ||
}, | ||
@@ -36,0 +36,0 @@ "exports": { |
Sorry, the diff of this file is not supported yet
8014
135