@yarnpkg/nm 4.0.4 → 4.0.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/hoist.js +0 -1
  2. package/package.json +7 -5
package/lib/hoist.js CHANGED
@@ -807,7 +807,6 @@ const MAX_NODES_TO_DUMP = 50000;
807
807
  *
808
808
  * @returns sorted node_modules tree
809
809
  */
810
- // eslint-disable-next-line @typescript-eslint/no-unused-vars
811
810
  const dumpDepTree = (tree) => {
812
811
  let nodeCount = 0;
813
812
  const dumpPackage = (pkg, parents, prefix = ``) => {
package/package.json CHANGED
@@ -1,17 +1,18 @@
1
1
  {
2
2
  "name": "@yarnpkg/nm",
3
- "version": "4.0.4",
3
+ "version": "4.0.6",
4
4
  "license": "BSD-2-Clause",
5
5
  "main": "./lib/index.js",
6
6
  "exports": {
7
7
  ".": "./lib/index.js",
8
+ "./hoist": "./lib/hoist.js",
8
9
  "./package.json": "./package.json"
9
10
  },
10
11
  "sideEffects": false,
11
12
  "dependencies": {
12
- "@yarnpkg/core": "^4.1.4",
13
- "@yarnpkg/fslib": "^3.1.0",
14
- "@yarnpkg/pnp": "^4.0.6"
13
+ "@yarnpkg/core": "^4.2.1",
14
+ "@yarnpkg/fslib": "^3.1.2",
15
+ "@yarnpkg/pnp": "^4.0.9"
15
16
  },
16
17
  "scripts": {
17
18
  "postpack": "rm -rf lib",
@@ -23,6 +24,7 @@
23
24
  "main": "./lib/index.js",
24
25
  "exports": {
25
26
  ".": "./lib/index.js",
27
+ "./hoist": "./lib/hoist.js",
26
28
  "./package.json": "./package.json"
27
29
  }
28
30
  },
@@ -31,7 +33,7 @@
31
33
  ],
32
34
  "repository": {
33
35
  "type": "git",
34
- "url": "ssh://git@github.com/yarnpkg/berry.git",
36
+ "url": "git+https://github.com/yarnpkg/berry.git",
35
37
  "directory": "packages/yarnpkg-nm"
36
38
  },
37
39
  "engines": {