isomorphic-git 1.15.0 → 1.15.1
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 +2 -2
- 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/browser-tests.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
[
|
|
2
2
|
"HeadlessChrome 0.0.0 (Linux 0.0.0)",
|
|
3
3
|
"Firefox 97.0.0 (Ubuntu 0.0.0)",
|
|
4
|
-
"Chrome Mobile 96.0.4664 (Android 0.0.0)",
|
|
5
4
|
"Chrome 79.0.3945 (Windows 10 0.0.0)",
|
|
6
5
|
"Mobile Safari 13.0.0 (iOS 13.0.0)",
|
|
7
|
-
"Safari 13.1.0 (Mac OS X 10.15.4)"
|
|
6
|
+
"Safari 13.1.0 (Mac OS X 10.15.4)",
|
|
7
|
+
"Chrome Mobile 96.0.4664 (Android 0.0.0)"
|
|
8
8
|
]
|
package/index.cjs
CHANGED
|
@@ -6918,8 +6918,8 @@ function filterCapabilities(server, client) {
|
|
|
6918
6918
|
|
|
6919
6919
|
const pkg = {
|
|
6920
6920
|
name: 'isomorphic-git',
|
|
6921
|
-
version: '1.15.
|
|
6922
|
-
agent: 'git/isomorphic-git@1.15.
|
|
6921
|
+
version: '1.15.1',
|
|
6922
|
+
agent: 'git/isomorphic-git@1.15.1',
|
|
6923
6923
|
};
|
|
6924
6924
|
|
|
6925
6925
|
class FIFO {
|
package/index.js
CHANGED
|
@@ -6912,8 +6912,8 @@ function filterCapabilities(server, client) {
|
|
|
6912
6912
|
|
|
6913
6913
|
const pkg = {
|
|
6914
6914
|
name: 'isomorphic-git',
|
|
6915
|
-
version: '1.15.
|
|
6916
|
-
agent: 'git/isomorphic-git@1.15.
|
|
6915
|
+
version: '1.15.1',
|
|
6916
|
+
agent: 'git/isomorphic-git@1.15.1',
|
|
6917
6917
|
};
|
|
6918
6918
|
|
|
6919
6919
|
class FIFO {
|