isomorphic-git 1.17.2 → 1.17.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/browser-tests.json +4 -4
- package/index.cjs +4 -4
- package/index.js +4 -4
- package/index.umd.min.js +1 -1
- package/index.umd.min.js.map +1 -1
- package/package.json +3 -3
- package/size_report.html +1 -1
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
|
-
"
|
|
5
|
-
"Mobile Safari 13.0 (iOS 13.0)",
|
|
3
|
+
"Firefox 100.0 (Ubuntu 0.0.0)",
|
|
4
|
+
"Chrome 100.0.4896.127 (Android 10)",
|
|
6
5
|
"Edge 79.0.309.65 (Windows 10)",
|
|
7
|
-
"
|
|
6
|
+
"Safari 13.1 (Mac OS 10.15.4)",
|
|
7
|
+
"Mobile Safari 13.0 (iOS 13.0)"
|
|
8
8
|
]
|
package/index.cjs
CHANGED
|
@@ -6946,8 +6946,8 @@ function filterCapabilities(server, client) {
|
|
|
6946
6946
|
|
|
6947
6947
|
const pkg = {
|
|
6948
6948
|
name: 'isomorphic-git',
|
|
6949
|
-
version: '1.17.
|
|
6950
|
-
agent: 'git/isomorphic-git@1.17.
|
|
6949
|
+
version: '1.17.3',
|
|
6950
|
+
agent: 'git/isomorphic-git@1.17.3',
|
|
6951
6951
|
};
|
|
6952
6952
|
|
|
6953
6953
|
class FIFO {
|
|
@@ -10787,11 +10787,11 @@ async function _log({
|
|
|
10787
10787
|
}
|
|
10788
10788
|
}
|
|
10789
10789
|
if (!found) {
|
|
10790
|
-
if (!force && !follow) throw e
|
|
10791
10790
|
if (isOk && lastFileOid) {
|
|
10792
10791
|
commits.push(lastCommit);
|
|
10793
|
-
|
|
10792
|
+
if (!force) break
|
|
10794
10793
|
}
|
|
10794
|
+
if (!force && !follow) throw e
|
|
10795
10795
|
}
|
|
10796
10796
|
lastCommit = commit;
|
|
10797
10797
|
isOk = false;
|
package/index.js
CHANGED
|
@@ -6940,8 +6940,8 @@ function filterCapabilities(server, client) {
|
|
|
6940
6940
|
|
|
6941
6941
|
const pkg = {
|
|
6942
6942
|
name: 'isomorphic-git',
|
|
6943
|
-
version: '1.17.
|
|
6944
|
-
agent: 'git/isomorphic-git@1.17.
|
|
6943
|
+
version: '1.17.3',
|
|
6944
|
+
agent: 'git/isomorphic-git@1.17.3',
|
|
6945
6945
|
};
|
|
6946
6946
|
|
|
6947
6947
|
class FIFO {
|
|
@@ -10781,11 +10781,11 @@ async function _log({
|
|
|
10781
10781
|
}
|
|
10782
10782
|
}
|
|
10783
10783
|
if (!found) {
|
|
10784
|
-
if (!force && !follow) throw e
|
|
10785
10784
|
if (isOk && lastFileOid) {
|
|
10786
10785
|
commits.push(lastCommit);
|
|
10787
|
-
|
|
10786
|
+
if (!force) break
|
|
10788
10787
|
}
|
|
10788
|
+
if (!force && !follow) throw e
|
|
10789
10789
|
}
|
|
10790
10790
|
lastCommit = commit;
|
|
10791
10791
|
isOk = false;
|