isomorphic-git 1.34.0 → 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.
- package/README.md +1 -0
- package/browser-tests.json +2 -2
- package/index.cjs +3 -3
- package/index.js +3 -3
- package/index.umd.min.js +2 -2
- 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 +4 -4
- package/managers/index.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/size_report.html +1 -1
package/README.md
CHANGED
|
@@ -396,6 +396,7 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds
|
|
|
396
396
|
<tr>
|
|
397
397
|
<td align="center"><a href="https://github.com/hemanthkini"><img src="https://avatars.githubusercontent.com/u/3934055?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Hemanth Kini</b></sub></a><br /><a href="https://github.com/isomorphic-git/isomorphic-git/commits?author=hemanthkini" title="Code">💻</a></td>
|
|
398
398
|
<td align="center"><a href="https://github.com/anish3333"><img src="https://avatars.githubusercontent.com/u/128889867?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Anish Awasthi</b></sub></a><br /><a href="https://github.com/isomorphic-git/isomorphic-git/commits?author=anish3333" title="Code">💻</a> <a href="https://github.com/isomorphic-git/isomorphic-git/commits?author=anish3333" title="Documentation">📖</a> <a href="https://github.com/isomorphic-git/isomorphic-git/commits?author=anish3333" title="Tests">⚠️</a></td>
|
|
399
|
+
<td align="center"><a href="https://github.com/fetsorn"><img src="https://avatars.githubusercontent.com/u/12858105?v=4?s=60" width="60px;" alt=""/><br /><sub><b>fetsorn</b></sub></a><br /><a href="https://github.com/isomorphic-git/isomorphic-git/commits?author=fetsorn" title="Documentation">📖</a></td>
|
|
399
400
|
</tr>
|
|
400
401
|
</table>
|
|
401
402
|
|
package/browser-tests.json
CHANGED
|
@@ -1,10 +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
|
|
4
|
+
"X Chrome 139.0.0.0 (Android 10)",
|
|
5
5
|
"Edge 79.0.309.65 (Windows 10)",
|
|
6
6
|
"Mobile Safari 14.0 (iOS 14.0.1)",
|
|
7
7
|
"Safari 14.1 (Mac OS 10.15.7)",
|
|
8
8
|
"Chrome Headless 79.0.3945.0 (Linux x86_64)",
|
|
9
|
-
"Chrome
|
|
9
|
+
"Chrome 139.0.0.0 (Android 10)"
|
|
10
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.
|
|
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.
|
|
8071
|
-
agent: 'git/isomorphic-git@1.34.
|
|
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.
|
|
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.
|
|
8065
|
-
agent: 'git/isomorphic-git@1.34.
|
|
8064
|
+
version: '1.34.2',
|
|
8065
|
+
agent: 'git/isomorphic-git@1.34.2',
|
|
8066
8066
|
};
|
|
8067
8067
|
|
|
8068
8068
|
class FIFO {
|