@yarnpkg/plugin-pnp 3.2.4 → 3.2.6

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.
Files changed (2) hide show
  1. package/lib/PnpLinker.js +1 -0
  2. package/package.json +7 -7
package/lib/PnpLinker.js CHANGED
@@ -199,6 +199,7 @@ class PnpInstaller {
199
199
  await fslib_1.xfs.removePromise(pnpPath.cjs);
200
200
  await fslib_1.xfs.removePromise(this.opts.project.configuration.get(`pnpDataPath`));
201
201
  await fslib_1.xfs.removePromise(pnpPath.esmLoader);
202
+ await fslib_1.xfs.removePromise(this.opts.project.configuration.get(`pnpUnpluggedFolder`));
202
203
  return undefined;
203
204
  }
204
205
  for (const { locator, location } of this.virtualTemplates.values()) {
package/package.json CHANGED
@@ -1,26 +1,26 @@
1
1
  {
2
2
  "name": "@yarnpkg/plugin-pnp",
3
- "version": "3.2.4",
3
+ "version": "3.2.6",
4
4
  "license": "BSD-2-Clause",
5
5
  "main": "./lib/index.js",
6
6
  "dependencies": {
7
7
  "@types/semver": "^7.1.0",
8
- "@yarnpkg/fslib": "^2.8.0",
8
+ "@yarnpkg/fslib": "^2.10.0",
9
9
  "@yarnpkg/plugin-stage": "^3.1.3",
10
- "@yarnpkg/pnp": "^3.2.4",
10
+ "@yarnpkg/pnp": "^3.2.6",
11
11
  "clipanion": "3.2.0-rc.4",
12
12
  "micromatch": "^4.0.2",
13
13
  "semver": "^7.1.2",
14
14
  "tslib": "^1.13.0"
15
15
  },
16
16
  "peerDependencies": {
17
- "@yarnpkg/cli": "^3.2.4",
18
- "@yarnpkg/core": "^3.2.5"
17
+ "@yarnpkg/cli": "^3.3.1",
18
+ "@yarnpkg/core": "^3.3.1"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@types/micromatch": "^4.0.1",
22
- "@yarnpkg/cli": "^3.2.4",
23
- "@yarnpkg/core": "^3.2.5"
22
+ "@yarnpkg/cli": "^3.3.1",
23
+ "@yarnpkg/core": "^3.3.1"
24
24
  },
25
25
  "repository": {
26
26
  "type": "git",