pacote 13.0.1 → 13.0.2

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/git.js +1 -0
  2. package/package.json +2 -2
package/lib/git.js CHANGED
@@ -159,6 +159,7 @@ class GitFetcher extends Fetcher {
159
159
  scripts.build ||
160
160
  scripts.preinstall ||
161
161
  scripts.install ||
162
+ scripts.prepack ||
162
163
  scripts.prepare))) {
163
164
  return
164
165
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pacote",
3
- "version": "13.0.1",
3
+ "version": "13.0.2",
4
4
  "description": "JavaScript package downloader",
5
5
  "author": "GitHub Inc.",
6
6
  "bin": {
@@ -40,7 +40,7 @@
40
40
  "git"
41
41
  ],
42
42
  "dependencies": {
43
- "@npmcli/git": "^2.1.0",
43
+ "@npmcli/git": "^3.0.0",
44
44
  "@npmcli/installed-package-contents": "^1.0.7",
45
45
  "@npmcli/promise-spawn": "^1.2.0",
46
46
  "@npmcli/run-script": "^2.0.0",