isomorphic-git 1.7.3 → 1.7.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.
@@ -2,7 +2,7 @@
2
2
  "HeadlessChrome 0.0.0 (Linux 0.0.0)",
3
3
  "Firefox 78.0.0 (Ubuntu 0.0.0)",
4
4
  "Chrome Mobile 83.0.4103 (Android 0.0.0)",
5
- "Chrome 79.0.3945 (Windows 10 0.0.0)",
6
5
  "Safari 13.1.0 (Mac OS X 10.15.4)",
6
+ "Chrome 79.0.3945 (Windows 10 0.0.0)",
7
7
  "Mobile Safari 13.0.0 (iOS 13.0.0)"
8
8
  ]
package/index.cjs CHANGED
@@ -6700,8 +6700,8 @@ function filterCapabilities(server, client) {
6700
6700
 
6701
6701
  const pkg = {
6702
6702
  name: 'isomorphic-git',
6703
- version: '1.7.3',
6704
- agent: 'git/isomorphic-git@1.7.3',
6703
+ version: '1.7.4',
6704
+ agent: 'git/isomorphic-git@1.7.4',
6705
6705
  };
6706
6706
 
6707
6707
  class FIFO {
@@ -9134,6 +9134,7 @@ async function getRemoteInfo({
9134
9134
  assertParameter('http', http);
9135
9135
  assertParameter('url', url);
9136
9136
 
9137
+ const GitRemoteHTTP = GitRemoteManager.getRemoteHelperFor({ url });
9137
9138
  const remote = await GitRemoteHTTP.discover({
9138
9139
  http,
9139
9140
  onAuth,
@@ -9284,6 +9285,7 @@ async function getRemoteInfo2({
9284
9285
  assertParameter('http', http);
9285
9286
  assertParameter('url', url);
9286
9287
 
9288
+ const GitRemoteHTTP = GitRemoteManager.getRemoteHelperFor({ url });
9287
9289
  const remote = await GitRemoteHTTP.discover({
9288
9290
  http,
9289
9291
  onAuth,
package/index.js CHANGED
@@ -6694,8 +6694,8 @@ function filterCapabilities(server, client) {
6694
6694
 
6695
6695
  const pkg = {
6696
6696
  name: 'isomorphic-git',
6697
- version: '1.7.3',
6698
- agent: 'git/isomorphic-git@1.7.3',
6697
+ version: '1.7.4',
6698
+ agent: 'git/isomorphic-git@1.7.4',
6699
6699
  };
6700
6700
 
6701
6701
  class FIFO {
@@ -9128,6 +9128,7 @@ async function getRemoteInfo({
9128
9128
  assertParameter('http', http);
9129
9129
  assertParameter('url', url);
9130
9130
 
9131
+ const GitRemoteHTTP = GitRemoteManager.getRemoteHelperFor({ url });
9131
9132
  const remote = await GitRemoteHTTP.discover({
9132
9133
  http,
9133
9134
  onAuth,
@@ -9278,6 +9279,7 @@ async function getRemoteInfo2({
9278
9279
  assertParameter('http', http);
9279
9280
  assertParameter('url', url);
9280
9281
 
9282
+ const GitRemoteHTTP = GitRemoteManager.getRemoteHelperFor({ url });
9281
9283
  const remote = await GitRemoteHTTP.discover({
9282
9284
  http,
9283
9285
  onAuth,