diff --git a/.yarn/versions/42bf536b.yml b/.yarn/versions/42bf536b.yml new file mode 100644 index 000000000000..6c24923445d8 --- /dev/null +++ b/.yarn/versions/42bf536b.yml @@ -0,0 +1,36 @@ +releases: + "@yarnpkg/core": patch + +declined: + - "@yarnpkg/plugin-catalog" + - "@yarnpkg/plugin-compat" + - "@yarnpkg/plugin-constraints" + - "@yarnpkg/plugin-dlx" + - "@yarnpkg/plugin-essentials" + - "@yarnpkg/plugin-exec" + - "@yarnpkg/plugin-file" + - "@yarnpkg/plugin-git" + - "@yarnpkg/plugin-github" + - "@yarnpkg/plugin-http" + - "@yarnpkg/plugin-init" + - "@yarnpkg/plugin-interactive-tools" + - "@yarnpkg/plugin-jsr" + - "@yarnpkg/plugin-link" + - "@yarnpkg/plugin-nm" + - "@yarnpkg/plugin-npm" + - "@yarnpkg/plugin-npm-cli" + - "@yarnpkg/plugin-pack" + - "@yarnpkg/plugin-patch" + - "@yarnpkg/plugin-pnp" + - "@yarnpkg/plugin-pnpm" + - "@yarnpkg/plugin-stage" + - "@yarnpkg/plugin-typescript" + - "@yarnpkg/plugin-version" + - "@yarnpkg/plugin-workspace-tools" + - "@yarnpkg/builder" + - "@yarnpkg/cli" + - "@yarnpkg/doctor" + - "@yarnpkg/extensions" + - "@yarnpkg/nm" + - "@yarnpkg/pnpify" + - "@yarnpkg/sdks" diff --git a/packages/yarnpkg-core/sources/index.ts b/packages/yarnpkg-core/sources/index.ts index 50eab00a093b..b74a2ef258b2 100644 --- a/packages/yarnpkg-core/sources/index.ts +++ b/packages/yarnpkg-core/sources/index.ts @@ -28,7 +28,7 @@ export type {AllDependencies, HardDependencies, DependencyMeta, PeerDependencyMe export {MessageName, parseMessageName, stringifyMessageName} from './MessageName'; export {MultiFetcher} from './MultiFetcher'; export type {CommandContext, Hooks, Plugin, PluginMeta, WrapNetworkRequestInfo} from './Plugin'; -export type {PeerRequirement, PeerWarning, PeerRequestNode} from './Project'; +export type {PeerRequirement, PeerWarning, PeerRequestNode, InstallOptions} from './Project'; export {LOCKFILE_VERSION, PeerWarningType, Project, InstallMode} from './Project'; export {ReportError, Report} from './Report'; export type {Resolver, ResolveOptions, MinimalResolveOptions} from './Resolver';