pacote 21.4.0 → 21.5.0

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/registry.js +1 -0
  2. package/package.json +3 -3
package/lib/registry.js CHANGED
@@ -342,6 +342,7 @@ class RegistryFetcher extends Fetcher {
342
342
  }
343
343
  }
344
344
  mani._attestations = dist.attestations
345
+ mani._attestationBundles = attestations
345
346
  } else {
346
347
  mani._attestations = dist.attestations
347
348
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pacote",
3
- "version": "21.4.0",
3
+ "version": "21.5.0",
4
4
  "description": "JavaScript package downloader",
5
5
  "author": "GitHub Inc.",
6
6
  "bin": {
@@ -28,7 +28,7 @@
28
28
  "devDependencies": {
29
29
  "@npmcli/arborist": "^9.0.2",
30
30
  "@npmcli/eslint-config": "^6.0.0",
31
- "@npmcli/template-oss": "4.28.0",
31
+ "@npmcli/template-oss": "4.29.0",
32
32
  "hosted-git-info": "^9.0.0",
33
33
  "mutate-fs": "^2.1.1",
34
34
  "nock": "^13.2.4",
@@ -73,7 +73,7 @@
73
73
  },
74
74
  "templateOSS": {
75
75
  "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
76
- "version": "4.28.0",
76
+ "version": "4.29.0",
77
77
  "windowsCI": false,
78
78
  "publish": "true"
79
79
  }