isomorphic-git 1.38.1 → 1.38.3
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 +10 -0
- package/index.cjs +3 -3
- package/index.js +3 -3
- package/index.umd.min.js +1 -1
- package/index.umd.min.js.map +1 -1
- package/managers/index.cjs +1 -1
- package/managers/index.js +1 -1
- package/managers/index.umd.min.js +1 -1
- package/managers/index.umd.min.js.map +1 -1
- package/package.json +1 -1
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
|
@@ -402,7 +402,7 @@ class InternalError extends BaseError {
|
|
|
402
402
|
*/
|
|
403
403
|
constructor(message) {
|
|
404
404
|
super(
|
|
405
|
-
`An internal error caused this command to fail.\n\nIf you're
|
|
405
|
+
`An internal error caused this command to fail.\n\nIf you're using an application that depends on isomorphic-git, please report this error to that application's developers.\n\nIf you're a developer and you believe this is a bug in isomorphic-git, please file an issue at https://github.com/isomorphic-git/isomorphic-git/issues with a minimal reproduction, version and environment details, and this error message: ${message}`
|
|
406
406
|
);
|
|
407
407
|
this.code = this.name = InternalError.code;
|
|
408
408
|
this.data = { message };
|
|
@@ -9350,8 +9350,8 @@ function filterCapabilities(server, client) {
|
|
|
9350
9350
|
|
|
9351
9351
|
const pkg = {
|
|
9352
9352
|
name: 'isomorphic-git',
|
|
9353
|
-
version: '1.38.
|
|
9354
|
-
agent: 'git/isomorphic-git@1.38.
|
|
9353
|
+
version: '1.38.3',
|
|
9354
|
+
agent: 'git/isomorphic-git@1.38.3',
|
|
9355
9355
|
};
|
|
9356
9356
|
|
|
9357
9357
|
class FIFO {
|
package/index.js
CHANGED
|
@@ -395,7 +395,7 @@ class InternalError extends BaseError {
|
|
|
395
395
|
*/
|
|
396
396
|
constructor(message) {
|
|
397
397
|
super(
|
|
398
|
-
`An internal error caused this command to fail.\n\nIf you're
|
|
398
|
+
`An internal error caused this command to fail.\n\nIf you're using an application that depends on isomorphic-git, please report this error to that application's developers.\n\nIf you're a developer and you believe this is a bug in isomorphic-git, please file an issue at https://github.com/isomorphic-git/isomorphic-git/issues with a minimal reproduction, version and environment details, and this error message: ${message}`
|
|
399
399
|
);
|
|
400
400
|
this.code = this.name = InternalError.code;
|
|
401
401
|
this.data = { message };
|
|
@@ -9337,8 +9337,8 @@ function filterCapabilities(server, client) {
|
|
|
9337
9337
|
|
|
9338
9338
|
const pkg = {
|
|
9339
9339
|
name: 'isomorphic-git',
|
|
9340
|
-
version: '1.38.
|
|
9341
|
-
agent: 'git/isomorphic-git@1.38.
|
|
9340
|
+
version: '1.38.3',
|
|
9341
|
+
agent: 'git/isomorphic-git@1.38.3',
|
|
9342
9342
|
};
|
|
9343
9343
|
|
|
9344
9344
|
class FIFO {
|