@npmcli/arborist 6.0.0-pre.2 → 6.0.0-pre.3

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.
@@ -833,6 +833,7 @@ This is a one-time fix-up, please be patient...
833
833
  await cacache.tmp.withTmp(this.cache, opt, async path => {
834
834
  await pacote.extract(node.resolved, path, {
835
835
  ...opt,
836
+ Arborist,
836
837
  resolved: node.resolved,
837
838
  integrity: node.integrity,
838
839
  })
@@ -676,6 +676,7 @@ module.exports = cls => class Reifier extends cls {
676
676
  })
677
677
  await pacote.extract(res, node.path, {
678
678
  ...this.options,
679
+ Arborist: this.constructor,
679
680
  resolved: node.resolved,
680
681
  integrity: node.integrity,
681
682
  })
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@npmcli/arborist",
3
- "version": "6.0.0-pre.2",
3
+ "version": "6.0.0-pre.3",
4
4
  "description": "Manage node_modules trees",
5
5
  "dependencies": {
6
6
  "@isaacs/string-locale-compare": "^1.1.0",
7
7
  "@npmcli/installed-package-contents": "^1.0.7",
8
8
  "@npmcli/map-workspaces": "^2.0.3",
9
- "@npmcli/metavuln-calculator": "^3.0.1",
9
+ "@npmcli/metavuln-calculator": "^4.0.0-pre.0",
10
10
  "@npmcli/move-file": "^2.0.0",
11
11
  "@npmcli/name-from-folder": "^1.0.1",
12
12
  "@npmcli/node-gyp": "^2.0.0",
@@ -27,7 +27,7 @@
27
27
  "npm-pick-manifest": "^7.0.2",
28
28
  "npm-registry-fetch": "^13.0.0",
29
29
  "npmlog": "^6.0.2",
30
- "pacote": "^13.6.1",
30
+ "pacote": "^14.0.0-pre.3",
31
31
  "parse-conflict-json": "^2.0.1",
32
32
  "proc-log": "^2.0.0",
33
33
  "promise-all-reject-late": "^1.0.0",