@yarnpkg/plugin-pnp 4.0.0-rc.34 → 4.0.0-rc.36
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 -7
- package/package.json +8 -8
package/lib/PnpLinker.js
CHANGED
|
@@ -11,13 +11,6 @@ const index_1 = require("./index");
|
|
|
11
11
|
const jsInstallUtils = tslib_1.__importStar(require("./jsInstallUtils"));
|
|
12
12
|
const pnpUtils = tslib_1.__importStar(require("./pnpUtils"));
|
|
13
13
|
const FORCED_UNPLUG_PACKAGES = new Set([
|
|
14
|
-
// Some packages do weird stuff and MUST be unplugged. I don't like them.
|
|
15
|
-
core_1.structUtils.makeIdent(null, `nan`).identHash,
|
|
16
|
-
core_1.structUtils.makeIdent(null, `node-gyp`).identHash,
|
|
17
|
-
core_1.structUtils.makeIdent(null, `node-pre-gyp`).identHash,
|
|
18
|
-
core_1.structUtils.makeIdent(null, `node-addon-api`).identHash,
|
|
19
|
-
// Those ones contain native builds (*.node), and Node loads them through dlopen
|
|
20
|
-
core_1.structUtils.makeIdent(null, `fsevents`).identHash,
|
|
21
14
|
// Contains native binaries
|
|
22
15
|
core_1.structUtils.makeIdent(null, `open`).identHash,
|
|
23
16
|
core_1.structUtils.makeIdent(null, `opn`).identHash,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yarnpkg/plugin-pnp",
|
|
3
|
-
"version": "4.0.0-rc.
|
|
3
|
+
"version": "4.0.0-rc.36",
|
|
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.
|
|
14
|
-
"@yarnpkg/plugin-stage": "^4.0.0-rc.
|
|
15
|
-
"@yarnpkg/pnp": "^4.0.0-rc.
|
|
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",
|
|
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.
|
|
23
|
-
"@yarnpkg/core": "^4.0.0-rc.
|
|
22
|
+
"@yarnpkg/cli": "^4.0.0-rc.36",
|
|
23
|
+
"@yarnpkg/core": "^4.0.0-rc.36"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@types/micromatch": "^4.0.1",
|
|
27
|
-
"@yarnpkg/cli": "^4.0.0-rc.
|
|
28
|
-
"@yarnpkg/core": "^4.0.0-rc.
|
|
27
|
+
"@yarnpkg/cli": "^4.0.0-rc.36",
|
|
28
|
+
"@yarnpkg/core": "^4.0.0-rc.36"
|
|
29
29
|
},
|
|
30
30
|
"repository": {
|
|
31
31
|
"type": "git",
|