isomorphic-git 1.27.1 → 1.27.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/browser-tests.json +5 -3
- package/index.cjs +109 -142
- package/index.js +6 -39
- 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/browser-tests.json
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
[
|
|
2
2
|
"Chrome Headless 79.0.3945.0 (Linux x86_64)",
|
|
3
|
-
"Firefox
|
|
4
|
-
"Chrome
|
|
3
|
+
"Firefox 132.0 (Ubuntu 0.0.0)",
|
|
4
|
+
"X Chrome 128.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
|
-
"
|
|
8
|
+
"Chrome Headless 79.0.3945.0 (Linux x86_64)",
|
|
9
|
+
"Chrome 128.0.0.0 (Android 10)"
|
|
8
10
|
]
|