@yarnpkg/plugin-pnp 4.0.0-rc.36 → 4.0.0-rc.37

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.
@@ -132,7 +132,6 @@ class UnplugCommand extends cli_1.BaseCommand {
132
132
  return report.exitCode();
133
133
  }
134
134
  }
135
- exports.default = UnplugCommand;
136
135
  UnplugCommand.paths = [
137
136
  [`unplug`],
138
137
  ];
@@ -172,3 +171,4 @@ UnplugCommand.usage = clipanion_1.Command.Usage({
172
171
  `yarn unplug -R '*'`,
173
172
  ]],
174
173
  });
174
+ exports.default = UnplugCommand;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yarnpkg/plugin-pnp",
3
- "version": "4.0.0-rc.36",
3
+ "version": "4.0.0-rc.37",
4
4
  "stableVersion": "3.2.6",
5
5
  "license": "BSD-2-Clause",
6
6
  "main": "./lib/index.js",
@@ -10,22 +10,22 @@
10
10
  },
11
11
  "dependencies": {
12
12
  "@types/semver": "^7.1.0",
13
- "@yarnpkg/fslib": "^3.0.0-rc.36",
14
- "@yarnpkg/plugin-stage": "^4.0.0-rc.36",
15
- "@yarnpkg/pnp": "^4.0.0-rc.36",
13
+ "@yarnpkg/fslib": "^3.0.0-rc.37",
14
+ "@yarnpkg/plugin-stage": "^4.0.0-rc.37",
15
+ "@yarnpkg/pnp": "^4.0.0-rc.37",
16
16
  "clipanion": "^3.2.0-rc.10",
17
17
  "micromatch": "^4.0.2",
18
18
  "semver": "^7.1.2",
19
19
  "tslib": "^2.4.0"
20
20
  },
21
21
  "peerDependencies": {
22
- "@yarnpkg/cli": "^4.0.0-rc.36",
23
- "@yarnpkg/core": "^4.0.0-rc.36"
22
+ "@yarnpkg/cli": "^4.0.0-rc.37",
23
+ "@yarnpkg/core": "^4.0.0-rc.37"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@types/micromatch": "^4.0.1",
27
- "@yarnpkg/cli": "^4.0.0-rc.36",
28
- "@yarnpkg/core": "^4.0.0-rc.36"
27
+ "@yarnpkg/cli": "^4.0.0-rc.37",
28
+ "@yarnpkg/core": "^4.0.0-rc.37"
29
29
  },
30
30
  "repository": {
31
31
  "type": "git",