isomorphic-git 1.34.1 → 1.34.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.
@@ -1,13 +1,10 @@
1
1
  [
2
2
  "Chrome Headless 79.0.3945.0 (Linux x86_64)",
3
3
  "Firefox 143.0 (Linux x86_64)",
4
+ "X Chrome 139.0.0.0 (Android 10)",
5
+ "Edge 79.0.309.65 (Windows 10)",
4
6
  "Mobile Safari 14.0 (iOS 14.0.1)",
5
7
  "Safari 14.1 (Mac OS 10.15.7)",
6
- "Chrome 139.0.0.0 (Android 10)",
7
- "X Edge 79.0.309.65 (Windows 10)",
8
- "X Edge 79.0.309.65 (Windows 10)",
9
- "X Edge 79.0.309.65 (Windows 10)",
10
- "X Edge 79.0.309.65 (Windows 10)",
11
8
  "Chrome Headless 79.0.3945.0 (Linux x86_64)",
12
9
  "Chrome 139.0.0.0 (Android 10)"
13
10
  ]
package/index.cjs CHANGED
@@ -403,7 +403,7 @@ class InternalError extends BaseError {
403
403
  */
404
404
  constructor(message) {
405
405
  super(
406
- `An internal error caused this command to fail. Please file a bug report at https://github.com/isomorphic-git/isomorphic-git/issues with this error message: ${message}`
406
+ `An internal error caused this command to fail.\n\nIf you're not a developer, report the bug to the developers of the application you're using. If this is a bug in isomorphic-git then you should create a proper bug yourselves. The bug should include a minimal reproduction and details about the version and environment.\n\nPlease file a bug report at https://github.com/isomorphic-git/isomorphic-git/issues with this error message: ${message}`
407
407
  );
408
408
  this.code = this.name = InternalError.code;
409
409
  this.data = { message };
@@ -8067,8 +8067,8 @@ function filterCapabilities(server, client) {
8067
8067
 
8068
8068
  const pkg = {
8069
8069
  name: 'isomorphic-git',
8070
- version: '1.34.1',
8071
- agent: 'git/isomorphic-git@1.34.1',
8070
+ version: '1.34.2',
8071
+ agent: 'git/isomorphic-git@1.34.2',
8072
8072
  };
8073
8073
 
8074
8074
  class FIFO {
package/index.js CHANGED
@@ -397,7 +397,7 @@ class InternalError extends BaseError {
397
397
  */
398
398
  constructor(message) {
399
399
  super(
400
- `An internal error caused this command to fail. Please file a bug report at https://github.com/isomorphic-git/isomorphic-git/issues with this error message: ${message}`
400
+ `An internal error caused this command to fail.\n\nIf you're not a developer, report the bug to the developers of the application you're using. If this is a bug in isomorphic-git then you should create a proper bug yourselves. The bug should include a minimal reproduction and details about the version and environment.\n\nPlease file a bug report at https://github.com/isomorphic-git/isomorphic-git/issues with this error message: ${message}`
401
401
  );
402
402
  this.code = this.name = InternalError.code;
403
403
  this.data = { message };
@@ -8061,8 +8061,8 @@ function filterCapabilities(server, client) {
8061
8061
 
8062
8062
  const pkg = {
8063
8063
  name: 'isomorphic-git',
8064
- version: '1.34.1',
8065
- agent: 'git/isomorphic-git@1.34.1',
8064
+ version: '1.34.2',
8065
+ agent: 'git/isomorphic-git@1.34.2',
8066
8066
  };
8067
8067
 
8068
8068
  class FIFO {