isomorphic-git 1.38.0 → 1.38.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.
package/README.md CHANGED
@@ -305,6 +305,26 @@ Code Review AI provided by:
305
305
  </picture>
306
306
  </a>
307
307
 
308
+ DNS provided by:
309
+
310
+ <a href="https://www.cloudflare.com/" target="_blank" rel="noopener">
311
+ <picture>
312
+ <source media="(prefers-color-scheme: dark)" srcset="https://github.com/isomorphic-git/isomorphic-git/blob/main/.github/images/cloudflare-dark.svg?raw=true" />
313
+ <source media="(prefers-color-scheme: light)" srcset="https://github.com/isomorphic-git/isomorphic-git/blob/main/.github/images/cloudflare-light.svg?raw=true" />
314
+ <img alt="CloudFlare logo" src="https://github.com/isomorphic-git/isomorphic-git/blob/main/.github/images/cloudflare-light.svg?raw=true" height="40" />
315
+ </picture>
316
+ </a>
317
+
318
+ Hosting (for CORS) provided by:
319
+
320
+ <a href="https://www.clever.cloud/" target="_blank" rel="noopener">
321
+ <picture>
322
+ <source media="(prefers-color-scheme: dark)" srcset="https://github.com/isomorphic-git/isomorphic-git/blob/main/.github/images/clever-cloud-dark.svg?raw=true" />
323
+ <source media="(prefers-color-scheme: light)" srcset="https://github.com/isomorphic-git/isomorphic-git/blob/main/.github/images/clever-cloud-light.svg?raw=true" />
324
+ <img alt="Clever Cloud logo" src="https://github.com/isomorphic-git/isomorphic-git/blob/main/.github/images/clever-cloud-light.svg?raw=true" height="40" />
325
+ </picture>
326
+ </a>
327
+
308
328
  ## Contributors
309
329
 
310
330
  Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
package/index.cjs CHANGED
@@ -9350,8 +9350,8 @@ function filterCapabilities(server, client) {
9350
9350
 
9351
9351
  const pkg = {
9352
9352
  name: 'isomorphic-git',
9353
- version: '1.38.0',
9354
- agent: 'git/isomorphic-git@1.38.0',
9353
+ version: '1.38.2',
9354
+ agent: 'git/isomorphic-git@1.38.2',
9355
9355
  };
9356
9356
 
9357
9357
  class FIFO {
package/index.js CHANGED
@@ -9337,8 +9337,8 @@ function filterCapabilities(server, client) {
9337
9337
 
9338
9338
  const pkg = {
9339
9339
  name: 'isomorphic-git',
9340
- version: '1.38.0',
9341
- agent: 'git/isomorphic-git@1.38.0',
9340
+ version: '1.38.2',
9341
+ agent: 'git/isomorphic-git@1.38.2',
9342
9342
  };
9343
9343
 
9344
9344
  class FIFO {