@yarnpkg/plugin-pnpm 2.0.0-rc.26 → 2.0.0-rc.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/PnpmLinker.js CHANGED
@@ -179,7 +179,7 @@ class PnpmInstaller {
179
179
  }
180
180
  }
181
181
  await fslib_1.xfs.mkdirpPromise(fslib_1.ppath.dirname(depDstPath));
182
- if (process.platform == `win32`) {
182
+ if (process.platform == `win32` && this.opts.project.configuration.get(`winLinkType`) === core_1.WindowsLinkType.JUNCTIONS) {
183
183
  await fslib_1.xfs.symlinkPromise(depSrcPaths.packageLocation, depDstPath, `junction`);
184
184
  }
185
185
  else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yarnpkg/plugin-pnpm",
3
- "version": "2.0.0-rc.26",
3
+ "version": "2.0.0-rc.28",
4
4
  "license": "BSD-2-Clause",
5
5
  "main": "./lib/index.js",
6
6
  "exports": {
@@ -8,20 +8,20 @@
8
8
  "./package.json": "./package.json"
9
9
  },
10
10
  "dependencies": {
11
- "@yarnpkg/fslib": "^3.0.0-rc.26",
12
- "@yarnpkg/plugin-pnp": "^4.0.0-rc.26",
13
- "@yarnpkg/plugin-stage": "^4.0.0-rc.26",
11
+ "@yarnpkg/fslib": "^3.0.0-rc.28",
12
+ "@yarnpkg/plugin-pnp": "^4.0.0-rc.28",
13
+ "@yarnpkg/plugin-stage": "^4.0.0-rc.28",
14
14
  "clipanion": "^3.2.0-rc.10",
15
15
  "p-limit": "^2.2.0",
16
16
  "tslib": "^2.4.0"
17
17
  },
18
18
  "peerDependencies": {
19
- "@yarnpkg/cli": "^4.0.0-rc.26",
20
- "@yarnpkg/core": "^4.0.0-rc.26"
19
+ "@yarnpkg/cli": "^4.0.0-rc.28",
20
+ "@yarnpkg/core": "^4.0.0-rc.28"
21
21
  },
22
22
  "devDependencies": {
23
- "@yarnpkg/cli": "^4.0.0-rc.26",
24
- "@yarnpkg/core": "^4.0.0-rc.26"
23
+ "@yarnpkg/cli": "^4.0.0-rc.28",
24
+ "@yarnpkg/core": "^4.0.0-rc.28"
25
25
  },
26
26
  "repository": {
27
27
  "type": "git",