@yarnpkg/plugin-link
Advanced tools
Comparing version 2.1.2-rc.9 to 2.1.2-rc.10
@@ -48,3 +48,3 @@ "use strict"; | ||
version: manifest.version || `0.0.0`, | ||
languageName: opts.project.configuration.get(`defaultLanguageName`), | ||
languageName: manifest.languageName || opts.project.configuration.get(`defaultLanguageName`), | ||
linkType: core_2.LinkType.SOFT, | ||
@@ -51,0 +51,0 @@ dependencies: new Map([...manifest.dependencies]), |
{ | ||
"name": "@yarnpkg/plugin-link", | ||
"version": "2.1.2-rc.9", | ||
"version": "2.1.2-rc.10", | ||
"license": "BSD-2-Clause", | ||
"main": "./lib/index.js", | ||
"dependencies": { | ||
"@yarnpkg/fslib": "^2.5.0-rc.9", | ||
"@yarnpkg/fslib": "^2.5.0-rc.10", | ||
"tslib": "^1.13.0" | ||
}, | ||
"peerDependencies": { | ||
"@yarnpkg/core": "^3.0.0-rc.9" | ||
"@yarnpkg/core": "^3.0.0-rc.10" | ||
}, | ||
"devDependencies": { | ||
"@yarnpkg/core": "3.0.0-rc.9" | ||
"@yarnpkg/core": "3.0.0-rc.10" | ||
}, | ||
@@ -16,0 +16,0 @@ "repository": { |
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
15592
Updated@yarnpkg/fslib@^2.5.0-rc.10