@pnpm/store-controller-types
Advanced tools
Comparing version 18.1.0 to 18.1.1
@@ -26,10 +26,8 @@ import { type PkgResolutionId, type DirectoryResolution, type PreferredVersions, type Resolution, type WantedDependency, type WorkspacePackages } from '@pnpm/resolver-base'; | ||
} | ||
export type FetchPackageToStoreFunction = (opts: FetchPackageToStoreOptions) => { | ||
export interface FetchResponse { | ||
filesIndexFile: string; | ||
fetching: () => Promise<PkgRequestFetchResult>; | ||
}; | ||
export type FetchPackageToStoreFunctionAsync = (opts: FetchPackageToStoreOptions) => Promise<{ | ||
filesIndexFile: string; | ||
fetching: () => Promise<PkgRequestFetchResult>; | ||
}>; | ||
} | ||
export type FetchPackageToStoreFunction = (opts: FetchPackageToStoreOptions) => FetchResponse; | ||
export type FetchPackageToStoreFunctionAsync = (opts: FetchPackageToStoreOptions) => Promise<FetchResponse>; | ||
export type GetFilesIndexFilePath = (opts: Pick<FetchPackageToStoreOptions, 'pkg' | 'ignoreScripts'>) => { | ||
@@ -36,0 +34,0 @@ filesIndexFile: string; |
{ | ||
"name": "@pnpm/store-controller-types", | ||
"version": "18.1.0", | ||
"version": "18.1.1", | ||
"description": "Types for the store controller", | ||
@@ -26,5 +26,5 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@pnpm/fetcher-base": "16.0.1", | ||
"@pnpm/resolver-base": "12.0.1", | ||
"@pnpm/types": "10.1.0" | ||
"@pnpm/fetcher-base": "16.0.2", | ||
"@pnpm/types": "10.1.1", | ||
"@pnpm/resolver-base": "12.0.2" | ||
}, | ||
@@ -34,3 +34,3 @@ "funding": "https://opencollective.com/pnpm", | ||
"@pnpm/cafs-types": "5.0.0", | ||
"@pnpm/store-controller-types": "18.1.0" | ||
"@pnpm/store-controller-types": "18.1.1" | ||
}, | ||
@@ -37,0 +37,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
7962
136
+ Added@pnpm/fetcher-base@16.0.2(transitive)
+ Added@pnpm/resolver-base@12.0.2(transitive)
+ Added@pnpm/types@10.1.1(transitive)
- Removed@pnpm/fetcher-base@16.0.1(transitive)
- Removed@pnpm/resolver-base@12.0.1(transitive)
- Removed@pnpm/types@10.1.0(transitive)
Updated@pnpm/fetcher-base@16.0.2
Updated@pnpm/resolver-base@12.0.2
Updated@pnpm/types@10.1.1