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 +1 -0
- package/browser-tests.json +3 -3
- 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/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
|
|
package/browser-tests.json
CHANGED
|
@@ -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
|
-
"
|
|
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.
|
|
6994
|
-
agent: 'git/isomorphic-git@1.19.
|
|
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.
|
|
6988
|
-
agent: 'git/isomorphic-git@1.19.
|
|
6987
|
+
version: '1.19.3',
|
|
6988
|
+
agent: 'git/isomorphic-git@1.19.3',
|
|
6989
6989
|
};
|
|
6990
6990
|
|
|
6991
6991
|
class FIFO {
|