@yarnpkg/plugin-link
Advanced tools
Comparing version 2.2.0-rc.7 to 2.2.0-rc.8
@@ -50,2 +50,3 @@ "use strict"; | ||
linkType: core_2.LinkType.SOFT, | ||
conditions: manifest.getConditions(), | ||
dependencies: new Map([...manifest.dependencies]), | ||
@@ -52,0 +53,0 @@ peerDependencies: manifest.peerDependencies, |
@@ -16,2 +16,3 @@ import { Resolver, ResolveOptions, MinimalResolveOptions } from '@yarnpkg/core'; | ||
linkType: LinkType; | ||
conditions: null; | ||
dependencies: Map<any, any>; | ||
@@ -18,0 +19,0 @@ peerDependencies: Map<any, any>; |
@@ -43,2 +43,3 @@ "use strict"; | ||
linkType: core_1.LinkType.SOFT, | ||
conditions: null, | ||
dependencies: new Map(), | ||
@@ -45,0 +46,0 @@ peerDependencies: new Map(), |
{ | ||
"name": "@yarnpkg/plugin-link", | ||
"version": "2.2.0-rc.7", | ||
"version": "2.2.0-rc.8", | ||
"license": "BSD-2-Clause", | ||
"main": "./lib/index.js", | ||
"dependencies": { | ||
"@yarnpkg/fslib": "^2.6.0-rc.10", | ||
"@yarnpkg/fslib": "^2.6.0-rc.11", | ||
"tslib": "^1.13.0" | ||
}, | ||
"peerDependencies": { | ||
"@yarnpkg/core": "^3.1.0-rc.11" | ||
"@yarnpkg/core": "^3.1.0-rc.12" | ||
}, | ||
"devDependencies": { | ||
"@yarnpkg/core": "^3.1.0-rc.11" | ||
"@yarnpkg/core": "^3.1.0-rc.12" | ||
}, | ||
@@ -16,0 +16,0 @@ "repository": { |
16046
313
Updated@yarnpkg/fslib@^2.6.0-rc.11