pnpm 8.6.8 → 8.6.9
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.
- package/dist/node_modules/.modules.yaml +1 -1
- package/dist/pnpm.cjs +3 -3
- package/package.json +1 -1
package/dist/pnpm.cjs
CHANGED
|
@@ -3249,7 +3249,7 @@ var require_lib4 = __commonJS({
|
|
|
3249
3249
|
var load_json_file_1 = __importDefault3(require_load_json_file());
|
|
3250
3250
|
var defaultManifest = {
|
|
3251
3251
|
name: true ? "pnpm" : "pnpm",
|
|
3252
|
-
version: true ? "8.6.
|
|
3252
|
+
version: true ? "8.6.9" : "0.0.0"
|
|
3253
3253
|
};
|
|
3254
3254
|
var pkgJson;
|
|
3255
3255
|
if (require.main == null) {
|
|
@@ -110436,7 +110436,7 @@ var require_parsePref = __commonJS({
|
|
|
110436
110436
|
}
|
|
110437
110437
|
async function fromHostedGit(hosted) {
|
|
110438
110438
|
let fetchSpec = null;
|
|
110439
|
-
const gitUrl = hosted.https({ noCommittish: true
|
|
110439
|
+
const gitUrl = hosted.https({ noCommittish: true }) ?? hosted.ssh({ noCommittish: true });
|
|
110440
110440
|
if (gitUrl && await accessRepository(gitUrl)) {
|
|
110441
110441
|
fetchSpec = gitUrl;
|
|
110442
110442
|
}
|
|
@@ -110475,7 +110475,7 @@ var require_parsePref = __commonJS({
|
|
|
110475
110475
|
_fill: hosted._fill,
|
|
110476
110476
|
tarball: hosted.tarball
|
|
110477
110477
|
},
|
|
110478
|
-
normalizedPref: hosted.
|
|
110478
|
+
normalizedPref: hosted.shortcut(),
|
|
110479
110479
|
...setGitCommittish(hosted.committish)
|
|
110480
110480
|
};
|
|
110481
110481
|
}
|