mirror of
https://github.com/pnpm/pnpm.git
synced 2026-04-16 05:00:30 -04:00
fix(core): should export peer dependency issue types
This commit is contained in:
5
.changeset/few-spoons-reflect.md
Normal file
5
.changeset/few-spoons-reflect.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"@pnpm/core": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Export peer dependency issue types.
|
||||||
@@ -1,4 +1,11 @@
|
|||||||
export { PackageManifest } from '@pnpm/types'
|
export {
|
||||||
|
BadPeerDependencyIssue,
|
||||||
|
MissingPeerDependencyIssue,
|
||||||
|
MissingPeerIssuesByPeerName,
|
||||||
|
PackageManifest,
|
||||||
|
PeerDependencyIssues,
|
||||||
|
PeerDependencyIssuesByProjects,
|
||||||
|
} from '@pnpm/types'
|
||||||
export * from './api'
|
export * from './api'
|
||||||
|
|
||||||
export { ProjectOptions, UnexpectedStoreError, UnexpectedVirtualStoreDirError } from '@pnpm/get-context'
|
export { ProjectOptions, UnexpectedStoreError, UnexpectedVirtualStoreDirError } from '@pnpm/get-context'
|
||||||
|
|||||||
Reference in New Issue
Block a user