isomorphic-git 1.19.2 โ†’ 1.19.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 CHANGED
@@ -347,6 +347,7 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds
347
347
  <td align="center"><a href="https://github.com/seanpoulter"><img src="https://avatars.githubusercontent.com/u/2585460?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Sean Poulter</b></sub></a><br /><a href="#maintenance-seanpoulter" title="Maintenance">๐Ÿšง</a></td>
348
348
  <td align="center"><a href="https://github.com/araknast"><img src="https://avatars.githubusercontent.com/u/84164531?v=4?s=60" width="60px;" alt=""/><br /><sub><b>araknast</b></sub></a><br /><a href="https://github.com/isomorphic-git/isomorphic-git/commits?author=araknast" title="Code">๐Ÿ’ป</a> <a href="https://github.com/isomorphic-git/isomorphic-git/commits?author=araknast" title="Tests">โš ๏ธ</a> <a href="https://github.com/isomorphic-git/isomorphic-git/commits?author=araknast" title="Documentation">๐Ÿ“–</a></td>
349
349
  <td align="center"><a href="https://github.com/rraab-dev"><img src="https://avatars.githubusercontent.com/u/53948988?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Rafael Raab</b></sub></a><br /><a href="https://github.com/isomorphic-git/isomorphic-git/commits?author=rraab-dev" title="Code">๐Ÿ’ป</a> <a href="https://github.com/isomorphic-git/isomorphic-git/commits?author=rraab-dev" title="Documentation">๐Ÿ“–</a></td>
350
+ <td align="center"><a href="https://gitlab.com/CoalZombik/"><img src="https://avatars.githubusercontent.com/u/49895741?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Lukรกลก Cezner</b></sub></a><br /><a href="https://github.com/isomorphic-git/isomorphic-git/issues?q=author%3ACoalZombik" title="Bug reports">๐Ÿ›</a></td>
350
351
  </tr>
351
352
  </table>
352
353
 
@@ -1,8 +1,8 @@
1
1
  [
2
2
  "Chrome Headless 79.0.3945.0 (Linux x86_64)",
3
3
  "Firefox 103.0 (Ubuntu 0.0.0)",
4
- "Edge 79.0.309.65 (Windows 10)",
5
4
  "Chrome 103.0.5060.53 (Android 10)",
6
- "Safari 13.1 (Mac OS 10.15.4)",
7
- "Mobile Safari 13.0 (iOS 13.0)"
5
+ "Edge 79.0.309.65 (Windows 10)",
6
+ "Mobile Safari 13.0 (iOS 13.0)",
7
+ "Safari 13.1 (Mac OS 10.15.4)"
8
8
  ]
package/index.cjs CHANGED
@@ -6990,8 +6990,8 @@ function filterCapabilities(server, client) {
6990
6990
 
6991
6991
  const pkg = {
6992
6992
  name: 'isomorphic-git',
6993
- version: '1.19.2',
6994
- agent: 'git/isomorphic-git@1.19.2',
6993
+ version: '1.19.3',
6994
+ agent: 'git/isomorphic-git@1.19.3',
6995
6995
  };
6996
6996
 
6997
6997
  class FIFO {
package/index.js CHANGED
@@ -6984,8 +6984,8 @@ function filterCapabilities(server, client) {
6984
6984
 
6985
6985
  const pkg = {
6986
6986
  name: 'isomorphic-git',
6987
- version: '1.19.2',
6988
- agent: 'git/isomorphic-git@1.19.2',
6987
+ version: '1.19.3',
6988
+ agent: 'git/isomorphic-git@1.19.3',
6989
6989
  };
6990
6990
 
6991
6991
  class FIFO {