isomorphic-git 1.26.2 → 1.26.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 +1 -0
- package/browser-tests.json +1 -1
- package/index.cjs +2 -2
- package/index.js +2 -2
- package/index.umd.min.js +1 -1
- package/index.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/size_report.html +1 -1
package/README.md
CHANGED
|
@@ -375,6 +375,7 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds
|
|
|
375
375
|
<tr>
|
|
376
376
|
<td align="center"><a href="https://github.com/lsegurado"><img src="https://avatars.githubusercontent.com/u/27731047?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Lucas Martin Segurado</b></sub></a><br /><a href="https://github.com/isomorphic-git/isomorphic-git/commits?author=lsegurado" title="Documentation">📖</a> <a href="https://github.com/isomorphic-git/isomorphic-git/issues?q=author%3Alsegurado" title="Bug reports">🐛</a></td>
|
|
377
377
|
<td align="center"><a href="https://github.com/limond"><img src="https://avatars.githubusercontent.com/u/1025682?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Leon Kaucher</b></sub></a><br /><a href="https://github.com/isomorphic-git/isomorphic-git/commits?author=limond" title="Code">💻</a> <a href="https://github.com/isomorphic-git/isomorphic-git/commits?author=limond" title="Tests">⚠️</a></td>
|
|
378
|
+
<td align="center"><a href="https://github.com/gilisho"><img src="https://avatars.githubusercontent.com/u/40733156?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Gili Shohat</b></sub></a><br /><a href="https://github.com/isomorphic-git/isomorphic-git/commits?author=gilisho" title="Code">💻</a> <a href="https://github.com/isomorphic-git/isomorphic-git/commits?author=gilisho" title="Documentation">📖</a> <a href="https://github.com/isomorphic-git/isomorphic-git/commits?author=gilisho" title="Tests">⚠️</a></td>
|
|
378
379
|
</tr>
|
|
379
380
|
</table>
|
|
380
381
|
|
package/browser-tests.json
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"Chrome Headless 79.0.3945.0 (Linux x86_64)",
|
|
3
3
|
"Firefox 126.0 (Ubuntu 0.0.0)",
|
|
4
4
|
"X Chrome 123.0.0.0 (Android 10)",
|
|
5
|
+
"Safari 13.1 (Mac OS 10.15.4)",
|
|
5
6
|
"Edge 79.0.309.65 (Windows 10)",
|
|
6
7
|
"Mobile Safari 13.0 (iOS 13.0)",
|
|
7
|
-
"Safari 13.1 (Mac OS 10.15.4)",
|
|
8
8
|
"Chrome Headless 79.0.3945.0 (Linux x86_64)",
|
|
9
9
|
"Chrome 123.0.0.0 (Android 10)"
|
|
10
10
|
]
|
package/index.cjs
CHANGED
|
@@ -7451,8 +7451,8 @@ function filterCapabilities(server, client) {
|
|
|
7451
7451
|
|
|
7452
7452
|
const pkg = {
|
|
7453
7453
|
name: 'isomorphic-git',
|
|
7454
|
-
version: '1.26.
|
|
7455
|
-
agent: 'git/isomorphic-git@1.26.
|
|
7454
|
+
version: '1.26.3',
|
|
7455
|
+
agent: 'git/isomorphic-git@1.26.3',
|
|
7456
7456
|
};
|
|
7457
7457
|
|
|
7458
7458
|
class FIFO {
|
package/index.js
CHANGED
|
@@ -7445,8 +7445,8 @@ function filterCapabilities(server, client) {
|
|
|
7445
7445
|
|
|
7446
7446
|
const pkg = {
|
|
7447
7447
|
name: 'isomorphic-git',
|
|
7448
|
-
version: '1.26.
|
|
7449
|
-
agent: 'git/isomorphic-git@1.26.
|
|
7448
|
+
version: '1.26.3',
|
|
7449
|
+
agent: 'git/isomorphic-git@1.26.3',
|
|
7450
7450
|
};
|
|
7451
7451
|
|
|
7452
7452
|
class FIFO {
|