isomorphic-git 1.27.1 → 1.27.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 -1
- package/browser-tests.json +4 -4
- package/index.cjs +116 -145
- package/index.js +13 -42
- package/index.umd.min.js +2 -2
- package/index.umd.min.js.map +1 -1
- package/package.json +2 -1
- package/size_report.html +1 -1
package/README.md
CHANGED
|
@@ -22,7 +22,7 @@ The original author of the project ([Billie Hilton](https://github.com/wmhilton)
|
|
|
22
22
|
* [@jcubic](https://github.com/jcubic) (most active)
|
|
23
23
|
* [@mojavelinux](https://github.com/mojavelinux)
|
|
24
24
|
|
|
25
|
-
But they don't write much code, mainly do code review and try to answer to issues and on Gitter, they just don't want the project to die. So you can say that this project is community driven (as jcubic always reply to issues). Which means that if you want a feature to be implemented you need to do this yourself or find someone that is willing to write the code for you. The project have some money on [OpenCollective](https://opencollective.com/isomorphic-git) and we can spend it on some development, if you find
|
|
25
|
+
But they don't write much code, mainly do code review and try to answer to issues and on Gitter, they just don't want the project to die. So you can say that this project is community driven (as jcubic always reply to issues). Which means that if you want a feature to be implemented you need to do this yourself or find someone that is willing to write the code for you. The project have some money on [OpenCollective](https://opencollective.com/isomorphic-git) and we can spend it on some development, if you find someone that is willing to code in exchange to some bucks (it may be you), but we don't have a lot so don't expect to have full sallary.
|
|
26
26
|
|
|
27
27
|
If you want to help this project you're more than welcome to do so.
|
|
28
28
|
|
package/browser-tests.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
[
|
|
2
2
|
"Chrome Headless 79.0.3945.0 (Linux x86_64)",
|
|
3
|
-
"Firefox
|
|
4
|
-
"Chrome
|
|
5
|
-
"Edge 79.0.309.65 (Windows 10)",
|
|
3
|
+
"Firefox 132.0 (Ubuntu 0.0.0)",
|
|
4
|
+
"Chrome 128.0.0.0 (Android 10)",
|
|
6
5
|
"Mobile Safari 13.0 (iOS 13.0)",
|
|
7
|
-
"Safari 13.1 (Mac OS 10.15.4)"
|
|
6
|
+
"Safari 13.1 (Mac OS 10.15.4)",
|
|
7
|
+
"Edge 79.0.309.65 (Windows 10)"
|
|
8
8
|
]
|