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.
@@ -261,7 +261,7 @@ pendingBuilds:
261
261
  - /node-gyp/9.4.0
262
262
  - /encoding/0.1.13
263
263
  - /@pkgjs/parseargs/0.11.0
264
- prunedAt: Mon, 17 Jul 2023 09:39:16 GMT
264
+ prunedAt: Tue, 18 Jul 2023 10:42:09 GMT
265
265
  publicHoistPattern:
266
266
  - '*eslint*'
267
267
  - '*prettier*'
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.8" : "0.0.0"
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, noGitPlus: true }) ?? hosted.ssh({ 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.auth ? fetchSpec : hosted.shortcut(),
110478
+ normalizedPref: hosted.shortcut(),
110479
110479
  ...setGitCommittish(hosted.committish)
110480
110480
  };
110481
110481
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pnpm",
3
3
  "description": "Fast, disk space efficient package manager",
4
- "version": "8.6.8",
4
+ "version": "8.6.9",
5
5
  "bin": {
6
6
  "pnpm": "bin/pnpm.cjs",
7
7
  "pnpx": "bin/pnpx.cjs"