@yarnpkg/plugin-pnp 4.0.0-rc.34 → 4.0.0-rc.35

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 +0 -7
  2. 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.34",
3
+ "version": "4.0.0-rc.35",
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.34",
14
- "@yarnpkg/plugin-stage": "^4.0.0-rc.34",
15
- "@yarnpkg/pnp": "^4.0.0-rc.34",
13
+ "@yarnpkg/fslib": "^3.0.0-rc.35",
14
+ "@yarnpkg/plugin-stage": "^4.0.0-rc.35",
15
+ "@yarnpkg/pnp": "^4.0.0-rc.35",
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.34",
23
- "@yarnpkg/core": "^4.0.0-rc.34"
22
+ "@yarnpkg/cli": "^4.0.0-rc.35",
23
+ "@yarnpkg/core": "^4.0.0-rc.35"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@types/micromatch": "^4.0.1",
27
- "@yarnpkg/cli": "^4.0.0-rc.34",
28
- "@yarnpkg/core": "^4.0.0-rc.34"
27
+ "@yarnpkg/cli": "^4.0.0-rc.35",
28
+ "@yarnpkg/core": "^4.0.0-rc.35"
29
29
  },
30
30
  "repository": {
31
31
  "type": "git",