pacote 18.0.2 → 18.0.4

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/bin.js +1 -0
  2. package/package.json +5 -5
package/lib/bin.js CHANGED
@@ -1,4 +1,5 @@
1
1
  #!/usr/bin/env node
2
+ /* eslint-disable no-console */
2
3
 
3
4
  const run = conf => {
4
5
  const pacote = require('../')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pacote",
3
- "version": "18.0.2",
3
+ "version": "18.0.4",
4
4
  "description": "JavaScript package downloader",
5
5
  "author": "GitHub Inc.",
6
6
  "bin": {
@@ -27,7 +27,7 @@
27
27
  "devDependencies": {
28
28
  "@npmcli/arborist": "^7.1.0",
29
29
  "@npmcli/eslint-config": "^4.0.0",
30
- "@npmcli/template-oss": "4.21.4",
30
+ "@npmcli/template-oss": "4.22.0",
31
31
  "hosted-git-info": "^7.0.0",
32
32
  "mutate-fs": "^2.1.1",
33
33
  "nock": "^13.2.4",
@@ -55,7 +55,7 @@
55
55
  "npm-package-arg": "^11.0.0",
56
56
  "npm-packlist": "^8.0.0",
57
57
  "npm-pick-manifest": "^9.0.0",
58
- "npm-registry-fetch": "^16.0.0",
58
+ "npm-registry-fetch": "^17.0.0",
59
59
  "proc-log": "^4.0.0",
60
60
  "promise-retry": "^2.0.1",
61
61
  "sigstore": "^2.2.0",
@@ -67,11 +67,11 @@
67
67
  },
68
68
  "repository": {
69
69
  "type": "git",
70
- "url": "https://github.com/npm/pacote.git"
70
+ "url": "git+https://github.com/npm/pacote.git"
71
71
  },
72
72
  "templateOSS": {
73
73
  "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
74
- "version": "4.21.4",
74
+ "version": "4.22.0",
75
75
  "windowsCI": false,
76
76
  "publish": "true"
77
77
  }