isomorphic-git 1.38.1 → 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
@@ -315,6 +315,16 @@ DNS provided by:
315
315
  </picture>
316
316
  </a>
317
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
+
318
328
  ## Contributors
319
329
 
320
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.1',
9354
- agent: 'git/isomorphic-git@1.38.1',
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.1',
9341
- agent: 'git/isomorphic-git@1.38.1',
9340
+ version: '1.38.2',
9341
+ agent: 'git/isomorphic-git@1.38.2',
9342
9342
  };
9343
9343
 
9344
9344
  class FIFO {