@yarnpkg/plugin-pnp 4.0.7 → 4.0.8
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/PnpLinker.js +0 -3
- package/package.json +6 -6
package/lib/PnpLinker.js
CHANGED
|
@@ -200,9 +200,6 @@ class PnpInstaller {
|
|
|
200
200
|
discardFromLookup: false,
|
|
201
201
|
});
|
|
202
202
|
}
|
|
203
|
-
this.packageRegistry.set(null, new Map([
|
|
204
|
-
[null, this.getPackageInformation(this.opts.project.topLevelWorkspace.anchoredLocator)],
|
|
205
|
-
]));
|
|
206
203
|
const pnpFallbackMode = this.opts.project.configuration.get(`pnpFallbackMode`);
|
|
207
204
|
const dependencyTreeRoots = this.opts.project.workspaces.map(({ anchoredLocator }) => ({ name: core_1.structUtils.stringifyIdent(anchoredLocator), reference: anchoredLocator.reference }));
|
|
208
205
|
const enableTopLevelFallback = pnpFallbackMode !== `none`;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yarnpkg/plugin-pnp",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.8",
|
|
4
4
|
"license": "BSD-2-Clause",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"exports": {
|
|
@@ -10,19 +10,19 @@
|
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@yarnpkg/fslib": "^3.1.2",
|
|
12
12
|
"@yarnpkg/plugin-stage": "^4.0.1",
|
|
13
|
-
"@yarnpkg/pnp": "^4.0.
|
|
13
|
+
"@yarnpkg/pnp": "^4.0.10",
|
|
14
14
|
"clipanion": "^4.0.0-rc.2",
|
|
15
15
|
"micromatch": "^4.0.2",
|
|
16
16
|
"tslib": "^2.4.0"
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|
|
19
|
-
"@yarnpkg/cli": "^4.
|
|
20
|
-
"@yarnpkg/core": "^4.
|
|
19
|
+
"@yarnpkg/cli": "^4.8.0",
|
|
20
|
+
"@yarnpkg/core": "^4.3.0"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@types/micromatch": "^4.0.1",
|
|
24
|
-
"@yarnpkg/cli": "^4.
|
|
25
|
-
"@yarnpkg/core": "^4.
|
|
24
|
+
"@yarnpkg/cli": "^4.8.0",
|
|
25
|
+
"@yarnpkg/core": "^4.3.0"
|
|
26
26
|
},
|
|
27
27
|
"repository": {
|
|
28
28
|
"type": "git",
|